hotbot/assets/common/entity/dungeon/terracotta/terracotta_statue_key_chance.ron

11 lines
297 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
#![enable(implicit_some)]
(
name: Name("Terracotta Statue"),
body: Exact(Object(TerracottaStatue)),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.terracotta.terracotta_statue_key_chance"),
inventory: (
loadout: FromBody
),
meta: [],
)