veloren/assets/common/entity/wild/peaceful/phoenix.ron

12 lines
210 B
Rust
Raw Normal View History

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