trade_bot/assets/common/entity/dungeon/haniwa/sentry.ron

11 lines
251 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Haniwa Sentry"),
body: Exact(Object(HaniwaSentry)),
alignment: Alignment(Enemy),
loot: Item("common.items.crafting_ing.stones"),
inventory: (
loadout: FromBody,
),
meta: [],
)