14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Arctic Hare"),
|
|
body: Exact(QuadrupedSmall((
|
|
species: Hare,
|
|
body_type: Female,
|
|
))),
|
|
alignment: Alignment(Wild),
|
|
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
|
|
inventory: (
|
|
loadout: FromBody,
|
|
),
|
|
meta: [],
|
|
) |