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

12 lines
209 B
Rust
Raw Normal View History

2022-01-14 05:03:53 +00:00
EntityConfig (
name: Automatic,
body: RandomWith("icedrake"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.ice"),
hands: Uninit,
meta: [],
)