Difference between revisions of "Xiu/+Node System"
m |
(Adde +venture variant of the +node object) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Unofficial]] | [[Category:Unofficial]] | ||
{{#css:User:Ambrosia/code.css}} | {{#css:User:Ambrosia/code.css}} | ||
− | + | {| id="codetable" | |
<!-- Leave above untouched if you make your own mushcode page! --> | <!-- Leave above untouched if you make your own mushcode page! --> | ||
+ | <!-- It takes care of all the fancy formatting and the 'Unofficial' category :) --> | ||
− | + | <!-- ##### Disclaimer Section ################################################################################ --> | |
− | |||
|- | |- | ||
| id="codedisclaimer" | | | id="codedisclaimer" | | ||
Line 15: | 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 #################################################################################### --> | ||
| id="codeimages" rowspan="99" | | | id="codeimages" rowspan="99" | | ||
− | + | [[File:nodecode.png|300px|thumb|center]] | |
+ | [[File:nodehelp.png|300px|thumb|center]] | ||
+ | <!-- ##### Title Section ##################################################################################### --> | ||
|- | |- | ||
| id="codetitle" | | | id="codetitle" | | ||
Line 24: | Line 27: | ||
Xiu's +Node System | Xiu's +Node System | ||
+ | <!-- ##### Description Section ############################################################################### --> | ||
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
− | |||
-- Description -- | -- Description -- | ||
− | |||
|- | |- | ||
| 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 42: | Line 44: | ||
+ | <!-- ###### Commands Section ################################################################################# --> | ||
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
− | |||
-- Commands -- | -- Commands -- | ||
− | |||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
Line 80: | Line 81: | ||
+ | <!-- ###### Setup Section #################################################################################### --> | ||
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
− | |||
-- Setup -- | -- Setup -- | ||
− | |||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
Line 91: | Line 91: | ||
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 ################################################################################## --> | ||
|- | |- | ||
| class="codeheader" | | | class="codeheader" | | ||
− | |||
-- Credits and Bug Reporting -- | -- Credits and Bug Reporting -- | ||
− | |||
|- | |- | ||
| class="codetext" | | | class="codetext" | | ||
Line 108: | Line 111: | ||
--Xiu | --Xiu | ||
+ | <!-- ###### 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 |