2
edits
(Document additional currency function & consolidate all currencies into their own section) |
m (Update the currency object names) |
||
Line 56: | Line 56: | ||
All [[Currency]] within the game, being {{GP}} [[GP]], {{SC}} [[Slayer Coins]] (SC), and {{RC}} [[Raid Coins]] (RC) can be adjusted using the same set of functions: | All [[Currency]] within the game, being {{GP}} [[GP]], {{SC}} [[Slayer Coins]] (SC), and {{RC}} [[Raid Coins]] (RC) can be adjusted using the same set of functions: | ||
* To adjust GP, use <syntaxhighlight lang="js" inline>game.gp</syntaxhighlight> | * To adjust GP, use <syntaxhighlight lang="js" inline>game.gp</syntaxhighlight> | ||
* To adjust SC, use <syntaxhighlight lang="js" inline>game. | * To adjust SC, use <syntaxhighlight lang="js" inline>game.slayerCoins</syntaxhighlight> | ||
* To adjust RC, use <syntaxhighlight lang="js" inline>game. | * To adjust RC, use <syntaxhighlight lang="js" inline>game.raidCoins</syntaxhighlight> | ||
=== Add Currency === | === Add Currency === |
edits