mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
217 B
Rust
12 lines
217 B
Rust
EntityConfig (
|
|
name: Automatic,
|
|
body: RandomWith("cockatrice"),
|
|
alignment: Alignment(Enemy),
|
|
|
|
loot: LootTable("common.loot_tables.creature.bird_large.cockatrice"),
|
|
|
|
hands: Uninit,
|
|
|
|
meta: [],
|
|
)
|