mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
265 B
Plaintext
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: [],
|
|
)
|