veloren/assets/common/entity/wild/peaceful/bear.ron
2022-01-28 00:02:34 +02:00

10 lines
253 B
Rust

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