mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Moved grim salvager armor drops to their own loot table, and gave said loot table a price entry.
This commit is contained in:
parent
853165e465
commit
5c90797ee1
6
assets/common/loot_tables/armor/salvager.ron
Normal file
6
assets/common/loot_tables/armor/salvager.ron
Normal 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")),
|
||||
]
|
@ -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")),
|
||||
]
|
@ -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"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user