[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/rejuvenation.tres" type="Texture" id=2] [ext_resource path="res://data/auras/14_rejuvenation_rank_1.tres" type="Aura" id=3] [resource] resource_name = "Rejuvenation" id = 15 spell_type = 8 target_type = 2 target_relation_type = 4 rank = 1 icon = ExtResource( 2 ) text_name = "Rejuvenation" text_description = "Instant. Heals you for 400 to 450 every 3 sec for 30 sec." caster_aura_applys = [ ExtResource( 3 ) ] cost_type = 480 give_resource_type = 480 aoe_targetType = 32758 aoe_movement_type = -2000446188 aoe_colliderType = -2147479552 projectile_type = 4 script = ExtResource( 1 )