primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
5
veloren/assets/common/loot_tables/materials/common.ron
Normal file
5
veloren/assets/common/loot_tables/materials/common.ron
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
(1.0, Item("common.items.crafting_ing.empty_vial")),
|
||||
(1.0, LootTable("common.loot_tables.food.wild_ingredients")),
|
||||
(1.0, LootTable("common.loot_tables.food.prepared")),
|
||||
]
|
||||
8
veloren/assets/common/loot_tables/materials/gems.ron
Normal file
8
veloren/assets/common/loot_tables/materials/gems.ron
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
(6.0, Item("common.items.mineral.gem.topaz")),
|
||||
(8.0, Item("common.items.mineral.gem.amethyst")),
|
||||
(1.6, Item("common.items.mineral.gem.sapphire")),
|
||||
(1.2, Item("common.items.mineral.gem.emerald")),
|
||||
(0.8, Item("common.items.mineral.gem.ruby")),
|
||||
(0.4, Item("common.items.mineral.gem.diamond")),
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
(1.0, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 3, 4)),
|
||||
(0.35, MultiDrop(Item("common.items.mineral.ore.velorite"), 2, 3)),
|
||||
(0.15, LootTable("common.loot_tables.materials.gems")),
|
||||
]
|
||||
Reference in New Issue
Block a user