veloren/assets/common/loot_tables/weapons/starter.ron
2021-04-02 23:04:29 -04:00

8 lines
357 B
Plaintext

[
(1.0, Item("common.items.weapons.sword.starter")),
(1.0, Item("common.items.weapons.hammer.starter_hammer")),
(1.0, Item("common.items.weapons.bow.starter")),
(1.0, Item("common.items.weapons.axe.starter_axe")),
(1.0, Item("common.items.weapons.staff.starter_staff")),
(1.0, Item("common.items.weapons.sceptre.starter_sceptre")),
]