mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added wood into dungeon loot tables.
This commit is contained in:
parent
3108f02566
commit
9302a83e8c
@ -8,6 +8,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.linen", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.leather.simple_leather", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.bronze", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.wood", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.poor")),
|
||||
]
|
||||
|
@ -9,6 +9,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.wool", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.leather.thick_leather", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.iron", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.bamboo", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.poor")),
|
||||
]
|
||||
|
@ -8,6 +8,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.silk", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.scales", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.steel", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.hardwood", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.moderate")),
|
||||
]
|
||||
|
@ -8,6 +8,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.lifecloth", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.carapace", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.cobalt", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.ironwood", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.moderate")),
|
||||
]
|
||||
|
@ -10,4 +10,5 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.sunsilk", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.dragon_scale", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.orichalcum", 3, 10)),
|
||||
]
|
||||
(1.0, ItemQuantity("common.items.log.eldwood", 3, 10)),
|
||||
]
|
||||
|
@ -9,6 +9,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.moonweave", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.plate", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.bloodsteel", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.frostwood", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.good")),
|
||||
]
|
||||
|
@ -16,4 +16,5 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.sunsilk", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.dragon_scale", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.orichalcum", 3, 10)),
|
||||
]
|
||||
(1.0, ItemQuantity("common.items.log.eldwood", 3, 10)),
|
||||
]
|
||||
|
@ -9,6 +9,7 @@
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.cloth.moonweave", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.crafting_ing.hide.plate", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.mineral.ingot.bloodsteel", 3, 10)),
|
||||
(1.0, ItemQuantity("common.items.log.frostwood", 3, 10)),
|
||||
// Consumables
|
||||
(2.0, LootTable("common.loot_tables.consumable.good")),
|
||||
(0.1, ItemQuantity("common.items.food.spore_corruption", 1, 3)),
|
||||
|
Loading…
Reference in New Issue
Block a user