mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23a020f602
+ add animal entities for wildlife spawns
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
EntityConfig (
|
|
name: Name("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"),
|
|
],
|
|
)
|