mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
27 lines
695 B
Plaintext
27 lines
695 B
Plaintext
[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 )
|
|
target_aura_applys = [ ExtResource( 3 ) ]
|
|
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 )
|