{ "type": "origins:multiple", "name": "Regnerative Light", "description": "Being exposed to bright light sources slowly heals you.", "badges": [ { "type": "origins:tooltip", "sprite": "minecraft:textures/block/glowstone.png", "text": "Being in bright light slowly regenerates health." } ], "regeneration": { "type": "origins:action_over_time", "entity_action": { "type": "origins:heal", "amount": 1 }, "interval": 120, "condition": { "type": "origins:brightness", "comparison": ">=", "compare_to": 1.0 } } }