veloren/assets/common/entity/village/guard.ron

14 lines
268 B
Plaintext
Raw Normal View History

EntityConfig (
name: Some("Guard"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
loot: Uninit,
hands: TwoHanded(Item("common.items.weapons.sword.iron-4")),
meta: [
SkillSetAsset("common.skillset.village.guard"),
],
)