mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
teeny tweak
This commit is contained in:
parent
54bd7791e5
commit
4c953cd36a
@ -7,6 +7,9 @@
|
||||
(1.0, Item("common.items.armor.cultist.shoulder")),
|
||||
(1.0, Item("common.items.armor.cultist.bandana")),
|
||||
(1.0, Item("common.items.armor.misc.back.dungeon_purple")),
|
||||
(1.0, Item("common.items.armor.cultist.necklace")),
|
||||
(1.0, Item("common.items.armor.cultist.ring")),
|
||||
(1, All([
|
||||
Item("common.items.armor.cultist.necklace"),
|
||||
MultiDrop(Item("common.items.armor.cultist.ring"), 2, 2),
|
||||
],
|
||||
)),
|
||||
]
|
@ -4,7 +4,6 @@
|
||||
(0.25, LootTable("common.loot_tables.weapons.tier-0")),
|
||||
(0.25, LootTable("common.loot_tables.armor.tier-0")),
|
||||
(0.25, Item("common.items.armor.misc.head.bamboo_twig")),
|
||||
(0.1, Item("common.items.armor.misc.head.gnarling_mask")),
|
||||
// Currency
|
||||
(3.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
|
||||
// Materials
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Misc
|
||||
(3.0, Item("common.items.armor.misc.neck.scratched")),
|
||||
(2.0, Item("common.items.armor.misc.head.wanderers_hat")),
|
||||
(1.0, Item("common.items.armor.misc.head.bamboo_twig")),
|
||||
(3.0, Item("common.items.armor.misc.head.bamboo_twig")),
|
||||
// Chieftain Mask
|
||||
(1.0, Item("common.items.armor.misc.head.gnarling_mask")),
|
||||
// Indirect crafting materials for T2 gear
|
||||
|
Loading…
Reference in New Issue
Block a user