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

11 lines
263 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
name: Name("Tamed Darkhound"),
body: RandomWith("darkhound"),
alignment: Alignment(Enemy),
2023-07-30 07:32:00 +00:00
loot: LootTable("common.loot_tables.dungeon.cultist.minion"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)