[gd_resource type="Spell" load_steps=4 format=2] [ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1] [ext_resource path="res://data/icons/naturalist/close_wounds.tres" type="Texture" id=2] [ext_resource path="res://data/auras/15_close_wounds_rank_1.tres" type="Aura" id=3] [resource] resource_name = "Close Wounds" id = 16 spell_type = 8 target_type = 2 target_relation_type = -870457328 rank = 1 icon = ExtResource( 2 ) text_name = "Close Wounds" text_description = "Casttime: 2 sec. Cooldown: {2} Heals you for 720 to 780 every 3 sec for 21 sec." caster_aura_applys = [ ExtResource( 3 ) ] cast = true cast_cast_time = 1.3 give_resource_type = 2 aoe_movement_type = -2000446188 aoe_colliderType = -2147479552 script = ExtResource( 1 )