Fixed cyclops loot table

This commit is contained in:
Joshua Barretto
2023-05-04 19:57:18 +01:00
parent f000347cac
commit 6fe102b86d

View File

@ -3,7 +3,7 @@
name: Automatic, name: Automatic,
body: RandomWith("cyclops"), body: RandomWith("cyclops"),
alignment: Alignment(Enemy), alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.default"), loot: LootTable("common.loot_tables.dungeon.tier-4.miniboss"),
inventory: ( inventory: (
loadout: FromBody, loadout: FromBody,
), ),