#![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: [],
)