hotbot/assets/common/entity/dungeon/cultist/turret.ron

11 lines
249 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
#![enable(implicit_some)]
(
name: Name("Possessed Turret"),
body: Exact(Object(Crossbow)),
alignment: Alignment(Enemy),
loot: Item("common.items.crafting_ing.twigs"),
inventory: (
loadout: FromBody,
),
meta: [],
)