mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
274 B
Rust
15 lines
274 B
Rust
EntityConfig (
|
|
name: Automatic,
|
|
body: Exact(QuadrupedMedium(Body(
|
|
species: Roshwalr,
|
|
body_type: Male,
|
|
))),
|
|
alignment: Alignment(Enemy),
|
|
|
|
loot: LootTable("common.loot_tables.creature.quad_medium.ice"),
|
|
|
|
hands: Uninit,
|
|
|
|
meta: [],
|
|
)
|