mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
[gd_resource type="Spell" load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://scripts/spells/amplify_pain.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/icons/naturalist/amplify_pain.tres" type="Texture" id=2]
|
|
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.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( 3 )
|
|
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 = "Strike"
|
|
id = 35
|
|
spell_type = 1
|
|
rank = 1
|
|
icon = ExtResource( 2 )
|
|
needs_target = true
|
|
visual_spell_effects = SubResource( 1 )
|
|
text_name = "Strike"
|
|
text_description = "Range: Melee
|
|
Strike the target with your weapon, dealing weapon damage, and an additional %%damage_min - %%damage_max ."
|
|
cooldown_cooldown = 3.0
|
|
range_enabled = true
|
|
range_range = 3.0
|
|
cast_cast_time = 1.5
|
|
damage_enabled = true
|
|
damage_type = 1
|
|
damage_min = 19
|
|
damage_max = 25
|
|
damage_scale_stat = 41
|
|
damage_scale_coeff = 1.0
|
|
aoe_targetType = -1910718371
|
|
aoe_colliderType = 1065353216
|
|
script = ExtResource( 1 )
|