mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Updated ESS, to get the Aura and Spell merge. Still a few smaller isuues linger around. They will be fixed in a few hours.
This commit is contained in:
parent
d2a5be02d4
commit
2a08f5de05
2
HEADS
2
HEADS
@ -1 +1 @@
|
||||
{"engine": {"3.2": "94a0fc47f7b4e90f8973f9adbfd3312579ed2825", "master": "8c73e813134001e575b6f59e3b0100471c007410", "3.x": "3337694d687bc682599a3cbbf17f5c00e5c3dabd"}, "world_generator": {"master": "260c430f11b0b591eaf4714516419aa327d2842c"}, "entity_spell_system": {"master": "5ac0fb660484494a6c00dffe66f98a8d10150a0a"}, "ui_extensions": {"master": "f82273f54cb1ab87d458c91af9554acec5c10831"}, "voxelman": {"master": "9253cc53c6fbbd78b5e4268eb498ef55b4dd0181"}, "texture_packer": {"master": "a0786956813a85b5a82093a081b90c2f8a000e6c"}, "fastnoise": {"master": "d447fd5364e9ab5a6b14184483eab23cd3fe820b"}, "mesh_data_resource": {"master": "d4b01890414197a8221c58ac944bcbca7f42f947"}, "procedural_animations": {"master": "f8aae42bf06b3936cc6bd24cb18e1c3ec9f78f4f"}, "ess_data": {"master": "3bd637fdd3304b64a18287a49a6b7387acf2f5de"}, "props": {"master": "2afd6eff45f9a921bdf4090ff3029def86df5cb5"}, "mesh_utils": {"master": "461c2a80a1e9fb3535203d1465bc9d89438146b3"}, "broken_seals_module": {"master": "2afea56eba66beeb543934edf5a38a8aa63fc79b"}, "thread_pool": {"master": "a02955e929fea4a4188d02850b187fa4048145a2"}, "terraman": {"master": "ae53ad5001a720ddb2eb52c46eea65dc2242ac9f"}}
|
||||
{"engine": {"3.2": "94a0fc47f7b4e90f8973f9adbfd3312579ed2825", "master": "8c73e813134001e575b6f59e3b0100471c007410", "3.x": "3337694d687bc682599a3cbbf17f5c00e5c3dabd"}, "world_generator": {"master": "260c430f11b0b591eaf4714516419aa327d2842c"}, "entity_spell_system": {"master": "e14ba1e368fc16423afc3f10fbea8a4f1e409ba7"}, "ui_extensions": {"master": "f82273f54cb1ab87d458c91af9554acec5c10831"}, "voxelman": {"master": "9253cc53c6fbbd78b5e4268eb498ef55b4dd0181"}, "texture_packer": {"master": "a0786956813a85b5a82093a081b90c2f8a000e6c"}, "fastnoise": {"master": "d447fd5364e9ab5a6b14184483eab23cd3fe820b"}, "mesh_data_resource": {"master": "d4b01890414197a8221c58ac944bcbca7f42f947"}, "procedural_animations": {"master": "f8aae42bf06b3936cc6bd24cb18e1c3ec9f78f4f"}, "ess_data": {"master": "3bd637fdd3304b64a18287a49a6b7387acf2f5de"}, "props": {"master": "2afd6eff45f9a921bdf4090ff3029def86df5cb5"}, "mesh_utils": {"master": "461c2a80a1e9fb3535203d1465bc9d89438146b3"}, "broken_seals_module": {"master": "2afea56eba66beeb543934edf5a38a8aa63fc79b"}, "thread_pool": {"master": "a02955e929fea4a4188d02850b187fa4048145a2"}, "terraman": {"master": "ae53ad5001a720ddb2eb52c46eea65dc2242ac9f"}}
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/rejuvenation.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/close_wounds.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/ironbark.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[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]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/root.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_wasps.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_wolves.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_bees.tres" type="Texture" id=2]
|
||||
|
@ -1,34 +1,34 @@
|
||||
[gd_resource type="ESSResourceDBStatic" load_steps=52 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/16_close_wounds_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/16_ironbark_rank_1.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/14_rejuvenation_rank_1.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/16_ironbark_rank_1.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/14_rejuvenation_rank_1.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/19_uproot_rank_1.tres" type="Spell" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/11_aspect_of_wasps_rank_1.tres" type="Spell" id=5]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Aura" id=6]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Aura" id=7]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/11_aspect_of_wasps_rank1.tres" type="Aura" id=8]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Spell" id=6]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Spell" id=7]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/11_aspect_of_wasps_rank1.tres" type="Spell" id=8]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/13_aspect_of_bees_rank_1.tres" type="Spell" id=9]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/13_aspect_of_bees_rank_1.tres" type="Aura" id=10]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/13_aspect_of_bees_rank_1.tres" type="Spell" id=10]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/10_aspect_of_scorpions_rank_1.tres" type="Spell" id=11]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/10_aspect_of_scorpions_rank_1.tres" type="Aura" id=12]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/10_aspect_of_scorpions_rank_1.tres" type="Spell" id=12]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/17_ironbark_rank_1.tres" type="Spell" id=13]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/24_attunement_rank_1.tres" type="Spell" id=14]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/20_root_rank_1.tres" type="Aura" id=15]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/21_aspect_of_scorpions.tres" type="Aura" id=16]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/22_aspect_of_wasps.tres" type="Aura" id=17]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/20_root_rank_1.tres" type="Spell" id=15]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/21_aspect_of_scorpions.tres" type="Spell" id=16]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/22_aspect_of_wasps.tres" type="Spell" id=17]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/27_aspect_of_scorpions.tres" type="Spell" id=18]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/29_aspect_of_wolves.tres" type="Spell" id=19]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/28_aspectofwasps.tres" type="Spell" id=20]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/23_aspect_of_wolves.tres" type="Aura" id=21]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/23_aspect_of_wolves.tres" type="Spell" id=21]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/30_aspect_of_bees.tres" type="Spell" id=22]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/14_amplify_pain_rank_1.tres" type="Spell" id=23]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/24_aspect_of_bees.tres" type="Aura" id=24]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/24_aspect_of_bees.tres" type="Spell" id=24]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/12_aspect_of_wolves_rank_1.tres" type="Spell" id=25]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/26_rest.tres" type="Spell" id=26]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/22_shield_of_barbs_rank_1.tres" type="Spell" id=27]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/21_strength_of_nature_rank_1.tres" type="Spell" id=28]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/12_aspect_of_wolves_rank_1.tres" type="Aura" id=29]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/12_aspect_of_wolves_rank_1.tres" type="Spell" id=29]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/20_root_rank_1.tres" type="Spell" id=30]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/23_calm_rank_1.tres" type="Spell" id=31]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/25_inner_will.tres" type="Spell" id=32]
|
||||
@ -38,17 +38,17 @@
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/entities/2_naturalist_mob.tres" type="EntityData" id=36]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/35_strike.tres" type="Spell" id=37]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/36_regrow.tres" type="Spell" id=38]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Aura" id=39]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Aura" id=40]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Aura" id=41]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Aura" id=42]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/talent_regrow_r1.tres" type="Aura" id=43]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Aura" id=44]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Aura" id=45]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Aura" id=46]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Aura" id=47]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Aura" id=48]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Aura" id=49]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Spell" id=39]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Spell" id=40]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Spell" id=41]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Spell" id=42]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/talent_regrow_r1.tres" type="Spell" id=43]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Spell" id=44]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Spell" id=45]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Spell" id=46]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Spell" id=47]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Spell" id=48]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Spell" id=49]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=50]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=51]
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Aura" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Aura" id=5]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Aura" id=6]
|
||||
[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]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspects"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
icon = ExtResource( 2 )
|
||||
rank = 1
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
icon = ExtResource( 2 )
|
||||
rank = 2
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
icon = ExtResource( 2 )
|
||||
rank = 3
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
|
@ -1,10 +1,10 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Aura" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Aura" id=5]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Spell" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Spell" id=5]
|
||||
|
||||
[resource]
|
||||
resource_name = "Melee"
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpellDamageModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpellDamageModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpellDamageModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpellDamageModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpellDamageModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
@ -1,8 +1,8 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/talent_regrow_r1.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/talent_regrow_r1.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Spell" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Nature"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Regrow"
|
||||
icon = ExtResource( 1 )
|
||||
rank = 2
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Regrow"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Regrow"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Regrow"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Regrow"
|
||||
icon = ExtResource( 1 )
|
||||
rank = 3
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Regrow"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Regrow"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Regrow"
|
||||
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Aura" load_steps=3 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Regrow"
|
||||
icon = ExtResource( 1 )
|
||||
rank = 1
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Regrow"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
text_name = "Improved Regrow"
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Regrow"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://modules/core/entity_resources/1_mana_resource.tres" type="EntityResource" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/10_aspect_of_scorpions_rank_1.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/10_aspect_of_scorpions_rank_1.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=3]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=5]
|
||||
|
@ -1,6 +1,5 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/11_aspect_of_wasps_rank1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_wasps.tres" type="Texture" id=3]
|
||||
|
||||
@ -10,7 +9,6 @@ spell_type = 8
|
||||
level = 2
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
target_aura_applys = [ ExtResource( 1 ) ]
|
||||
text_name = "Aspect of Wasps"
|
||||
text_description = "Range: 26m.
|
||||
Instant.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/icons/Naturalist/AspectOfScorpions.png" type="Texture" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/12_aspect_of_wolves_rank_1.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/12_aspect_of_wolves_rank_1.tres" type="Spell" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wolves"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/13_aspect_of_bees_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/13_aspect_of_bees_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_bees.tres" type="Texture" id=3]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/14_rejuvenation_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/14_rejuvenation_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/rejuvenation.tres" type="Texture" id=3]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/15_close_wounds_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/close_wounds.tres" type="Texture" id=3]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/16_ironbark_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/16_ironbark_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/ironbark.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=3]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/17_natures_swiftness_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/natures_swiftness.tres" type="Texture" id=3]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/20_root_rank_1.tres" type="Aura" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/20_root_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/root.tres" type="Texture" id=3]
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/21_aspect_of_scorpions.tres" type="Aura" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/21_aspect_of_scorpions.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=4]
|
||||
|
||||
[resource]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[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://modules/entity_classes/naturalist/auras/22_aspect_of_wasps.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/22_aspect_of_wasps.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_wasps.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[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://modules/entity_classes/naturalist/auras/23_aspect_of_wolves.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/23_aspect_of_wolves.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_wolves.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[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://modules/entity_classes/naturalist/auras/24_aspect_of_bees.tres" type="Aura" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/auras/24_aspect_of_bees.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_bees.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
|
@ -9,7 +9,7 @@
|
||||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Aura",
|
||||
"base": "Spell",
|
||||
"class": "AuraGD",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/auras/aura_script.gd"
|
||||
|
@ -49,8 +49,8 @@ func _on_set_owner():
|
||||
for i in range(class_data.get_num_spells()):
|
||||
var spell : Spell = class_data.get_spell(i)
|
||||
|
||||
if spell.get_num_target_aura_applys() > 0:
|
||||
var aura : Aura = spell.get_target_aura_apply(0)
|
||||
if spell.spells_cast_on_target_num_get() > 0:
|
||||
var aura : Spell = spell.spell_cast_on_target_get(0)
|
||||
|
||||
if not _data["target_aura_spells"].has(aura.aura_group):
|
||||
_data["target_aura_spells"][aura.aura_group] = []
|
||||
|
@ -1,9 +1,9 @@
|
||||
extends Aura
|
||||
extends Spell
|
||||
|
||||
export(String) var spell_name : String
|
||||
export(float) var reduction_value : float
|
||||
|
||||
func _notification_ccast(what : int, data : AuraData, info: SpellCastInfo):
|
||||
func _notification_aura_ccast(what : int, data : AuraData, info: SpellCastInfo):
|
||||
if SpellEnums.NOTIFICATION_CAST_STARTED:
|
||||
if info.spell.get_name() == spell_name:
|
||||
info.cast_time -= reduction_value
|
||||
|
@ -1,4 +1,4 @@
|
||||
extends Aura
|
||||
extends Spell
|
||||
class_name AuraGD
|
||||
|
||||
# Copyright (c) 2019-2021 Péter Magyar
|
||||
|
@ -32,8 +32,8 @@ func _init():
|
||||
for i in range(get_num_spells()):
|
||||
var spell : Spell = get_spell(i)
|
||||
|
||||
if spell.get_num_target_aura_applys() > 0:
|
||||
var aura : Aura = spell.get_target_aura_apply(0)
|
||||
if spell.spells_cast_on_target_num_get() > 0:
|
||||
var aura : Spell = spell.spell_cast_on_target_get(0)
|
||||
|
||||
if not _data["target_aura_spells"].has(aura.aura_group):
|
||||
_data["target_aura_spells"][aura.aura_group] = []
|
||||
|
@ -31,7 +31,7 @@ func _cast_finishs(info : SpellCastInfo) -> void:
|
||||
var ad : AuraData = target.aura_gets(i)
|
||||
|
||||
if ad.caster == info.caster:
|
||||
var aura : Aura = ad.aura
|
||||
var aura : Spell = ad.aura
|
||||
|
||||
if aura.aura_type & SpellEnums.AURA_TYPE_MAGIC != 0:
|
||||
ad.time_since_last_tick += ad.tick
|
||||
|
@ -173,7 +173,7 @@ func handle_effect(info : SpellCastInfo) -> void:
|
||||
|
||||
handle_spell_heal(shi)
|
||||
|
||||
for aura in caster_aura_applys:
|
||||
for aura in spells_cast_on_caster:
|
||||
var ainfo : AuraApplyInfo = AuraApplyInfo.new()
|
||||
|
||||
ainfo.caster = info.caster
|
||||
@ -184,7 +184,7 @@ func handle_effect(info : SpellCastInfo) -> void:
|
||||
aura.aura_sapply(ainfo)
|
||||
|
||||
if info.target != null:
|
||||
for aura in target_aura_applys:
|
||||
for aura in spells_cast_on_target:
|
||||
var ad : AuraData = null
|
||||
|
||||
if aura.aura_group != null:
|
||||
|
@ -86,7 +86,7 @@ func refresh() -> void:
|
||||
var known_rank_count : int = 0
|
||||
|
||||
for i in range(_spec.get_num_ranks(_row, culomn)):
|
||||
var a : Aura = _spec.get_talent(_row, culomn, i)
|
||||
var a : Spell = _spec.get_talent(_row, culomn, i)
|
||||
|
||||
if a == null:
|
||||
break
|
||||
@ -105,7 +105,7 @@ func refresh() -> void:
|
||||
|
||||
_upgrade_button.show()
|
||||
|
||||
var aura : Aura = _spec.get_talent(_row, culomn, ridx)
|
||||
var aura : Spell = _spec.get_talent(_row, culomn, ridx)
|
||||
|
||||
_aura_name_label.text = aura.text_name
|
||||
_aura_description_label.text = aura.aura_text_description
|
||||
|
Loading…
Reference in New Issue
Block a user