15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Lioness"),
|
|
body: Exact(QuadrupedMedium((
|
|
species: Lion,
|
|
body_type: Female,
|
|
))),
|
|
alignment: Alignment(Enemy),
|
|
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
|
|
inventory: (
|
|
loadout: FromBody,
|
|
),
|
|
meta: [],
|
|
)
|