Moved the entity classes folder.
@ -28,6 +28,7 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,6 +28,7 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,6 +28,7 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,6 +28,7 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,6 +28,7 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
19
game/entity_classes/elementalist/2_elementalist.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="EntityClassData" load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/entities/EntityClassDataGD.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/elementalist/character_specs/2_elementalist_fire.tres" type="CharacterSpec" id=2]
|
||||
[ext_resource path="res://entity_classes/elementalist/character_specs/3_elementalist_water.tres" type="CharacterSpec" id=3]
|
||||
[ext_resource path="res://entity_classes/elementalist/character_specs/4_elementalist_ice.tres" type="CharacterSpec" id=4]
|
||||
[ext_resource path="res://entity_classes/elementalist/spells/34_cold.tres" type="Spell" id=5]
|
||||
[ext_resource path="res://entity_classes/elementalist/spells/32_heat.tres" type="Spell" id=6]
|
||||
[ext_resource path="res://entity_classes/elementalist/spells/33_normal.tres" type="Spell" id=7]
|
||||
|
||||
[resource]
|
||||
resource_name = "Elementalist"
|
||||
id = 2
|
||||
text_name = "Elementalist"
|
||||
playstyle_type = 2
|
||||
specs = [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ) ]
|
||||
spells = [ ExtResource( 6 ), ExtResource( 7 ), ExtResource( 5 ) ]
|
||||
start_spells = [ ExtResource( 7 ) ]
|
||||
script = ExtResource( 1 )
|
@ -1,10 +1,10 @@
|
||||
[gd_resource type="Spell" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/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://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://entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=5]
|
||||
|
||||
[sub_resource type="SpellEffectVisual" id=1]
|
||||
script = ExtResource( 2 )
|
43
game/entity_classes/naturalist/1_naturalist.tres
Normal file
@ -0,0 +1,43 @@
|
||||
[gd_resource type="EntityClassData" load_steps=28 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/entities/EntityClassDataGD.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/19_uproot_rank_1.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/22_shield_of_barbs_rank_1.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/23_calm_rank_1.tres" type="Spell" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/16_close_wounds_rank_1.tres" type="Spell" id=5]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/26_rest.tres" type="Spell" id=6]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/24_attunement_rank_1.tres" type="Spell" id=7]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/14_amplify_pain_rank_1.tres" type="Spell" id=8]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects.tres" type="CharacterSpec" id=9]
|
||||
[ext_resource path="res://modules/core/entity_resources/1_mana_resource.tres" type="EntityResource" id=10]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/17_ironbark_rank_1.tres" type="Spell" id=11]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/10_aspect_of_scorpions_rank_1.tres" type="Spell" id=12]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/11_aspect_of_wasps_rank_1.tres" type="Spell" id=13]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature.tres" type="CharacterSpec" id=14]
|
||||
[ext_resource path="res://scripts/ai/EntityAIGD.gd" type="Script" id=15]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/13_aspect_of_bees_rank_1.tres" type="Spell" id=16]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/36_regrow.tres" type="Spell" id=17]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/12_aspect_of_wolves_rank_1.tres" type="Spell" id=18]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/21_strength_of_nature_rank_1.tres" type="Spell" id=19]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/20_root_rank_1.tres" type="Spell" id=20]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/35_strike.tres" type="Spell" id=21]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/25_inner_will.tres" type="Spell" id=22]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/15_rejuvenation_rank_1.tres" type="Spell" id=23]
|
||||
[ext_resource path="res://entity_classes/naturalist/stats/player_statdata.tres" type="StatData" id=24]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/18_natures_swiftness_rank_1.tres" type="Spell" id=25]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee.tres" type="CharacterSpec" id=26]
|
||||
|
||||
[sub_resource type="EntityAI" id=1]
|
||||
script = ExtResource( 15 )
|
||||
|
||||
[resource]
|
||||
resource_name = "Naturalist"
|
||||
id = 1
|
||||
text_name = "Naturalist"
|
||||
stat_data = ExtResource( 24 )
|
||||
entity_resources = [ ExtResource( 10 ) ]
|
||||
specs = [ ExtResource( 9 ), ExtResource( 26 ), ExtResource( 14 ) ]
|
||||
spells = [ ExtResource( 12 ), ExtResource( 13 ), ExtResource( 18 ), ExtResource( 16 ), ExtResource( 8 ), ExtResource( 23 ), ExtResource( 5 ), ExtResource( 11 ), ExtResource( 25 ), ExtResource( 2 ), ExtResource( 20 ), ExtResource( 19 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 7 ), ExtResource( 22 ), ExtResource( 6 ), ExtResource( 21 ), ExtResource( 17 ) ]
|
||||
start_spells = [ ExtResource( 12 ), ExtResource( 21 ), ExtResource( 17 ) ]
|
||||
ais = [ SubResource( 1 ) ]
|
||||
script = ExtResource( 1 )
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="EntityClassData" load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://modules/core/item_templates/2_test.tres" type="ItemTemplate" id=1]
|
||||
[ext_resource path="res://modules/core/item_templates/3_chest_of_the_infinite_wisdom.tres" type="ItemTemplate" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/stats/mob_statdata.tres" type="StatData" id=3]
|
||||
[ext_resource path="res://scripts/entities/EntityClassDataGD.gd" type="Script" id=13]
|
||||
[ext_resource path="res://modules/core/item_templates/3_chest_of_the_infinite_wisdom.tres" type="ItemTemplate" id=1]
|
||||
[ext_resource path="res://modules/core/item_templates/2_test.tres" type="ItemTemplate" id=2]
|
||||
[ext_resource path="res://scripts/entities/EntityClassDataGD.gd" type="Script" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/stats/mob_statdata.tres" type="StatData" id=4]
|
||||
|
||||
[sub_resource type="VendorItemDataEntry" id=1]
|
||||
item = ExtResource( 2 )
|
||||
item = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="VendorItemDataEntry" id=2]
|
||||
item = ExtResource( 1 )
|
||||
item = ExtResource( 2 )
|
||||
|
||||
[sub_resource type="VendorItemData" id=3]
|
||||
vendor_datas = [ SubResource( 1 ), SubResource( 2 ) ]
|
||||
@ -18,6 +18,6 @@ vendor_datas = [ SubResource( 1 ), SubResource( 2 ) ]
|
||||
resource_name = "Naturalist"
|
||||
id = 1
|
||||
text_name = "Naturalist"
|
||||
stat_data = ExtResource( 3 )
|
||||
stat_data = ExtResource( 4 )
|
||||
vendor_item_data = SubResource( 3 )
|
||||
script = ExtResource( 13 )
|
||||
script = ExtResource( 3 )
|
@ -0,0 +1,15 @@
|
||||
[gd_resource type="SpellEffectVisual" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/AOSCastFinish.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=3]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
spell_cast_effect_left_hand = ExtResource( 3 )
|
||||
spell_cast_effect_right_hand = ExtResource( 3 )
|
||||
torso_aura_effect_time = 0.0
|
||||
root_aura_effect_time = 0.0
|
||||
torso_spell_cast_finish_effect = ExtResource( 2 )
|
||||
torso_spell_cast_finish_effect_time = 4.0
|
||||
root_spell_cast_finish_effect_time = 1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="SpellEffectVisual" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/NautreSwiftness.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/NautreSwiftness.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="EntityData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=2]
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=3]
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=4]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="EntityData" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=2]
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=3]
|
||||
|
||||
[sub_resource type="LootDataBase" id=1]
|
@ -1,14 +1,14 @@
|
||||
[gd_resource type="EntityData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=1]
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/1_naturalist.tres" type="EntityClassData" id=1]
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=2]
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Naturalist Trainer"
|
||||
id = 3
|
||||
entity_interaction_type = 4
|
||||
text_name = "Naturalist Trainer"
|
||||
entity_species_data = ExtResource( 2 )
|
||||
entity_class_data = ExtResource( 3 )
|
||||
script = ExtResource( 1 )
|
||||
entity_species_data = ExtResource( 3 )
|
||||
entity_class_data = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
@ -1,14 +1,14 @@
|
||||
[gd_resource type="EntityData" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=1]
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/1_naturalist_vendor.tres" type="EntityClassData" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/1_naturalist_vendor.tres" type="EntityClassData" id=1]
|
||||
[ext_resource path="res://scripts/entities/EntityDataGD.gd" type="Script" id=2]
|
||||
[ext_resource path="res://models/entities/human/species_human.tres" type="EntitySpeciesData" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Naturalist Vendor"
|
||||
id = 3
|
||||
entity_interaction_type = 5
|
||||
text_name = "Naturalist Vendor"
|
||||
entity_species_data = ExtResource( 2 )
|
||||
entity_class_data = ExtResource( 3 )
|
||||
script = ExtResource( 1 )
|
||||
entity_species_data = ExtResource( 3 )
|
||||
entity_class_data = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/GameModule.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/resource_db.tres" type="ESSResourceDBStatic" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/resource_db.tres" type="ESSResourceDBStatic" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-3/beam-jade-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-4/explosion-royal-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-2/enchant-acid-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-2/enchant-blue-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-4/horror-acid-3.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-5/wind-grasp-acid-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-2/heal-jade-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-5/wind-grasp-eerie-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-2/protect-acid-3.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-3/haste-royal-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-4/wind-blue-1.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
flags = 4
|
||||
atlas = ExtResource( 1 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-4/leaf-acid-1.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-3/vines-plain-1.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-2/protect-eerie-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-3/lighting-acid-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
@ -2,7 +2,6 @@
|
||||
|
||||
[ext_resource path="res://icons/icons-3/vines-plain-2.png" type="Texture" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
atlas = ExtResource( 1 )
|
||||
region = Rect2( 0, 0, 16, 16 )
|
44
game/entity_classes/naturalist/resource_db.tres
Normal file
@ -0,0 +1,44 @@
|
||||
[gd_resource type="ESSResourceDBStatic" load_steps=39 format=2]
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/16_close_wounds_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/19_uproot_rank_1.tres" type="Spell" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/11_aspect_of_wasps_rank_1.tres" type="Spell" id=5]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Spell" id=6]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Spell" id=7]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Spell" id=8]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/13_aspect_of_bees_rank_1.tres" type="Spell" id=9]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Spell" id=10]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/10_aspect_of_scorpions_rank_1.tres" type="Spell" id=11]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Spell" id=12]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/17_ironbark_rank_1.tres" type="Spell" id=13]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/24_attunement_rank_1.tres" type="Spell" id=14]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Spell" id=15]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Spell" id=16]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Spell" id=17]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/27_aspect_of_scorpions.tres" type="Spell" id=18]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/29_aspect_of_wolves.tres" type="Spell" id=19]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/28_aspectofwasps.tres" type="Spell" id=20]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r1.tres" type="Spell" id=21]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/30_aspect_of_bees.tres" type="Spell" id=22]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/14_amplify_pain_rank_1.tres" type="Spell" id=23]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/12_aspect_of_wolves_rank_1.tres" type="Spell" id=25]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/26_rest.tres" type="Spell" id=26]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/22_shield_of_barbs_rank_1.tres" type="Spell" id=27]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/21_strength_of_nature_rank_1.tres" type="Spell" id=28]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/20_root_rank_1.tres" type="Spell" id=30]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/23_calm_rank_1.tres" type="Spell" id=31]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/25_inner_will.tres" type="Spell" id=32]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/15_rejuvenation_rank_1.tres" type="Spell" id=33]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/18_natures_swiftness_rank_1.tres" type="Spell" id=34]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/1_naturalist.tres" type="EntityData" id=35]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/2_naturalist_mob.tres" type="EntityData" id=36]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/35_strike.tres" type="Spell" id=37]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/36_regrow.tres" type="Spell" id=38]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/3_naturalist_trainer.tres" type="EntityData" id=50]
|
||||
[ext_resource path="res://entity_classes/naturalist/entities/4_naturalist_vendor.tres" type="EntityData" id=51]
|
||||
|
||||
[resource]
|
||||
entity_datas = [ ExtResource( 36 ), ExtResource( 35 ), ExtResource( 50 ), ExtResource( 51 ) ]
|
||||
spells = [ ExtResource( 11 ), ExtResource( 5 ), ExtResource( 25 ), ExtResource( 9 ), ExtResource( 23 ), ExtResource( 33 ), ExtResource( 1 ), ExtResource( 13 ), ExtResource( 34 ), ExtResource( 4 ), ExtResource( 30 ), ExtResource( 28 ), ExtResource( 27 ), ExtResource( 31 ), ExtResource( 14 ), ExtResource( 32 ), ExtResource( 26 ), ExtResource( 18 ), ExtResource( 20 ), ExtResource( 19 ), ExtResource( 22 ), ExtResource( 37 ), ExtResource( 38 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 3 ), ExtResource( 10 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 2 ), ExtResource( 8 ), ExtResource( 21 ) ]
|
16
game/entity_classes/naturalist/specs/aspects.tres
Normal file
@ -0,0 +1,16 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r3.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/aspects/talent_aspect_of_scorpions_r2.tres" type="Spell" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspects"
|
||||
text_name = "Aspects"
|
||||
num_rows = 2
|
||||
row_0/size = 1
|
||||
row_0/column_0/size = 3
|
||||
row_0/column_0/entry_0 = ExtResource( 1 )
|
||||
row_0/column_0/entry_1 = ExtResource( 3 )
|
||||
row_0/column_0/entry_2 = ExtResource( 2 )
|
||||
row_1/size = 0
|
@ -1,16 +1,16 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
rank = 1
|
||||
icon = ExtResource( 2 )
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
reduction_value = 0.1
|
@ -1,16 +1,16 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
rank = 2
|
||||
icon = ExtResource( 2 )
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
reduction_value = 0.2
|
@ -1,16 +1,16 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Asperct of Scorpions"
|
||||
rank = 3
|
||||
icon = ExtResource( 2 )
|
||||
icon = ExtResource( 1 )
|
||||
text_name = "Improved Asperct of Scorpions"
|
||||
aura_type = 6
|
||||
aura_hide = true
|
||||
aura_text_description = "Reduces the cast time of Aspect of Scorpions by %%reduction_value seconds."
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
spell_name = "Aspect of Scorpions"
|
||||
reduction_value = 0.3
|
19
game/entity_classes/naturalist/specs/melee.tres
Normal file
@ -0,0 +1,19 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r5.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r2.tres" type="Spell" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r4.tres" type="Spell" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/melee/talent_strike_r3.tres" type="Spell" id=5]
|
||||
|
||||
[resource]
|
||||
resource_name = "Melee"
|
||||
text_name = "Melee"
|
||||
num_rows = 1
|
||||
row_0/size = 1
|
||||
row_0/column_0/size = 5
|
||||
row_0/column_0/entry_0 = ExtResource( 1 )
|
||||
row_0/column_0/entry_1 = ExtResource( 3 )
|
||||
row_0/column_0/entry_2 = ExtResource( 5 )
|
||||
row_0/column_0/entry_3 = ExtResource( 4 )
|
||||
row_0/column_0/entry_4 = ExtResource( 2 )
|
@ -1,7 +1,7 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Strike"
|
@ -1,7 +1,7 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Strike"
|
@ -1,7 +1,7 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Strike"
|
@ -1,7 +1,7 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Strike"
|
@ -1,7 +1,7 @@
|
||||
[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]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Improved Strike"
|
15
game/entity_classes/naturalist/specs/nature.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="CharacterSpec" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r3.tres" type="Spell" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/specs/nature/talent_regrow_r2.tres" type="Spell" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Nature"
|
||||
text_name = "Nature"
|
||||
num_rows = 1
|
||||
row_0/size = 1
|
||||
row_0/column_0/size = 3
|
||||
row_0/column_0/entry_0 = ExtResource( 1 )
|
||||
row_0/column_0/entry_1 = ExtResource( 3 )
|
||||
row_0/column_0/entry_2 = ExtResource( 2 )
|
@ -1,6 +1,6 @@
|
||||
[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://entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
@ -1,6 +1,6 @@
|
||||
[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://entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
@ -1,6 +1,6 @@
|
||||
[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://entity_classes/naturalist/icons/root.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/auras/CastTimeReductionAura.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
@ -1,9 +1,7 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/small_star.png" type="Texture" id=2]
|
||||
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/textures/small_star.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
@ -1,9 +1,7 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/star.png" type="Texture" id=2]
|
||||
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/textures/star.png" type="Texture" id=2]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 1 )
|
@ -1,23 +1,21 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://shaders/3_simple_y_billboard.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/big_glow.png" type="Texture" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/main_texture.png" type="Texture" id=4]
|
||||
|
||||
|
||||
[ext_resource path="res://shaders/2_simple_particle_billboard_shader.shader" type="Shader" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/textures/main_texture.png" type="Texture" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/textures/big_glow.png" type="Texture" id=3]
|
||||
[ext_resource path="res://shaders/3_simple_y_billboard.shader" type="Shader" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 2 )
|
||||
shader = ExtResource( 1 )
|
||||
shader_param/albedo = Color( 1, 1, 1, 1 )
|
||||
shader_param/texture_albedo = ExtResource( 4 )
|
||||
shader_param/texture_albedo = ExtResource( 2 )
|
||||
|
||||
[sub_resource type="QuadMesh" id=2]
|
||||
material = SubResource( 1 )
|
||||
size = Vector2( 0.1, 0.1 )
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=3]
|
||||
shader = ExtResource( 1 )
|
||||
shader = ExtResource( 4 )
|
||||
shader_param/albedo = Color( 0.027451, 0.537255, 0.317647, 1 )
|
||||
shader_param/texture_albedo = ExtResource( 3 )
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/textures/arrows.png" type="Texture" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/textures/arrows.png" type="Texture" id=1]
|
||||
[ext_resource path="res://shaders/3_simple_y_billboard.shader" type="Shader" id=2]
|
||||
[ext_resource path="res://materials/2_simple_particle_billboard.tres" type="Material" id=3]
|
||||
|
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 482 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/arrows.png-03e1173efc34a2c2f5ac82b362e0eda3.stex"
|
||||
path="res://.import/arrows.png-e9fcabceaecfeef437d8561040ab497f.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://modules/entity_classes/naturalist/spell_effects/textures/arrows.png"
|
||||
dest_files=[ "res://.import/arrows.png-03e1173efc34a2c2f5ac82b362e0eda3.stex" ]
|
||||
source_file="res://entity_classes/naturalist/spell_effects/textures/arrows.png"
|
||||
dest_files=[ "res://.import/arrows.png-e9fcabceaecfeef437d8561040ab497f.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/big_glow.png-df97a9764c4514dfeedfecf176820312.stex"
|
||||
path="res://.import/big_glow.png-e15c8c81838208c0d12b4b7597759cfd.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://modules/entity_classes/naturalist/spell_effects/textures/big_glow.png"
|
||||
dest_files=[ "res://.import/big_glow.png-df97a9764c4514dfeedfecf176820312.stex" ]
|
||||
source_file="res://entity_classes/naturalist/spell_effects/textures/big_glow.png"
|
||||
dest_files=[ "res://.import/big_glow.png-e15c8c81838208c0d12b4b7597759cfd.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/main_texture.png-6116655823a3509ea26ac46bc3689bc0.stex"
|
||||
path="res://.import/main_texture.png-b2a25dfef5937dbfb451b08d60fdf475.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://modules/entity_classes/naturalist/spell_effects/textures/main_texture.png"
|
||||
dest_files=[ "res://.import/main_texture.png-6116655823a3509ea26ac46bc3689bc0.stex" ]
|
||||
source_file="res://entity_classes/naturalist/spell_effects/textures/main_texture.png"
|
||||
dest_files=[ "res://.import/main_texture.png-b2a25dfef5937dbfb451b08d60fdf475.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/small_star.png-2aeece93bc0331c8ad7b3682bfb322d2.stex"
|
||||
path="res://.import/small_star.png-ea0eea8dc52ff5592b057b09d5f2020d.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://modules/entity_classes/naturalist/spell_effects/textures/small_star.png"
|
||||
dest_files=[ "res://.import/small_star.png-2aeece93bc0331c8ad7b3682bfb322d2.stex" ]
|
||||
source_file="res://entity_classes/naturalist/spell_effects/textures/small_star.png"
|
||||
dest_files=[ "res://.import/small_star.png-ea0eea8dc52ff5592b057b09d5f2020d.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 283 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/star.png-f0edde12a69ecac5a6b2138bcc202fd5.stex"
|
||||
path="res://.import/star.png-c183c5ae10449ab52d3c3f5e9ce2bfee.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://modules/entity_classes/naturalist/spell_effects/textures/star.png"
|
||||
dest_files=[ "res://.import/star.png-f0edde12a69ecac5a6b2138bcc202fd5.stex" ]
|
||||
source_file="res://entity_classes/naturalist/spell_effects/textures/star.png"
|
||||
dest_files=[ "res://.import/star.png-c183c5ae10449ab52d3c3f5e9ce2bfee.stex" ]
|
||||
|
||||
[params]
|
||||
|
@ -1,22 +1,22 @@
|
||||
[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/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" 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]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=6]
|
||||
[ext_resource path="res://modules/core/entity_resources/1_mana_resource.tres" type="EntityResource" id=5]
|
||||
|
||||
[sub_resource type="EntityResourceCostDataResource" id=1]
|
||||
cost = 34
|
||||
entity_resource_data = ExtResource( 1 )
|
||||
entity_resource_data = ExtResource( 5 )
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Scorpions"
|
||||
id = 0
|
||||
spell_type = 8
|
||||
rank = 1
|
||||
icon = ExtResource( 5 )
|
||||
visual_spell_effects = ExtResource( 3 )
|
||||
icon = ExtResource( 3 )
|
||||
visual_spell_effects = ExtResource( 2 )
|
||||
text_name = "Aspect of Scorpions"
|
||||
text_description = "Range: 26m.
|
||||
Casttime: %%cast_cast_time .
|
||||
@ -31,7 +31,7 @@ resource_cost = SubResource( 1 )
|
||||
aura_time = 30.0
|
||||
aura_tick = 3.0
|
||||
aura_debuff = true
|
||||
aura_group = ExtResource( 6 )
|
||||
aura_group = ExtResource( 1 )
|
||||
aura_text_description = "Deals %%damage_min to %%damage_max damage every %%tick sec, and increases damage taken by 10% for 30 sec."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 8
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[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]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_wasps.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wasps"
|
||||
spell_type = 8
|
||||
level = 2
|
||||
rank = 10
|
||||
icon = ExtResource( 3 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Aspect of Wasps"
|
||||
text_description = "Range: 26m.
|
||||
Instant.
|
||||
@ -21,10 +21,10 @@ aura_time = 21.0
|
||||
aura_tick = 1.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 4 )
|
||||
aura_group = ExtResource( 1 )
|
||||
aura_text_description = "Deals 230 to 270 damage every 3 sec, this damage increases over the duration, for 21 sec."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 16
|
||||
aura_damage_min = 280
|
||||
aura_damage_max = 300
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 3 )
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://icons/naturalist/AspectOfScorpions.png" type="Texture" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wolves"
|
||||
@ -22,7 +22,7 @@ aura_time = 22.0
|
||||
aura_tick = 2.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 4 )
|
||||
aura_group = ExtResource( 3 )
|
||||
aura_text_description = "Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 16
|
@ -1,8 +1,8 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" 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]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_bees.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Bees"
|
||||
@ -25,7 +25,7 @@ aura_time = 21.0
|
||||
aura_tick = 3.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 4 )
|
||||
aura_group = ExtResource( 1 )
|
||||
aura_text_description = "Deals 460 to 540 damage every 3 sec, healing you for 80% of the damage."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 16
|
@ -1,15 +1,15 @@
|
||||
[gd_resource type="Spell" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/spells/amplify_pain.gd" type="Script" 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://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=5]
|
||||
|
||||
[sub_resource type="SpellEffectVisual" id=1]
|
||||
script = ExtResource( 2 )
|
||||
spell_cast_effect_left_hand = ExtResource( 1 )
|
||||
spell_cast_effect_right_hand = ExtResource( 1 )
|
||||
spell_cast_effect_left_hand = ExtResource( 3 )
|
||||
spell_cast_effect_right_hand = ExtResource( 3 )
|
||||
torso_aura_effect_time = 0.0
|
||||
root_aura_effect_time = 0.0
|
||||
torso_spell_cast_finish_effect = ExtResource( 5 )
|
||||
@ -43,4 +43,4 @@ aura_text_description = "Heals you for 400 to 450 every 3 sec for 30 sec."
|
||||
aura_heal_enabled = true
|
||||
aura_heal_min = 400
|
||||
aura_heal_max = 450
|
||||
script = ExtResource( 3 )
|
||||
script = ExtResource( 1 )
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[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]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/rejuvenation.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Rejuvenation"
|
||||
@ -10,10 +10,10 @@ spell_type = 8
|
||||
target_type = 2
|
||||
target_relation_type = 4
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Rejuvenation"
|
||||
text_description = "Instant.
|
||||
Heals you for 400 to 450 every 3 sec for 30 sec."
|
||||
aoe_targetType = 32758
|
||||
aoe_colliderType = -2147479552
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[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]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/close_wounds.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Close Wounds"
|
||||
@ -9,7 +9,7 @@ id = 6
|
||||
spell_type = 8
|
||||
target_type = 2
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Close Wounds"
|
||||
text_description = "Casttime: 2 sec.
|
||||
Cooldown: %%cooldown_cooldown sec
|
||||
@ -23,4 +23,4 @@ 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( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[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]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/ironbark.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Ironbark"
|
||||
@ -21,4 +21,4 @@ aoe_colliderType = -298046312
|
||||
aura_time = 6.0
|
||||
aura_type = 1
|
||||
aura_text_description = "Reduces damage taken by 70%. This spell is not on the global cooldown."
|
||||
script = ExtResource( 3 )
|
||||
script = ExtResource( 1 )
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/auras/SpeedModAura.gd" type="Script" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/natures_swiftness.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://scripts/auras/SpeedModAura.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/natures_swiftness.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Nature's Swiftness"
|
||||
@ -10,7 +10,7 @@ spell_type = 8
|
||||
target_type = 520
|
||||
target_relation_type = 1
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Nature's Swiftness"
|
||||
text_description = "Instant.
|
||||
Cooldown: %%cooldown_cooldown sec
|
||||
@ -22,6 +22,6 @@ aoe_colliderType = 186459648
|
||||
aura_time = 10.0
|
||||
aura_type = 1
|
||||
aura_text_description = "Increases your movement speed by 60% for 6 sec. This spell is not on the global cooldown."
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
||||
does_stack = true
|
||||
mod_speed = 40.0
|
@ -1,7 +1,7 @@
|
||||
[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/uproot.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/uproot.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Uproot"
|
@ -1,14 +1,14 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[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]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/root.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Root"
|
||||
id = 10
|
||||
spell_type = 8
|
||||
rank = 1
|
||||
icon = ExtResource( 3 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Root"
|
||||
text_description = "Range: 26m.
|
||||
Casttime: 1.5 sec.
|
||||
@ -21,4 +21,4 @@ aura_time = 10.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_states_add = 4
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,8 +1,8 @@
|
||||
[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/icons/strength_of_nature.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/1_aspect_of_scorpions.tres" type="AuraGroup" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/strength_of_nature.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Strength of Nature"
|
||||
@ -12,7 +12,7 @@ target_type = -2147477248
|
||||
target_relation_type = 24
|
||||
level = 11
|
||||
rank = 1
|
||||
icon = ExtResource( 2 )
|
||||
icon = ExtResource( 3 )
|
||||
text_name = "Strength of Nature"
|
||||
text_description = "Instant.
|
||||
Cooldown: {2}
|
||||
@ -26,10 +26,10 @@ aura_time = 30.0
|
||||
aura_tick = 3.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
aura_group = ExtResource( 1 )
|
||||
aura_text_description = "Deals 340 to 380 damage every 3 sec, and increases damage taken by 10% for 30 sec."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 8
|
||||
aura_damage_min = 10
|
||||
aura_damage_max = 20
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
@ -1,8 +1,8 @@
|
||||
[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/icons/shield_of_barbs.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/2_aspect_of_wasps.tres" type="AuraGroup" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/shield_of_barbs.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Shield of Barbs"
|
||||
@ -11,7 +11,7 @@ spell_type = 8
|
||||
target_type = -2147456768
|
||||
target_relation_type = 24
|
||||
rank = 1
|
||||
icon = ExtResource( 2 )
|
||||
icon = ExtResource( 3 )
|
||||
text_name = "Shield of Barbs"
|
||||
text_description = "Instant.
|
||||
Cooldown: {2}
|
||||
@ -23,10 +23,10 @@ aura_time = 21.0
|
||||
aura_tick = 1.0
|
||||
aura_debuff = true
|
||||
aura_type = 1
|
||||
aura_group = ExtResource( 3 )
|
||||
aura_group = ExtResource( 1 )
|
||||
aura_text_description = "Deals 230 to 270 damage every 3 sec, this damage increases over the duration, for 21 sec."
|
||||
aura_damage_enabled = true
|
||||
aura_damage_type = 16
|
||||
aura_damage_min = 6
|
||||
aura_damage_max = 7
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
@ -1,7 +1,7 @@
|
||||
[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/calm.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/calm.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Calm"
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/attunement.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/attunement.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Attunement"
|
||||
@ -10,7 +10,7 @@ spell_type = 8
|
||||
target_type = -2147448576
|
||||
target_relation_type = 24
|
||||
rank = 1
|
||||
icon = ExtResource( 1 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Attunement"
|
||||
text_description = "Instant.
|
||||
Cooldown: {2}
|
||||
@ -18,4 +18,4 @@ Increases your spell damage by 30% for 20 sec."
|
||||
cooldown_cooldown = 180.0
|
||||
aoe_targetType = 2
|
||||
aoe_colliderType = 480
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,7 +1,7 @@
|
||||
[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/inner_will.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/inner_will.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Inner Will"
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Spell" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/regenerate.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=2]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/regenerate.tres" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
resource_name = "Rest"
|
||||
@ -9,9 +9,9 @@ id = 16
|
||||
spell_type = 1
|
||||
target_type = 2
|
||||
target_relation_type = 24
|
||||
icon = ExtResource( 1 )
|
||||
icon = ExtResource( 2 )
|
||||
text_name = "Rest"
|
||||
text_description = "Rest for 30 seconds, greatly increasing your regeneration."
|
||||
aoe_targetType = 5
|
||||
aoe_colliderType = 1065353216
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,8 +1,8 @@
|
||||
[gd_resource type="Spell" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/aspect_of_scorpions.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://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/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/effect_data/aspect_of_scorpions.tres" type="SpellEffectVisual" id=4]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Scorpions"
|
@ -1,7 +1,7 @@
|
||||
[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/aspect_of_wasps.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_wasps.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wasps"
|
@ -1,8 +1,8 @@
|
||||
[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/icons/aspect_of_wolves.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_wolves.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/3_aspect_of_wolves.tres" type="AuraGroup" id=4]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Wolves"
|
@ -1,8 +1,8 @@
|
||||
[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/icons/aspect_of_bees.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/aspect_of_bees.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=4]
|
||||
|
||||
[resource]
|
||||
resource_name = "Aspect of Bees"
|
@ -1,18 +1,18 @@
|
||||
[gd_resource type="Spell" load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scripts/spells/amplify_pain.gd" type="Script" id=4]
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=5]
|
||||
[ext_resource path="res://scripts/spells/amplify_pain.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scripts/resources/spell_effect_visual_basic.gd" type="Script" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/NatureCast.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/amplify_pain.tres" type="Texture" id=4]
|
||||
[ext_resource path="res://entity_classes/naturalist/spell_effects/nature/AmplifyPain.tscn" type="PackedScene" id=5]
|
||||
|
||||
[sub_resource type="SpellEffectVisual" id=1]
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
spell_cast_effect_left_hand = ExtResource( 3 )
|
||||
spell_cast_effect_right_hand = ExtResource( 3 )
|
||||
torso_aura_effect_time = 0.0
|
||||
root_aura_effect_time = 0.0
|
||||
torso_spell_cast_finish_effect = ExtResource( 2 )
|
||||
torso_spell_cast_finish_effect = ExtResource( 5 )
|
||||
torso_spell_cast_finish_effect_time = 0.4
|
||||
root_spell_cast_finish_effect_time = 1.0
|
||||
|
||||
@ -21,7 +21,7 @@ resource_name = "Strike"
|
||||
id = 35
|
||||
spell_type = 1
|
||||
rank = 1
|
||||
icon = ExtResource( 5 )
|
||||
icon = ExtResource( 4 )
|
||||
needs_target = true
|
||||
visual_spell_effects = SubResource( 1 )
|
||||
text_name = "Strike"
|
||||
@ -39,4 +39,4 @@ damage_scale_stat = 41
|
||||
damage_scale_coeff = 1.0
|
||||
aoe_targetType = -1910718371
|
||||
aoe_colliderType = 1065353216
|
||||
script = ExtResource( 4 )
|
||||
script = ExtResource( 1 )
|
@ -1,12 +1,12 @@
|
||||
[gd_resource type="Spell" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://modules/core/entity_resources/1_mana_resource.tres" type="EntityResource" 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]
|
||||
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
||||
[ext_resource path="res://modules/core/entity_resources/1_mana_resource.tres" type="EntityResource" id=2]
|
||||
[ext_resource path="res://entity_classes/naturalist/icons/root.tres" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="EntityResourceCostDataResource" id=1]
|
||||
cost = 90
|
||||
entity_resource_data = ExtResource( 1 )
|
||||
entity_resource_data = ExtResource( 2 )
|
||||
|
||||
[resource]
|
||||
resource_name = "Regrow"
|
||||
@ -27,4 +27,4 @@ heal_max = 102
|
||||
heal_scale_stat = 14
|
||||
heal_scale_coeff = 0.1
|
||||
resource_cost = SubResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="ItemTemplate" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://modules/entity_classes/naturalist/spells/13_aspect_of_bees_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://entity_classes/naturalist/spells/13_aspect_of_bees_rank_1.tres" type="Spell" id=1]
|
||||
[ext_resource path="res://icons/3_iron_bar.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://scripts/items/ItemTemplateGD.gd" type="Script" id=3]
|
||||
|
||||
|