Difference between revisions of "Xiu/+Node System"
m |
(Adde +venture variant of the +node object) |
||
(2 intermediate revisions by the same user not shown) | |||
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 | + | <!-- ##### Disclaimer Section ################################################################################ --> |
|- | |- | ||
| id="codedisclaimer" | | | id="codedisclaimer" | | ||
− | |||
THIS IS NOT OFFICIAL COH CODE!<br/> | THIS IS NOT OFFICIAL COH CODE!<br/> | ||
Line 16: | Line 15: | ||
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 | + | <!-- ##### Images Section #################################################################################### --> |
| id="codeimages" rowspan="99" | | | id="codeimages" rowspan="99" | | ||
− | |||
[[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 | + | <!-- ##### Title Section ##################################################################################### --> |
|- | |- | ||
| id="codetitle" | | | id="codetitle" | | ||
− | |||
Xiu's +Node System | Xiu's +Node System | ||
− | <!-- ##### Description Section | + | <!-- ##### Description Section ############################################################################### --> |
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
Line 36: | Line 33: | ||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
− | |||
− | This code allows Mage players to | + | This code allows Mage players to 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. |
Line 48: | Line 44: | ||
− | <!-- ###### Commands Section | + | <!-- ###### Commands Section ################################################################################# --> |
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
Line 54: | Line 50: | ||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
− | |||
Line 86: | Line 81: | ||
− | <!-- ###### Setup Section | + | <!-- ###### Setup Section #################################################################################### --> |
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
Line 92: | Line 87: | ||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
− | |||
The setup is easy: | The setup is easy: | ||
1) Type '@clone/inventory #3184' | 1) Type '@clone/inventory #3184' | ||
+ | |||
+ | (ALTERNATIVE: @clone/inventory #20371 for a version that prefers the term 'Primal Venture'. Thanks to Rivashka for the idea!) | ||
+ | |||
2) 'look +node' to check the object in your inventory. It contains instructions for easy setup :) | 2) 'look +node' to check the object in your inventory. It contains instructions for easy setup :) | ||
− | <!-- ###### Credits Section | + | <!-- ###### Credits Section ################################################################################## --> |
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
Line 106: | Line 103: | ||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
− | |||
Line 115: | Line 111: | ||
--Xiu | --Xiu | ||
− | <!-- ###### End | + | <!-- ###### End ############################################################################################## --> |
|} | |} |
Latest revision as of 10:26, 15 September 2020
THIS IS NOT OFFICIAL COH CODE! |
|
Xiu's +Node System | |
-- Description -- | |
| |
-- Commands -- | |
+node/drain tass=<amount> +node/drain stored tass=<amount>
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>
| |
-- Setup -- | |
1) Type '@clone/inventory #3184' (ALTERNATIVE: @clone/inventory #20371 for a version that prefers the term 'Primal Venture'. Thanks to Rivashka for the idea!) 2) 'look +node' to check the object in your inventory. It contains instructions for easy setup :)
| |
-- Credits and Bug Reporting -- | |
Report any bugs to Xiu by @mail, and/or ask questions on the Discussion tab of this page :) --Xiu |