trade_bot/assets/common/entity/dungeon/cultist/hound.ron

12 lines
263 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Tamed Darkhound"),
body: RandomWith("darkhound"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.cultist.hound"),
inventory: (
loadout: FromBody,
),
meta: [],
)