veloren/assets/common/entity/wild/aggressive/dullahan.ron

11 lines
262 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2023-04-12 22:53:38 +00:00
name: Name("Dullahan"),
body: RandomWith("dullahan"),
alignment: Alignment(Enemy),
2023-07-19 14:16:20 +00:00
loot: LootTable("common.loot_tables.creature.biped_large.dullahan"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)