mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
458 B
Rust
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: [],
|
|
) |