veloren/assets/common/loot_tables/weapons/starter.ron
2024-02-17 00:50:23 -03:00

9 lines
420 B
Rust

[
(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")),
(1.0, Item("common.items.weapons.shield.starter_shield")),
]