trade_bot/assets/common/entity/wild/peaceful/bear.ron

12 lines
302 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
// 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: [],
)