Path: blob/master/Get Every Relic
20086 views
// Gives player all relics.
PIXI.game.prodigy.player.backpack.data.spellRelic=[];
x = PIXI.game.state.states.Boot._gameData.spellRelic;
for (i in x) {
PIXI.game.prodigy.player.backpack.data.spellRelic[i] = {"ID": x[i].ID, "N": 1};
}