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

12 lines
302 B
Plaintext

// FIXME: move this boi to spot directory
#![enable(implicit_some)]
(
name: Name("Well-fed Bear"),
body: RandomWith("bear"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
inventory: (
loadout: FromBody,
),
meta: [],
)