veloren/assets/common/entity/village/merchant.ron
juliancoffee d04364b1f1 Replace EntityConfig main/second_tool with hands
+ Check equip_slot can hold item in LoadoutBuilder
2021-07-17 15:37:31 +03:00

15 lines
327 B
Plaintext

EntityConfig (
name: Some("Merchant"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
// considering giving some gold/gems/materials?
loot: Uninit,
hands: TwoHanded(Item("common.items.weapons.bow.eldwood-0")),
meta: [
SkillSetAsset("common.skillset.village.merchant"),
],
)