veloren/assets/common/entity/wild/peaceful/bear.ron
2021-09-27 15:09:22 +03:00

13 lines
265 B
Plaintext

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