Removed the remaining auras.

This commit is contained in:
Relintai 2022-01-12 20:44:27 +01:00
parent 915f8ce4bc
commit c512ec3875
3 changed files with 2 additions and 47 deletions

View File

@ -1,18 +0,0 @@
[gd_resource type="Spell" load_steps=3 format=2]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
[ext_resource path="res://modules/entity_classes/naturalist/icons/close_wounds.tres" type="Texture" id=2]
[resource]
resource_name = "Close Wounds"
id = 5
icon = ExtResource( 2 )
text_name = "Close Wounds"
aura_time = 21.0
aura_tick = 3.0
aura_type = 1
aura_text_description = "Heals you for 720 to 780 every 3 sec for 21 sec."
aura_heal_enabled = true
aura_heal_min = 720
aura_heal_max = 780
script = ExtResource( 1 )

View File

@ -1,21 +0,0 @@
[gd_resource type="Spell" load_steps=4 format=2]
[ext_resource path="res://scripts/auras/SpeedModAura.gd" type="Script" id=1]
[ext_resource path="res://modules/entity_classes/naturalist/effect_data/natures_swiftness.tres" type="SpellEffectVisual" id=2]
[ext_resource path="res://modules/entity_classes/naturalist/icons/natures_swiftness.tres" type="Texture" id=3]
[resource]
resource_name = "Nature's Swiftness"
id = 7
spell_type = 8
target_type = 0
target_relation_type = 7
icon = ExtResource( 3 )
text_name = "Nature's Swiftness"
aura_time = 10.0
aura_type = 1
aura_visual_spell_effects = ExtResource( 2 )
aura_text_description = "Increases your movement speed by 60% for 6 sec. This spell is not on the global cooldown."
script = ExtResource( 1 )
does_stack = true
mod_speed = 40.0

View File

@ -1,7 +1,5 @@
[gd_resource type="CharacterSpec" load_steps=6 format=2]
[gd_resource type="CharacterSpec" load_steps=4 format=2]
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Spell" id=2]
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Spell" id=3]
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Spell" id=4]
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Spell" id=5]
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Spell" id=6]
@ -15,8 +13,4 @@ row_0/column_0/size = 3
row_0/column_0/entry_0 = ExtResource( 4 )
row_0/column_0/entry_1 = ExtResource( 6 )
row_0/column_0/entry_2 = ExtResource( 5 )
row_1/size = 2
row_1/column_0/size = 1
row_1/column_0/entry_0 = ExtResource( 2 )
row_1/column_1/size = 1
row_1/column_1/entry_0 = ExtResource( 3 )
row_1/size = 0