hotbot/assets/common/entity/wild/peaceful/toucan.ron
2024-06-11 14:43:30 -04:00

12 lines
244 B
Plaintext

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