veloren/assets/common/entity/wild/aggressive/phoenix.ron
2024-03-05 15:36:29 +00:00

12 lines
252 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("phoenix"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.bird_large.phoenix"),
inventory: (
loadout: FromBody,
),
meta: [],
)