{
    "name": "GOD RUNE: Destruction",
    "description": "Be careful with this one, don't lose control. - Sets entities within 24 blocks on fire, within 16 summons lightning, also creates a.. hole...",

    "type": "origins:active_self",
    "entity_action": {
        "type": "origins:and",
        "actions": [
            {
                "type": "origins:spawn_particles",
                "particle": {
                    "type": "minecraft:dragon_breath"
                },
                "count": 75000,
                "speed": 0.0,
                "force": true,
                "spread": {
                    "x": 5.0,
                    "y": 5.0,
                    "z": 5.0
                }
            },
            {
                "type": "origins:area_of_effect",
                "radius": 24,
                "bientity_action": {
                    "type": "origins:target_action",
                    "action": {
                        "type": "origins:set_on_fire",
                        "duration": 12
                    }
                },
                "bientity_condition": {
                    "type": "origins:distance",
                    "comparison": "<=",
                    "compare_to": 24
                }
            },
            {
                "type": "origins:area_of_effect",
                "radius": 16,
                "bientity_action": {
                    "type": "origins:target_action",
                    "action": {
                        "type": "origins:spawn_entity",
                        "entity_type": "minecraft:lightning_bolt"
                    }
                }
            },
            {
                "type": "origins:explode",
                "power": 35,
                "destruction_type": "destroy",
                "damage_self": false,
                "create_fire": true
            },
            {
                "type": "origins:play_sound",
                "sound": "minecraft:entity.ender_dragon.death"
            },
            {
                "type": "origins:apply_effect",
                "effect": {
                    "effect": "minecraft:resistance",
                    "duration": 10,
                    "amplifier": 255,
                    "show_particles": false,
                    "show_icon": false
                }
            }
        ]
    },
    "cooldown": 10,
    "hud_render": {
        "should_render": true,
        "sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_03.png",
        "bar_index": 7
    },
    "key": {
        "key": "key.origins.nonary_active",
        "continuous": false
    },
    "condition": {
        "type": "origins:advancement",
        "advancement": "arthur:aether_core_three"
    }
}