[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/regenerate.tres" type="Texture" id=2] [resource] resource_name = "Rest" id = 26 spell_type = 1 target_type = 2 target_relation_type = 24 icon = ExtResource( 2 ) text_name = "Rest" text_description = "Rest for 30 seconds, greatly increasing your regeneration." cost_type = 480 give_resource_type = 6 aoe_targetType = 5 aoe_movement_type = 6357069 aoe_colliderType = 1065353216 projectile_type = 7 script = ExtResource( 1 )