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

15 lines
373 B
Rust
Raw Normal View History

EntityConfig (
name: Name("Merchant"),
body: RandomWith("humanoid"),
alignment: Alignment(Npc),
2021-09-22 19:53:11 +00:00
// TODO: consider giving some gold/gems/materials?
loot: LootTable("common.loot_tables.creature.humanoid"),
hands: TwoHanded(Item("common.items.weapons.bow.eldwood-0")),
meta: [
SkillSetAsset("common.skillset.village.merchant"),
],
)