2021-06-07 21:58:05 +00:00
|
|
|
EntityConfig (
|
2021-07-11 18:24:44 +00:00
|
|
|
name: Name("Guard"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("humanoid"),
|
|
|
|
alignment: Alignment(Npc),
|
2021-06-07 21:58:05 +00:00
|
|
|
|
2021-07-10 18:44:53 +00:00
|
|
|
loot: Uninit,
|
2021-06-08 22:07:48 +00:00
|
|
|
|
2021-09-06 03:13:33 +00:00
|
|
|
hands: TwoHanded(Choice([
|
2021-09-06 04:01:26 +00:00
|
|
|
(1.0, Some(Item("common.items.weapons.sword.cobalt-0"))),
|
2021-09-06 03:13:33 +00:00
|
|
|
(2.0, Some(Item("common.items.weapons.bow.metal-2"))),
|
2021-09-06 04:01:26 +00:00
|
|
|
(1.0, Some(Item("common.items.weapons.axe.cobalt_axe-0"))),
|
|
|
|
|
2021-09-06 03:13:33 +00:00
|
|
|
])),
|
2021-07-10 20:51:29 +00:00
|
|
|
meta: [
|
|
|
|
SkillSetAsset("common.skillset.village.guard"),
|
|
|
|
],
|
2021-06-07 21:58:05 +00:00
|
|
|
)
|