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

12 lines
302 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
// FIXME: move this boi to spot directory
#![enable(implicit_some)]
(
2021-08-02 20:46:43 +00:00
name: Name("Well-fed Bear"),
body: RandomWith("bear"),
alignment: Alignment(Wild),
2021-09-22 19:53:11 +00:00
loot: LootTable("common.loot_tables.creature.quad_medium.clawed"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
2021-08-02 20:46:43 +00:00
meta: [],
2022-04-08 15:37:50 +00:00
)