[gd_resource type="Spell" load_steps=3 format=2] [ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1] [ext_resource path="res://data/icons/naturalist/attunement.tres" type="Texture" id=2] [resource] resource_name = "Attunement" id = 24 spell_type = 8 target_type = -2147448576 target_relation_type = 24 rank = 1 icon = ExtResource( 2 ) text_name = "Attunement" text_description = "Instant. Cooldown: {2} Increases your spell damage by 30% for 20 sec." cooldown_cooldown = 180.0 aoe_targetType = 2 aoe_colliderType = 480 script = ExtResource( 1 )