14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
name: Automatic,
|
||
|
body: Exact(QuadrupedMedium((
|
||
|
species: Roshwalr,
|
||
|
body_type: Female,
|
||
|
))),
|
||
|
alignment: Alignment(Enemy),
|
||
|
loot: LootTable("common.loot_tables.creature.quad_medium.roshwalr"),
|
||
|
inventory: (
|
||
|
loadout: FromBody,
|
||
|
),
|
||
|
meta: [],
|
||
|
)
|