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

11 lines
249 B
Rust
Raw Normal View History

2022-12-19 12:37:51 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("axebeak"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.theropod.horned"),
inventory: (
loadout: FromBody,
),
meta: [],
)