#![enable(implicit_some)]
(
    name: Automatic,
    body: RandomWith("roc"),
    alignment: Alignment(Enemy),
    loot: LootTable("common.loot_tables.creature.bird_large.roc"),
    inventory: (
        loadout: FromBody,
    ),
    meta: [],
)