15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
#![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: [],
|
|
)
|