Skip to content

Modify Dragon Fireball

Power Type.

Can modify certain values of any dragon fireball the player uses, whether this be through the item form or the Dragonborn origin.

Type ID: toomanyorigins:modify_dragon_fireball

Fields

Field Type Default Description
damage_modifier Attribute Modifier optional If set, this modifier will apply to the damage amount.
damage_modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the damage amount.
min_radius Float optional Sets the radius to the amount of blocks specified at the start of the AoE's life.
max_radius Float optional Sets the radius to the amount of blocks specified at the end of the AoE's life.
duration Integer Specifies the duration that the AoE Entity is out for.

Example

{
    "type": "toomanyorigins:modify_dragon_fireball",
    "modifier": {
        "name": "Extra damage for dragon fireball",
        "operation": "addition",
        "value": 3.0
    },
    "min_radius": 4.0,
    "max_radius": 2.0,
    "duration": 20
}
This power makes dragon fireballs last for 1 second, start with an 8 block diameter, end with a 4 block diameter and deal 1.5 more hearts of damage.