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

12 lines
203 B
Rust
Raw Normal View History

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