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

27 lines
864 B
Plaintext

[gd_resource type="Spell" load_steps=4 format=2]
[ext_resource path="res://data/icons/naturalist/natures_swiftness.tres" type="Texture" id=1]
[ext_resource path="res://data/auras/17_natures_swiftness_rank_1.tres" type="Aura" id=2]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=3]
[resource]
resource_name = "Nature's Swiftness"
id = 18
spell_type = 8
target_type = 520
target_relation_type = 393653346
rank = 1
icon = ExtResource( 1 )
caster_aura_applys = [ ExtResource( 2 ) ]
text_name = "Nature's Swiftness"
text_description = "Instant.
Cooldown: {2}
Increases your movement speed by 60% for 6 sec. This spell is not on the global cooldown."
cooldown_cooldown = 20.0
cooldown_global_cooldown = false
aoe_targetType = 520
aoe_movement_type = 538514176
aoe_colliderType = 186459648
projectile_type = 101
script = ExtResource( 3 )