2021-04-12 16:49:08 +00:00
|
|
|
({
|
|
|
|
"debug": [
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.debug.admin_black_hole",1),
|
|
|
|
("common.items.debug.admin_stick",1),
|
|
|
|
("common.items.debug.admin_sword",1),
|
2021-05-02 13:27:03 +00:00
|
|
|
("common.items.debug.velorite_bow_debug", 1),
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.debug.admin",1),
|
2021-05-02 13:27:03 +00:00
|
|
|
],
|
|
|
|
"admin_cosmetics": [
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.debug.cultist_belt",1),
|
|
|
|
("common.items.debug.cultist_boots",1),
|
|
|
|
("common.items.debug.cultist_chest_blue",1),
|
|
|
|
("common.items.debug.cultist_hands_blue",1),
|
|
|
|
("common.items.debug.cultist_legs_blue",1),
|
|
|
|
("common.items.debug.cultist_shoulder_blue",1),
|
|
|
|
("common.items.debug.dungeon_purple",1),
|
2021-05-02 13:27:03 +00:00
|
|
|
("common.items.debug.admin_back",1),
|
2021-04-12 16:49:08 +00:00
|
|
|
],
|
|
|
|
"cultist": [
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.armor.cultist.chest",1),
|
|
|
|
("common.items.armor.cultist.pants",1),
|
|
|
|
("common.items.armor.cultist.hand",1),
|
|
|
|
("common.items.armor.cultist.foot",1),
|
|
|
|
("common.items.armor.cultist.shoulder",1),
|
|
|
|
("common.items.armor.cultist.belt",1),
|
2021-05-02 13:27:03 +00:00
|
|
|
("common.items.armor.misc.neck.plain_1",1),
|
|
|
|
("common.items.armor.misc.ring.skull",1),
|
|
|
|
("common.items.armor.misc.ring.skull",1),
|
|
|
|
("common.items.armor.misc.back.dungeon_purple",1),
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.weapons.hammer.cultist_purp_2h-0",1),
|
|
|
|
("common.items.weapons.staff.cultist_staff",1),
|
|
|
|
("common.items.weapons.sword.cultist",1),
|
|
|
|
("common.items.weapons.bow.velorite",1),
|
|
|
|
("common.items.weapons.axe.malachite_axe-0",1),
|
|
|
|
("common.items.weapons.sceptre.sceptre_velorite_0",1),
|
|
|
|
],
|
2021-05-02 13:27:03 +00:00
|
|
|
"consumables": [
|
2021-04-12 18:07:34 +00:00
|
|
|
("common.items.consumable.potion_minor", 100),
|
|
|
|
("common.items.consumable.potion_med", 100),
|
|
|
|
("common.items.consumable.potion_big", 100),
|
2021-05-02 13:27:03 +00:00
|
|
|
("common.items.food.apple_mushroom_curry", 100),
|
2021-04-12 16:49:08 +00:00
|
|
|
]
|
2021-05-02 13:27:03 +00:00
|
|
|
})
|