2024-06-11 19:51:46 -04:00
|
|
|
[
|
2025-03-07 13:26:55 -05: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-06-11 19:51:46 -04:00
|
|
|
]
|