You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
602 B
JSON

{
"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
}
}
}