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

11 lines
254 B
Rust
Raw Normal View History

2023-01-28 21:25:17 +00:00
#![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: [],
)