In-game Functions: Difference between revisions

Line 300: Line 300:
| relic || object || No || || The relic that you wish to add.
| relic || object || No || || The relic that you wish to add.


The relic can be obtained with <syntaxhighlight lang="js" inline>relicSet.relicDrops[#].relic;</syntaxhighlight> where <code>#</code> is replaced with the relic number, starting from 0 and ending with 4.
The relic can be obtained with <code>relicSet.relicDrops[#].relic;</code> where <code>#</code> is replaced with the relic number, starting from 0 for the first relic and ending with 4 for the 5th relic.
|}
|}