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