{ "mixins": "stonehearth:mixins:item_properties", "type": "entity", "components": { "model_variants": { "default": { "layer": "hat", "transparent": "true", "models": [ "file(beguile.qb)" ] }, "female": { "layer": "hat", "transparent": "true", "models": [ "file(beguile_female.qb)" ] } }, "stonehearth:entity_forms": { "iconic_form": "file(beguile_iconic.json)" }, "stonehearth:equipment_piece": { "render_type": "merge_with_model", "slot": "helmet", "ilevel": 30, "required_job_level": 3, "roles": "wizard_blue_job", "equip_effect": "/stonehearth/data/effects/weapon_level_up" } }, "entity_data": { "stonehearth:combat:armor_data": { "base_damage_reduction": 20 }, "stonehearth:net_worth": { "value_in_gold": 25, "rarity": "common", "shop_info": { "buyable": false, "sellable": true, "shopkeeper_level": 1, "shopkeeper_type": "caravan" } }, "stonehearth:catalog": { "display_name": "i18n(wizard_blue:entities.armor.beguile.display_name)", "description": "i18n(wizard_blue:entities.armor.beguile.description)", "icon": "file(beguile.png)", "is_item": true, "category": "armor", "material_tags": "iron armor heavy_armor" } } }