mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23a020f602
+ add animal entities for wildlife spawns
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
EntityConfig (
|
|
name: Name("Guard"),
|
|
body: RandomWith("humanoid"),
|
|
alignment: Alignment(Npc),
|
|
|
|
loot: Uninit,
|
|
|
|
hands: TwoHanded(Item("common.items.weapons.sword.iron-4")),
|
|
|
|
meta: [
|
|
SkillSetAsset("common.skillset.village.guard"),
|
|
],
|
|
)
|