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