docker-veloren/veloren/assets/common/loot_tables/humanoids/humanoid.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

17 lines
573 B
Plaintext

[
// Crafting Ingredients
(5.0, LootTable("common.loot_tables.materials.common")),
// Consumables
(0.2, Item("common.items.consumable.potion_minor")),
// Armor
(1.0, LootTable("common.loot_tables.armor.cloth")),
// Ring
(0.05, Item("common.items.armor.misc.ring.gold")),
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Utility
(0.05, Item("common.items.utility.collar")),
// Weapons
(1.0, LootTable("common.loot_tables.weapons.starter")),
(1.0, LootTable("common.loot_tables.weapons.tier-0")),
]