{ "type": "origins:stacking_status_effect", "min_stacks": 0, "max_stacks": 8, "duration_per_stack": 35, "tick_rate": 100, "effects": [ { "id": "minecraft:blindness", "is_ambient": true, "show_particles": false, "show_icon": false } ], "condition": { "type": "origins:and", "conditions": [ { "type": "origins:brightness", "comparison": ">=", "compare_to": 0.5 }, { "type": "origins:equipped_item", "inverted": true, "equipment_slot": "head", "item_condition": { "type": "origins:armor_value", "comparison": ">", "compare_to": 0 } } ] }, "name": "Blinded by the Lights", "description": "Being in too much light blinds you. Consider wearing something on your head.", "badges": [ { "type": "origins:tooltip", "sprite": "minecraft:textures/block/glowstone.png", "text": "Standing in bright light spots will give you blindness unless you wear headwear." } ] }