veloren/assets/common/entity/wild/aggressive/phoenix.ron
2023-11-28 11:13:18 +00:00

16 lines
458 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("phoenix"),
alignment: Alignment(Wild),
loot: All([
// Bow and glider, has a lower chance of dropping
LootTable("common.loot_tables.creature.bird_large.phoenix"),
// Phoenix feathers and food, always dropped
LootTable("common.loot_tables.creature.bird_large.phoenix_extra")
]),
inventory: (
loadout: FromBody,
),
meta: [],
)