2019-11-20 13:59:32 +01:00
|
|
|
[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 )
|
2019-12-01 00:25:55 +01:00
|
|
|
target_aura_applys = [ ExtResource( 3 ) ]
|
2019-11-20 13:59:32 +01:00
|
|
|
text_name = "Root"
|
|
|
|
text_description = "Range: 26m.
|
|
|
|
Casttime: 1.5 sec.
|
|
|
|
Cooldown: {2}
|
|
|
|
Roots the target for 8 sec."
|
|
|
|
range = true
|
|
|
|
cast = true
|
|
|
|
cast_cast_time = 1.4
|
|
|
|
aoe_targetType = 8
|
|
|
|
aoe_movement_type = 1
|
|
|
|
aoe_colliderType = 537722880
|
|
|
|
projectile_type = 6
|
|
|
|
script = ExtResource( 2 )
|