1
edit
(→Adjust Currencies (GP, AP, Slayer Coins, Abyssal Slayer Coins, and Raid Coins): Fixed incorrect abyssal currency acronyms) Tags: Mobile edit Mobile web edit |
|||
Line 89: | Line 89: | ||
All [[Currency|Currencies]] within the game, being {{GP}} [[GP]], {{AP}} [[Abyssal Pieces]] (AP), {{SC}} [[Slayer Coins]] (SC), {{ASC}} [[Abyssal Slayer Coins]] (ASC), and {{RC}} [[Raid Coins]] (RC) can be adjusted using the same set of functions: | All [[Currency|Currencies]] within the game, being {{GP}} [[GP]], {{AP}} [[Abyssal Pieces]] (AP), {{SC}} [[Slayer Coins]] (SC), {{ASC}} [[Abyssal Slayer Coins]] (ASC), 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 | * To adjust AP, use <syntaxhighlight lang="js" inline>game.abyssalPieces</syntaxhighlight> | ||
* To adjust SC, use <syntaxhighlight lang="js" inline>game.slayerCoins</syntaxhighlight> | * To adjust SC, use <syntaxhighlight lang="js" inline>game.slayerCoins</syntaxhighlight> | ||
* To adjust | * To adjust ASC, use <syntaxhighlight lang="js" inline>game.abyssalSlayerCoins</syntaxhighlight> | ||
* To adjust RC, use <syntaxhighlight lang="js" inline>game.raidCoins</syntaxhighlight> | * To adjust RC, use <syntaxhighlight lang="js" inline>game.raidCoins</syntaxhighlight> | ||
edit