mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
review fixes 2: elder and chieftain: armor drops same tier as weapon drops
This commit is contained in:
parent
9e44f77a73
commit
579daf77a8
@ -2,7 +2,7 @@
|
||||
// Weapons
|
||||
(4.0, LootTable("common.loot_tables.weapons.tier-2")),
|
||||
// Armor
|
||||
(4.0, LootTable("common.loot_tables.armor.tier-3")),
|
||||
(4.0, LootTable("common.loot_tables.armor.tier-2")),
|
||||
// Misc
|
||||
(2.0, Item("common.items.armor.misc.neck.pendant_of_protection")),
|
||||
(0.5, Item("common.items.tool.instruments.wildskin_drum")),
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Weapons
|
||||
(5.0, LootTable("common.loot_tables.weapons.tier-1")),
|
||||
// Armor
|
||||
(5.0, LootTable("common.loot_tables.armor.tier-2")),
|
||||
(5.0, LootTable("common.loot_tables.armor.tier-1")),
|
||||
// Misc
|
||||
(3.0, Item("common.items.armor.misc.neck.scratched")),
|
||||
(2.0, Item("common.items.armor.misc.head.wanderers_hat")),
|
||||
|
Loading…
Reference in New Issue
Block a user