broken_seals/game/data/spells/19_uproot_rank_1.tres
2019-12-01 00:25:55 +01:00

26 lines
699 B
Plaintext

[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
aoe = true
aoe_targetType = -572653568
aoe_movement_type = -436862976
aoe_colliderType = 537722880
projectile_type = 6
script = ExtResource( 2 )