mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
25 lines
744 B
Plaintext
25 lines
744 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/close_wounds.tres" type="Texture" id=2]
|
|
[ext_resource path="res://data/auras/15_close_wounds_rank_1.tres" type="Aura" id=3]
|
|
|
|
[resource]
|
|
resource_name = "Close Wounds"
|
|
id = 16
|
|
spell_type = 8
|
|
target_type = 2
|
|
target_relation_type = -870457328
|
|
rank = 1
|
|
icon = ExtResource( 2 )
|
|
caster_aura_applys = [ ExtResource( 3 ) ]
|
|
text_name = "Close Wounds"
|
|
text_description = "Casttime: 2 sec.
|
|
Cooldown: {2}
|
|
Heals you for 720 to 780 every 3 sec for 21 sec."
|
|
cast = true
|
|
cast_cast_time = 1.3
|
|
aoe_movement_type = -2000446188
|
|
aoe_colliderType = -2147479552
|
|
script = ExtResource( 1 )
|