2019-11-20 13:59:32 +01:00
|
|
|
[gd_resource type="Spell" load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://data/icons/naturalist/rejuvenation.tres" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://data/auras/14_rejuvenation_rank_1.tres" type="Aura" id=3]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
resource_name = "Rejuvenation"
|
|
|
|
id = 15
|
|
|
|
spell_type = 8
|
|
|
|
target_type = 2
|
|
|
|
target_relation_type = 4
|
|
|
|
rank = 1
|
|
|
|
icon = ExtResource( 2 )
|
2019-12-01 00:25:55 +01:00
|
|
|
caster_aura_applys = [ ExtResource( 3 ) ]
|
2019-11-20 13:59:32 +01:00
|
|
|
text_name = "Rejuvenation"
|
|
|
|
text_description = "Instant.
|
|
|
|
Heals you for 400 to 450 every 3 sec for 30 sec."
|
|
|
|
aoe_targetType = 32758
|
|
|
|
aoe_movement_type = -2000446188
|
|
|
|
aoe_colliderType = -2147479552
|
|
|
|
projectile_type = 4
|
|
|
|
script = ExtResource( 1 )
|