[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/calm.tres" type="Texture" id=2] [resource] resource_name = "Calm" id = 23 spell_type = 8 rank = 1 icon = ExtResource( 2 ) text_name = "Calm" text_description = "Range: 26m. Instant. Cooldown: {2} Reduces the target's melee and spell damage by 50% for 10 sec." cooldown_cooldown = 90.0 cost_type = 480 give_resource_type = 5 aoe_targetType = -2147478784 aoe_movement_type = 1 aoe_colliderType = 7602273 projectile_type = 5 script = ExtResource( 1 )