veloren/assets/common/entity/wild/aggressive/seawyvern.ron
2023-01-28 21:25:17 +00:00

11 lines
254 B
Rust

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