trade_bot/assets/common/loot_tables/dungeon/gnarling/chieftain.ron

14 lines
419 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
2024-08-08 21:03:53 +00:00
(1, All([
All([
LootTable("common.loot_tables.armor.tier-1"),
LootTable("common.loot_tables.weapons.tier-1"),
]),
Lottery([
(2.0, Nothing),
(1.0, Item("common.items.armor.misc.neck.scratched")),
(1.0, Item("common.items.armor.misc.head.gnarling_mask")),
(1.0, Item("common.items.glider.moth")),
]),
])),
2024-07-03 23:04:49 +00:00
]