mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
[gd_resource type="Spell" load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://data/icons/naturalist/amplify_pain.tres" type="Texture" id=1]
|
|
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.gd" type="Script" id=2]
|
|
[ext_resource path="res://scripts/spells/amplify_pain.gd" type="Script" id=3]
|
|
[ext_resource path="res://data/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://data/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=5]
|
|
|
|
[sub_resource type="SpellEffectVisual" id=1]
|
|
script = ExtResource( 2 )
|
|
spell_cast_effect_left_hand = ExtResource( 5 )
|
|
spell_cast_effect_right_hand = ExtResource( 5 )
|
|
torso_aura_effect_time = 0.0
|
|
root_aura_effect_time = 0.0
|
|
torso_spell_cast_finish_effect = ExtResource( 4 )
|
|
torso_spell_cast_finish_effect_time = 0.4
|
|
root_spell_cast_finish_effect_time = 1.0
|
|
|
|
[resource]
|
|
resource_name = "Overload"
|
|
id = 31
|
|
spell_type = 8
|
|
level = 10
|
|
icon = ExtResource( 1 )
|
|
visual_spell_effects = SubResource( 1 )
|
|
text_name = "Overload"
|
|
text_description = "Range: 26m.
|
|
Channeled. Free.
|
|
Causes your dots to deal 10% more damage."
|
|
range = true
|
|
range_range = 26.0
|
|
cast = true
|
|
cast_cast_time = 1.5
|
|
damage = true
|
|
damage_type = 16
|
|
damage_min = 130
|
|
damage_max = 150
|
|
aoe_targetType = -1910718371
|
|
aoe_movement_type = 1611610192
|
|
aoe_colliderType = 1065353216
|
|
projectile_type = 882743928
|
|
script = ExtResource( 3 )
|