11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
#![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: [],
|
|
) |