Added kit for testing.

This commit is contained in:
Sam 2021-05-06 19:36:24 -04:00
parent 9bbdc26089
commit a497ac0353

View File

@ -55,4 +55,19 @@
("common.items.weapons.sceptre.fork0", 1),
("common.items.consumable.potion_med", 100),
],
"tier-3": [
("common.items.armor.plate.belt", 1),
("common.items.armor.plate.chest", 1),
("common.items.armor.plate.foot", 1),
("common.items.armor.plate.hand", 1),
("common.items.armor.plate.pants", 1),
("common.items.armor.plate.shoulder", 1),
("common.items.weapons.sword.steel-0", 1),
("common.items.weapons.axe.steel_axe-0", 1),
("common.items.weapons.hammer.steel_hammer-0", 1),
("common.items.weapons.bow.metal-0", 1),
("common.items.weapons.staff.flamethrower_0", 1),
("common.items.weapons.sceptre.coralline_cane", 1),
("common.items.consumable.potion_med", 100),
],
})