mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
308 B
Rust
15 lines
308 B
Rust
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Elbst"),
|
|
body: Exact(QuadrupedLow((
|
|
species: Elbst,
|
|
body_type: Male,
|
|
))),
|
|
alignment: Alignment(Wild),
|
|
loot: LootTable("common.loot_tables.creature.quad_low.elbst"),
|
|
inventory: (
|
|
loadout: FromBody,
|
|
),
|
|
meta: [],
|
|
)
|