{ "mixins": "stonehearth:mixins:item_properties", "type": "entity", "components": { "model_variants": { "default": { "layer": "hat", "transparent": "false", "models": [ "file(forest_helmet.qb)" ] }, "female": { "layer": "hat", "transparent": "false", "models": [ "file(forest_helmet_female.qb)" ] } }, "stonehearth:entity_forms": { "iconic_form": "file(forest_helmet_iconic.json)" }, "stonehearth:equipment_piece": { "render_type": "merge_with_model", "slot": "helmet", "ilevel": 4, "roles": "mail_wearer", "equip_effect": "stonehearth:effects:weapon_level_up" } }, "entity_data": { "stonehearth:combat:armor_data": { "base_damage_reduction": 4 }, "stonehearth:net_worth": { "value_in_gold": 25, "rarity": "common", "shop_info": { "buyable": true, "sellable": true, "shopkeeper_level": 3, "shopkeeper_type": "caravan" } }, "stonehearth:catalog": { "display_name": "i18n(More_AWaS:entities.armor.forest_helmet.display_name)", "description": "i18n(More_AWaS:entities.armor.forest_helmet.description)", "icon": "file(forest_helmet.png)", "category": "armor", "material_tags": "iron armor heavy_armor stockpile_equipment" } } }