# ⚘ ⁕ made by @iamDvz ⁕ ⚘
# ⦿ https://iamdvz.art ⦿
# it is a base config for all my other spells
# last update : 10 november 2025
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
#### ~~~~ ####           VARIABLES           #### ~~~~ ####
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
variables: 
    iamdvz_temp_var_1: {type: player, default: 0, min: -1024, max: 1024, permanent: false}
    iamdvz_temp_var_2: {type: player, default: 0, min: -1024, max: 1024, permanent: false}
    iamdvz_temp_var_3: {type: player, default: 0, min: -1024, max: 1024, permanent: false}
    iamdvz_temp_var_4: {type: player, default: 0, min: -1024, max: 1024, permanent: false}
    iamdvz_temp_var_5: {type: player, default: 0, min: -1024, max: 1024, permanent: false}
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
#### ~~~~ ####             UTILS             #### ~~~~ ####
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
debug_message:
    spell-class: ".instant.DummySpell"
    helper-spell: true
    str-cast-self: "&e[DEBUG] &7%arg:1:ERROR%"
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
#### ~~~~ ####         BASIC SPELLS          #### ~~~~ ####
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
dummy: 
    spell-class: ".instant.DummySpell"
    helper-spell: true
dummystr: 
    spell-class: ".instant.DummySpell"
    helper-spell: true
    str-cast-self: "%arg:1:EMPTY%"
tdummy: 
    spell-class: ".targeted.DummySpell"
    helper-spell: true
blink:
    spell-class: ".targeted.BlinkSpell"
    helper-spell: true
leap: 
    spell-class: ".instant.LeapSpell"
    helper-spell: true
    forward-velocity: "%arg:1:0%"
    upward-velocity: "%arg:2:0%"
    rotation: "%arg:3:0%"
    add-velocity-instead: "%arg:4:false%"
    power-affects-velocity: "%arg:5:false%"
velocity:
    spell-class: ".instant.VelocitySpell"
    helper-spell: true
    speed: "%arg:1:40%"
    power-affects-speed: "%arg:2:false%"
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
#### ~~~~ ####           FEATURES            #### ~~~~ ####
#### ~~~~ #### #### ~~~~ #### #### ~~~~ #### #### ~~~~ ####
fov_fast_zoom: 
    spell-class: ".MultiSpell"
    helper-spell: true
    spells:
        - fov_fast_zoom_potion_1
        - DELAY 2
        - fov_fast_zoom_potion_2
fov_fast_zoom_potion_1: 
    spell-class: ".targeted.PotionEffectSpell"
    helper-spell: true
    targeted: false
    spell-power-affects-duration: false
    spell-power-affects-strength: false
    potion-effects:
        # <effect> <duration> <strength> <ambient> <hidden> <icon>
        - slowness 2 4 false true false
fov_fast_zoom_potion_2: 
    spell-class: ".targeted.PotionEffectSpell"
    helper-spell: true
    targeted: false
    spell-power-affects-duration: false
    spell-power-affects-strength: false
    potion-effects:
        # <effect> <duration> <strength> <ambient> <hidden> <icon>
        - speed 3 1 false true false