veloren/assets/common/entity/wild/aggressive/flamewyvern.ron
2023-08-02 07:55:10 +00:00

11 lines
261 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("wyvern_flame"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.bird_large.flamewyvern"),
inventory: (
loadout: FromBody,
),
meta: [],
)