veloren/assets/common/entity/village/guard.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
264 B
Plaintext

EntityConfig (
name: Some("Guard"),
// body is specified outsite
body: None,
main_tool: Some(Item("common.items.weapons.sword.iron-4")),
second_tool: None,
loadout_asset: None,
skillset_asset: Some("common.skillset.village.guard"),
)