2021-06-07 21:58:05 +00:00
|
|
|
EntityConfig (
|
2021-07-11 18:24:44 +00:00
|
|
|
name: Name("Merchant"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("humanoid"),
|
|
|
|
alignment: Alignment(Npc),
|
2021-06-07 21:58:05 +00:00
|
|
|
|
2021-06-08 22:07:48 +00:00
|
|
|
// considering giving some gold/gems/materials?
|
2021-07-10 18:44:53 +00:00
|
|
|
loot: Uninit,
|
2021-06-08 22:07:48 +00:00
|
|
|
|
2021-07-11 11:28:56 +00:00
|
|
|
hands: TwoHanded(Item("common.items.weapons.bow.eldwood-0")),
|
2021-06-07 21:58:05 +00:00
|
|
|
|
2021-07-10 20:51:29 +00:00
|
|
|
meta: [
|
|
|
|
SkillSetAsset("common.skillset.village.merchant"),
|
|
|
|
],
|
2021-06-07 21:58:05 +00:00
|
|
|
)
|