docker-veloren/veloren/assets/common/loot_tables/weapons/starter.ron
Glauber Ferreira e11bf493a1
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
primeiro commit
2024-04-29 21:38:53 -03:00

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