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

8 lines
190 B
Rust
Raw Normal View History

(
2021-09-25 19:30:17 +00:00
name: Automatic,
body: RandomWith("roc"),
alignment: Alignment(Enemy),
loadout: FromBody,
2021-09-25 19:30:17 +00:00
loot: LootTable("common.loot_tables.creature.bird_large.roc"),
meta: [],
)