Udpated ESS to the latest to get the new property changes.

This commit is contained in:
Relintai 2022-01-12 14:19:23 +01:00
parent 2d5e17b5be
commit d2a5be02d4
15 changed files with 14 additions and 18 deletions

2
HEADS
View File

@ -1 +1 @@
{"engine": {"3.2": "94a0fc47f7b4e90f8973f9adbfd3312579ed2825", "master": "8c73e813134001e575b6f59e3b0100471c007410", "3.x": "3337694d687bc682599a3cbbf17f5c00e5c3dabd"}, "world_generator": {"master": "260c430f11b0b591eaf4714516419aa327d2842c"}, "entity_spell_system": {"master": "24db319b5f021b6a54084904ea24630273514bbd"}, "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": "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"}}

View File

@ -6,9 +6,6 @@
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=4] [ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=4]
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=5] [ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=5]
[sub_resource type="SpellEffectVisual" id=1] [sub_resource type="SpellEffectVisual" id=1]
script = ExtResource( 2 ) script = ExtResource( 2 )
spell_cast_effect_left_hand = ExtResource( 5 ) spell_cast_effect_left_hand = ExtResource( 5 )

View File

@ -7,11 +7,10 @@
[resource] [resource]
resource_name = "Aspect of Scorpions" resource_name = "Aspect of Scorpions"
icon = ExtResource( 3 ) icon = ExtResource( 3 )
rank = 1
aura_time = 30.0 aura_time = 30.0
aura_tick = 3.0 aura_tick = 3.0
aura_debuff = true aura_debuff = true
rank = 1
aura_aura_type = 1
aura_group = ExtResource( 2 ) aura_group = ExtResource( 2 )
text_name = "Aspect of Scorpions" text_name = "Aspect of Scorpions"
aura_text_description = "Deals %%damage_min to %%damage_max damage every %%tick sec, and increases damage taken by 10% for 30 sec." aura_text_description = "Deals %%damage_min to %%damage_max damage every %%tick sec, and increases damage taken by 10% for 30 sec."

View File

@ -17,7 +17,7 @@ spell_type = 8
rank = 1 rank = 1
icon = ExtResource( 5 ) icon = ExtResource( 5 )
visual_spell_effects = ExtResource( 3 ) visual_spell_effects = ExtResource( 3 )
target_aura_applys = [ ExtResource( 2 ) ] spells_cast_on_target = [ ExtResource( 2 ) ]
text_name = "Aspect of Scorpions" text_name = "Aspect of Scorpions"
text_description = "Range: 26m. text_description = "Range: 26m.
Casttime: %%cast_cast_time . Casttime: %%cast_cast_time .

View File

@ -12,7 +12,7 @@ level = 3
rank = 1 rank = 1
icon = ExtResource( 2 ) icon = ExtResource( 2 )
needs_target = true needs_target = true
target_aura_applys = [ ExtResource( 3 ) ] spells_cast_on_target = [ ExtResource( 3 ) ]
text_name = "Aspect of Wolves" text_name = "Aspect of Wolves"
text_description = "Range: 26m. text_description = "Range: 26m.
Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec." Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."

View File

@ -12,7 +12,7 @@ level = 4
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
needs_target = true needs_target = true
target_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_target = [ ExtResource( 1 ) ]
text_name = "Aspect of Bees" text_name = "Aspect of Bees"
text_description = "Range: 26m. text_description = "Range: 26m.
Instant. Instant.

View File

@ -12,7 +12,7 @@ target_type = 2
target_relation_type = 4 target_relation_type = 4
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
caster_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_caster = [ ExtResource( 1 ) ]
text_name = "Rejuvenation" text_name = "Rejuvenation"
text_description = "Instant. text_description = "Instant.
Heals you for 400 to 450 every 3 sec for 30 sec." Heals you for 400 to 450 every 3 sec for 30 sec."

View File

@ -11,7 +11,7 @@ spell_type = 8
target_type = 2 target_type = 2
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
caster_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_caster = [ ExtResource( 1 ) ]
text_name = "Close Wounds" text_name = "Close Wounds"
text_description = "Casttime: 2 sec. text_description = "Casttime: 2 sec.
Cooldown: %%cooldown_cooldown sec Cooldown: %%cooldown_cooldown sec

View File

@ -12,7 +12,7 @@ target_type = 480
target_relation_type = 914787760 target_relation_type = 914787760
rank = 1 rank = 1
icon = ExtResource( 2 ) icon = ExtResource( 2 )
caster_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_caster = [ ExtResource( 1 ) ]
text_name = "Ironbark" text_name = "Ironbark"
text_description = "Instant. text_description = "Instant.
Cooldown: {2} Cooldown: {2}

View File

@ -12,7 +12,7 @@ target_type = 520
target_relation_type = 1 target_relation_type = 1
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
caster_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_caster = [ ExtResource( 1 ) ]
text_name = "Nature's Swiftness" text_name = "Nature's Swiftness"
text_description = "Instant. text_description = "Instant.
Cooldown: %%cooldown_cooldown sec Cooldown: %%cooldown_cooldown sec

View File

@ -10,7 +10,7 @@ id = 10
spell_type = 8 spell_type = 8
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
target_aura_applys = [ ExtResource( 1 ) ] spells_cast_on_target = [ ExtResource( 1 ) ]
text_name = "Root" text_name = "Root"
text_description = "Range: 26m. text_description = "Range: 26m.
Casttime: 1.5 sec. Casttime: 1.5 sec.

View File

@ -12,7 +12,7 @@ spell_type = 8
rank = 1 rank = 1
icon = ExtResource( 1 ) icon = ExtResource( 1 )
visual_spell_effects = ExtResource( 4 ) visual_spell_effects = ExtResource( 4 )
target_aura_applys = [ ExtResource( 3 ) ] spells_cast_on_target = [ ExtResource( 3 ) ]
text_name = "Aspect of Scorpions" text_name = "Aspect of Scorpions"
text_description = "Range: 26m. text_description = "Range: 26m.
Casttime: {3}. Casttime: {3}.

View File

@ -10,7 +10,7 @@ id = 18
spell_type = 8 spell_type = 8
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
target_aura_applys = [ ExtResource( 2 ) ] spells_cast_on_target = [ ExtResource( 2 ) ]
text_name = "Aspect of Wasps" text_name = "Aspect of Wasps"
text_description = "Range: 26m. text_description = "Range: 26m.
Instant. Instant.

View File

@ -11,7 +11,7 @@ spell_type = 8
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
needs_target = true needs_target = true
target_aura_applys = [ ExtResource( 2 ) ] spells_cast_on_target = [ ExtResource( 2 ) ]
text_name = "Aspect of Wolves" text_name = "Aspect of Wolves"
text_description = "Range: 26m. text_description = "Range: 26m.
Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec." Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."

View File

@ -12,7 +12,7 @@ level = 10
rank = 1 rank = 1
icon = ExtResource( 3 ) icon = ExtResource( 3 )
needs_target = true needs_target = true
target_aura_applys = [ ExtResource( 2 ) ] spells_cast_on_target = [ ExtResource( 2 ) ]
text_name = "Aspect of Bees" text_name = "Aspect of Bees"
text_description = "Range: 26m. text_description = "Range: 26m.
Instant. Instant.