hotbot/assets/common/entity/dungeon/sea_chapel/prisoner.ron
2024-06-11 14:43:30 -04:00

13 lines
312 B
Plaintext

#![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: [],
)