hotbot/assets/common/entity/dungeon/sea_chapel/prisoner.ron

13 lines
312 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
#![enable(implicit_some)]
(
name: Name("Prisoner"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
loot: LootTable("common.loot_tables.nothing"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.village.villager"),
)),
),
meta: [],
)