veloren/assets/common/entity/village/guard.ron
juliancoffee 23a020f602 Add Automatic NameKind to EntityConfig
+ add animal entities for wildlife spawns
2021-07-17 15:37:31 +03:00

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"),
],
)