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

11 lines
251 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2021-09-25 19:30:17 +00:00
name: Automatic,
body: RandomWith("phoenix"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.bird_large.phoenix"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
2021-09-25 19:30:17 +00:00
meta: [],
)