veloren/assets/common/entity/village/merchant.ron
juliancoffee a4cc1e24ee Move body to EntityConfig assets
* currently works only for random and random_with, uses FromStr for
NpcKind
2021-06-09 15:37:04 +03:00

12 lines
271 B
Plaintext

EntityConfig (
name: Some("Merchant"),
// body is specified outsite
body: None,
main_tool: Some(Item("common.items.weapons.bow.eldwood-0")),
second_tool: None,
loadout_asset: None,
skillset_asset: Some("common.skillset.village.merchant"),
)