Moved grim salvager armor drops to their own loot table, and gave said loot table a price entry.

This commit is contained in:
JCoxeye 2023-12-21 12:52:44 -05:00
parent 853165e465
commit 5c90797ee1
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,6 @@
[
(1.0, Item("common.items.armor.misc.head.bandana.thief")),
(1.0, Item("common.items.armor.misc.head.bandana.red")),
(1.0, Item("common.items.armor.misc.head.hood")),
(1.0, Item("common.items.armor.misc.head.hood_dark")),
]

View File

@ -10,8 +10,5 @@
// Necklace
(0.05, Item("common.items.armor.misc.neck.gold")),
// Armor
(0.4, Item("common.items.armor.misc.head.bandana.thief")),
(0.4, Item("common.items.armor.misc.head.bandana.red")),
(0.4, Item("common.items.armor.misc.head.hood")),
(0.4, Item("common.items.armor.misc.head.hood_dark")),
(1.6, LootTable("common.loot_tables.armor.salvager")),
]

View File

@ -12,6 +12,7 @@ loot_tables: [
(6.0, true, "common.loot_tables.armor.twigs"),
(6.0, true, "common.loot_tables.armor.twigsflowers"),
(6.0, true, "common.loot_tables.armor.twigsleaves"),
(2.0, false, "common.loot_tables.armor.salvager"),
(0.09, false, "common.loot_tables.armor.cultist"),
(0.08, false, "common.loot_tables.armor.boreal"),