veloren/assets/common/entity/village/guard.ron
2022-01-28 00:02:34 +02:00

14 lines
477 B
Rust

(
name: Name("Guard"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
loadout: Hands(TwoHanded(Choice([
(1, Some(Item("common.items.weapons.sword.cobalt-0"))),
(2, Some(Item("common.items.weapons.bow.metal-2"))),
(1, Some(Item("common.items.weapons.axe.cobalt_axe-0"))),
]))),
loot: LootTable("common.loot_tables.creature.humanoid"),
meta: [
SkillSetAsset("common.skillset.preset.rank3.fullskill"),
],
)