Difference between revisions of "Xiu/+Node System"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 5: Line 5:
 
<!-- It takes care of all the fancy formatting and the 'Unofficial' category :) -->
 
<!-- It takes care of all the fancy formatting and the 'Unofficial' category :) -->
  
<!-- ##### Disclaimer Section header  ########################################################################## -->
+
<!-- ##### Disclaimer Section header  ######################################################################### -->
 
|-
 
|-
 
| id="codedisclaimer" |
 
| id="codedisclaimer" |
<!-- ##### Disclaimer Section Content.  ######################################################################## -->
+
<!-- ##### Disclaimer Section Content.  ####################################################################### -->
  
 
THIS IS NOT OFFICIAL COH CODE!<br/>
 
THIS IS NOT OFFICIAL COH CODE!<br/>
Line 16: Line 16:
 
This is simply a tool / helper, made and offered by other players.<br/>
 
This is simply a tool / helper, made and offered by other players.<br/>
  
<!-- ##### Images Section header  ############################################################################## -->
+
<!-- ##### Images Section header  ############################################################################# -->
 
| id="codeimages" rowspan="99" |
 
| id="codeimages" rowspan="99" |
<!-- ##### Images Section Content.  ############################################################################ -->
+
<!-- ##### Images Section Content.  ########################################################################### -->
  
 
[[File:nodecode.png|300px|thumb|center]]
 
[[File:nodecode.png|300px|thumb|center]]
 
[[File:nodehelp.png|300px|thumb|center]]
 
[[File:nodehelp.png|300px|thumb|center]]
  
<!-- ##### Title Section Header  ############################################################################### -->
+
<!-- ##### Title Section Header  ############################################################################## -->
 
|-
 
|-
 
| id="codetitle" |
 
| id="codetitle" |
<!-- ##### Title Section Content  ############################################################################## -->
+
<!-- ##### Title Section Content  ############################################################################# -->
  
 
Xiu's +Node System
 
Xiu's +Node System
  
<!-- ##### Description Section header  ######################################################################### -->
+
<!-- ##### Description Section header  ######################################################################## -->
 
|-
 
|-
 
| class="codeheader" |
 
| class="codeheader" |
Line 36: Line 36:
 
|-
 
|-
 
| class="codetext" |
 
| class="codetext" |
<!-- ##### Description Section content  ######################################################################## -->
+
<!-- ##### Description Section content  ####################################################################### -->
  
  
Line 48: Line 48:
  
  
<!-- ###### Commands Section Header  ########################################################################### -->
+
<!-- ###### Commands Section Header  ########################################################################## -->
 
|-
 
|-
 
| class="codeheader" |
 
| class="codeheader" |
Line 54: Line 54:
 
|-
 
|-
 
| class="codetext" |
 
| class="codetext" |
<!-- ###### Commands Section Content  ########################################################################## -->
+
<!-- ###### Commands Section Content  ######################################################################### -->
  
  
Line 86: Line 86:
  
  
<!-- ###### Setup Section Header  ############################################################################## -->
+
<!-- ###### Setup Section Header  ############################################################################# -->
 
|-
 
|-
 
| class="codeheader" |
 
| class="codeheader" |
Line 92: Line 92:
 
|-
 
|-
 
| class="codetext" |
 
| class="codetext" |
<!-- ###### Setup Section Content  ############################################################################# -->
+
<!-- ###### Setup Section Content  ############################################################################ -->
  
  
Line 100: Line 100:
  
  
<!-- ###### Credits Section Header ############################################################################# -->
+
<!-- ###### Credits Section Header ############################################################################ -->
 
|-
 
|-
 
| class="codeheader" |
 
| class="codeheader" |
Line 106: Line 106:
 
|-
 
|-
 
| class="codetext" |
 
| class="codetext" |
<!-- ###### Credits Section Content ############################################################################ -->
+
<!-- ###### Credits Section Content ########################################################################### -->
  
  
Line 115: Line 115:
 
--Xiu
 
--Xiu
  
<!-- ###### End ################################################################################################ -->
+
<!-- ###### End ############################################################################################### -->
 
|}
 
|}

Revision as of 03:44, 23 July 2020


THIS IS NOT OFFICIAL COH CODE!
It is not supported by the game's staff in any official capacity.
It cannot read or change +sheet, +notes or any +equip you might have.
It does not give your character any enforcable IC property, stats or knowledge.
This is simply a tool / helper, made and offered by other players.

Nodecode.png
Nodehelp.png

Xiu's +Node System

-- Description --


This code allows Mage players to place create and place a '+node' object into their Sanctums, Chantries or similiar locations where a Mage or cabal might be in possession of a Node.


It gives the player(s) the ability to OOCly keep track of the amount of Quintessence and Tass that is generated and stored by the Node over time, as well as simulating draining them into their personal Quintessence storage. It also has a tracker for storing pieces of Tass at the node.


The code automatically over time refills the Node based on its level, as well as automatically decaying Tass based on COH's +rules about Tass stockpiling.


-- Commands --


+node


This command displays the current amount of stored Quintessence and Tass inside a node, as well as allowing Mages to drain those resources from the node. It also displays Tass that the Mage decided to separately store at the Node.


+node/drain quintessence=<amount>

+node/drain tass=<amount>

+node/drain stored tass=<amount>


Every time somebody drains the node, the amount gets noted down, along with the name of the drainer, and the timestamp.

The node's quintessence and tass automatically reflesh based on passing time. A node that gives 6 quintessence a week, for example, will roughly replenish 1 Quintessence per 1.2 passing days. This replenishment period does not get reset through moments of draining, but passes separately.


+node/store tass=<amount>


The +node/store tass command is an aid that simulates taking your Mages personal Quintessence (not the node's!) and converting it into Tass via Prime 4, or simply storing Tass that was given to you by others. This separate Tass then gets 'stored' at the node, and decays at the normal 3- month rate.


NOTE: Again, these commands in no way check if your Mage *has* Quintessence on their +sheet, nor can it add anything to their +sheets, nor can it check if they can convert it into Tass with Prime 4. This is an *aid* for keeping track of your Node, Quintessence and Tass, not a justification or enabling of any kind. The numbers on this are nothing the admins officially sanction.


-- Setup --


The setup is easy:

1) Type '@clone/inventory #3184'
2) 'look +node' to check the object in your inventory. It contains instructions for easy setup :)


-- Credits and Bug Reporting --


Created by Xiu@COH

Report any bugs to Xiu by @mail, and/or ask questions on the Discussion tab of this page :)

--Xiu