[gd_resource type="Spell" load_steps=4 format=2] [ext_resource path="res://data/icons/naturalist/root.tres" type="Texture" id=1] [ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2] [ext_resource path="res://data/auras/20_root_rank_1.tres" type="Aura" id=3] [resource] resource_name = "Root" id = 20 spell_type = 8 rank = 1 icon = ExtResource( 1 ) text_name = "Root" text_description = "Range: 26m. Casttime: 1.5 sec. Cooldown: {2} Roots the target for 8 sec." target_aura_applys = [ ExtResource( 3 ) ] range = true cast = true cast_cast_time = 1.4 give_resource_type = 5 aoe_targetType = 8 aoe_movement_type = 1 aoe_colliderType = 537722880 projectile_type = 6 script = ExtResource( 2 )