Added wood into dungeon loot tables.

This commit is contained in:
Sam 2021-08-15 22:34:18 -04:00
parent 3108f02566
commit 9302a83e8c
8 changed files with 10 additions and 2 deletions

View File

@ -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")),
]

View File

@ -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")),
]

View File

@ -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")),
]

View File

@ -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")),
]

View File

@ -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)),
]

View File

@ -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")),
]

View File

@ -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)),
]

View File

@ -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)),