Hello,
I am trying to let my Knight Heartling to wear his helmet only when he is in battle or patrol.
I added the postures command from weapon .json in the silver mail .json file but it doesn’t work. Any help is much appreciated.
“stonehearth:entity_forms”: {
“iconic_form”: “file(silver_helmet_iconic.json)”
},
“stonehearth:equipment_piece”: {
“slot”: “helmet”,
“render_type”: “merge_with_model”,
“postures”: [
“stonehearth:combat”,
“stonehearth:patrol”
],
“ilevel”: 6,
“roles”: “plate_wearer”,
“required_job_level”: 3,
“equip_effect”: “stonehearth:effects:weapon_level_up”
}