{ "type": "origins:multiple", "name": "Integrated Armor", "description": "Your armor is part of you. You are lightly armored by default and others can not see your armor.", "badges": [ { "type": "origins:tooltip", "sprite": "minecraft:textures/item/iron_chestplate.png", "text": "You get a bit of chest armor by default." }, { "type": "origins:tooltip", "sprite": "minecraft:textures/item/ender_eye.png", "text": "Armor you wear is invisible." } ], "invisible_armor": { "type": "origins:prevent_feature_render", "feature": "armor" }, "default_armor": { "type": "origins:conditioned_attribute", "modifier": { "id": "default_armor_mod", "attribute": "minecraft:generic.armor", "operation": "add_value", "amount": 4 }, "tick_rate": 100, "condition": { "type": "origins:equipped_item", "inverted": true, "equipment_slot": "chest", "item_condition": { "type": "origins:armor_value", "comparison": ">", "compare_to": 0 } } } }