broken_seals/game/data/spells/19_uproot_rank_1.tres

28 lines
738 B
Plaintext
Raw Normal View History

2019-11-20 13:59:32 +01:00
[gd_resource type="Spell" load_steps=3 format=2]
[ext_resource path="res://data/icons/naturalist/uproot.tres" type="Texture" id=1]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
[resource]
resource_name = "Uproot"
id = 19
spell_type = 8
target_type = -2147460864
rank = 1
icon = ExtResource( 1 )
text_name = "Uproot"
text_description = "Instant.
Cooldown: {2}
Roots every enemy around you in a 15m radius for 8 sec. This spell doesn't have diminishing return."
cooldown_cooldown = 24.0
range = true
range_range = 15.0
cost_type = 480
give_resource_type = 6
aoe = true
aoe_targetType = -572653568
aoe_movement_type = -436862976
aoe_colliderType = 537722880
projectile_type = 6
script = ExtResource( 2 )