diff --git a/Zennysoft.Game.Ma/src/audio/amb/amb_ocean.ogg.import b/Zennysoft.Game.Ma/src/audio/amb/amb_ocean.ogg.import index d7688e59..98d30e18 100644 --- a/Zennysoft.Game.Ma/src/audio/amb/amb_ocean.ogg.import +++ b/Zennysoft.Game.Ma/src/audio/amb/amb_ocean.ogg.import @@ -3,12 +3,12 @@ importer="oggvorbisstr" type="AudioStreamOggVorbis" uid="uid://cgk17d8erskht" -path="res://.godot/imported/amb_ocean.ogg-f4ee3d30caf9194f7881a02c6507d38a.oggvorbisstr" +path="res://.godot/imported/amb_ocean.ogg-01a11020be2db82b0e22d1423cb26aa3.oggvorbisstr" [deps] -source_file="res://src/audio/AMB/amb_ocean.ogg" -dest_files=["res://.godot/imported/amb_ocean.ogg-f4ee3d30caf9194f7881a02c6507d38a.oggvorbisstr"] +source_file="res://src/audio/amb/amb_ocean.ogg" +dest_files=["res://.godot/imported/amb_ocean.ogg-01a11020be2db82b0e22d1423cb26aa3.oggvorbisstr"] [params] diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskAvarice.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskAvarice.tres index dcb5fcc5..11be17d8 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskAvarice.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskAvarice.tres @@ -6,8 +6,12 @@ [resource] script = ExtResource("1_xqaot") AccessoryTag = 0 -Name = "Mask of the Goddess of Avarice" -Description = "" +Name = "Mask of Avarice" +StatDescription = "" +FlavorText = "A mask that brings a exceptional degree of fortune to the wearer. +Expect great things. + +Raises LUCK" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskBanquet.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskBanquet.tres new file mode 100644 index 00000000..0a09975e --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskBanquet.tres @@ -0,0 +1,33 @@ +[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://bejy3lpudgawg"] + +[ext_resource type="Texture2D" uid="uid://gaj2an2j66mj" path="res://src/items/accessory/textures/Mask of Guilt.png" id="1_cix6v"] +[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="2_pdmud"] + +[resource] +script = ExtResource("2_pdmud") +AccessoryTag = 1 +Name = "Mask of the Banquet God" +StatDescription = "" +FlavorText = "The remaining beings of the planet may perhaps agree that the greatest loss to the universal spirit came from the departure of the God of Food. +What remains is a world devoid of perhaps the single most joyful commonality of living creatures. + +They were among the utmost favorite collaborators of the Goddess of Art. + +Halves VT depletion rate." +SpawnRate = 0.1 +BonusAttack = 2 +BonusDefense = 2 +BonusLuck = 0 +BonusHP = 25 +BonusVT = 25 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_cix6v") diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskDestruction.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskDestruction.tres index d8608f0a..3f01c334 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskDestruction.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskDestruction.tres @@ -6,8 +6,11 @@ [resource] script = ExtResource("1_vef66") AccessoryTag = 0 -Name = "Mask of the Goddess of Destruction" -Description = "" +Name = "Mask of Destruction" +StatDescription = "" +FlavorText = "The Goddess of Destruction, upon her metamorphization and eventual dissolution, shed this memento with peace in her heart at long last. + +Raises ATK" SpawnRate = 0.1 BonusAttack = 3 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskGuilt.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskGuilt.tres deleted file mode 100644 index da21f189..00000000 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskGuilt.tres +++ /dev/null @@ -1,27 +0,0 @@ -[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://bejy3lpudgawg"] - -[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_cgxkh"] -[ext_resource type="Texture2D" uid="uid://gaj2an2j66mj" path="res://src/items/accessory/textures/Mask of Guilt.png" id="1_vadtu"] - -[resource] -script = ExtResource("1_cgxkh") -AccessoryTag = 0 -Name = "Mask of the Goddess of Guilt" -Description = "" -SpawnRate = 0.1 -BonusAttack = 2 -BonusDefense = 2 -BonusLuck = 0 -BonusHP = 25 -BonusVT = 25 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_vadtu") diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskMalice.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskMalice.tres index 12985b32..1c0173e3 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskMalice.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskMalice.tres @@ -6,8 +6,11 @@ [resource] script = ExtResource("2_dw5c8") AccessoryTag = 0 -Name = "Mask of the Goddess of Malice" -Description = "" +Name = "Mask of Malice" +StatDescription = "" +FlavorText = "Great masks of remembrance have been found in the Tower since before anyone can remember. Each possesses a small spiritual trace of the departed. + +Raises ATK, DEF, and LUCK" SpawnRate = 0.1 BonusAttack = 3 BonusDefense = 3 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskObstinance.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskObstinance.tres index d11cdabf..99aee38d 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskObstinance.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskObstinance.tres @@ -6,8 +6,12 @@ [resource] script = ExtResource("1_kuyyj") AccessoryTag = 0 -Name = "Mask of the Goddess of Obstinance" -Description = "" +Name = "Mask of Obstinance" +StatDescription = "" +FlavorText = "A strong sense of self and unwavering ideals aids one's visit to the Tower greatly. +The domain of obstinance was ruled once by a horned and oft veiled god. + +Raises DEF" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 3 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskShunned.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskShunned.tres index 0220f011..332ffe15 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskShunned.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskShunned.tres @@ -7,7 +7,11 @@ script = ExtResource("1_co7sc") AccessoryTag = 2 Name = "Mask of the Shunned Goddess" -Description = "" +StatDescription = "" +FlavorText = "Familiarity breeds contempt. +A true blessing it is then, that the contempt possible by eternity is one that no mortal could understand. + +Raises ATK, DEF, LUCK, HP and VT." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSloth.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskStasis.tres similarity index 56% rename from Zennysoft.Game.Ma/src/items/accessory/resources/MaskSloth.tres rename to Zennysoft.Game.Ma/src/items/accessory/resources/MaskStasis.tres index 15894d9b..f8f7d9cb 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSloth.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskStasis.tres @@ -1,14 +1,17 @@ [gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ct8iply3dwssv"] -[ext_resource type="Texture2D" uid="uid://c26oxi0rdf765" path="res://src/items/accessory/textures/Mask of Stasis.png" id="1_j1foy"] -[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_vdb56"] +[ext_resource type="Texture2D" uid="uid://c26oxi0rdf765" path="res://src/items/accessory/textures/Mask of Stasis.png" id="1_5dc3q"] +[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="2_4sqvt"] [resource] -script = ExtResource("1_vdb56") -AccessoryTag = 1 +script = ExtResource("2_4sqvt") +AccessoryTag = 0 Name = "Mask of Stasis" StatDescription = "" -FlavorText = "" +FlavorText = "A mask extracted from one who has reached enlightenment via the embrace of nature. +The symbiotic and blessed bark is cool to the touch and fills the air with the unmistakable fragrance of a home far away. + +Raises MAX VT" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 @@ -25,4 +28,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_j1foy") +Texture = ExtResource("1_5dc3q") diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSuffering.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSuffering.tres index bbf5f85d..11865f6f 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSuffering.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskSuffering.tres @@ -6,8 +6,12 @@ [resource] script = ExtResource("1_3iw2y") AccessoryTag = 0 -Name = "Mask of the Goddess of Suffering" -Description = "" +Name = "Mask of Suffering" +StatDescription = "" +FlavorText = "A visage representing a state of being beyond pain, beyond suffering. +No record exists of the deity this mask embodies. + +Grants the wearer immunity to Status Effects and Boosts the ability to inflict status effects." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskWisdom.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskWisdom.tres index 372a91fc..07cb1dd2 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskWisdom.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskWisdom.tres @@ -6,8 +6,11 @@ [resource] script = ExtResource("2_73i6n") AccessoryTag = 3 -Name = "Mask of the Goddess of Wisdom" -Description = "" +Name = "Mask of Wisdom" +StatDescription = "" +FlavorText = "At the onset of things, The God of Wisdom was highly revered. The eventual dissemination of sacred wisdom within human-kind overcame the need for such an externalized deity.Thus, this mask has occupied the Tower for some time. + +Grants the wearer a boost to XP" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskZeal.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskZeal.tres index b3285cb8..f633ea77 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/MaskZeal.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/MaskZeal.tres @@ -6,8 +6,12 @@ [resource] script = ExtResource("1_0u4rq") AccessoryTag = 0 -Name = "Mask of the Goddess of Zeal" -Description = "" +Name = "Mask of Zeal" +StatDescription = "" +FlavorText = "The former Goddess of Zeal's departure set a great malaise upon the denizens of the Tower and the world below. +For the remaining, the wounds are still too recent and too near. + +Raises MAX HP" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/resources/StonePrison.tres b/Zennysoft.Game.Ma/src/items/accessory/resources/StonePrison.tres index 8a7b5584..cf286c2d 100644 --- a/Zennysoft.Game.Ma/src/items/accessory/resources/StonePrison.tres +++ b/Zennysoft.Game.Ma/src/items/accessory/resources/StonePrison.tres @@ -7,7 +7,11 @@ script = ExtResource("2_fpys5") AccessoryTag = 0 Name = "Stone Prison" -Description = "" +StatDescription = "" +FlavorText = "A cage meant to inhibit the transmission and reception of morphic fields. +For a time, globe spanning stone-cults believed that such transmission of culture and data from the Tower were the final barrier to a perfect civilization. + +Cannot Be Removed Once Equipped" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png b/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png deleted file mode 100644 index 3a4b0043..00000000 Binary files a/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png.import b/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png.import deleted file mode 100644 index ce149242..00000000 --- a/Zennysoft.Game.Ma/src/items/accessory/textures/mask placeholder.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://m0f8xmp8l2fe" -path.bptc="res://.godot/imported/mask placeholder.png-3ff863a782b16bea2139a3992c40cdb8.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/accessory/textures/mask placeholder.png" -dest_files=["res://.godot/imported/mask placeholder.png-3ff863a782b16bea2139a3992c40cdb8.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/Eolic Shells.tres similarity index 66% rename from Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres rename to Zennysoft.Game.Ma/src/items/ammo/resources/Eolic Shells.tres index 985eb348..ecead2c7 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/AeolicAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/Eolic Shells.tres @@ -1,14 +1,15 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://kbialkqo0ibs"] -[ext_resource type="Texture2D" uid="uid://cgqkhgeirws2y" path="res://src/items/ammo/textures/air bullets.png" id="1_llp80"] -[ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="1_y5266"] +[ext_resource type="Texture2D" uid="uid://cgqkhgeirws2y" path="res://src/items/ammo/textures/air bullets.png" id="1_6f2ei"] +[ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_727be"] [resource] -script = ExtResource("1_y5266") +script = ExtResource("2_727be") AmmoElement = 1 -InitialCount = 5 -Name = "Aeolic Ammo" -Description = "" +InitialCount = 3 +Name = "Eolic Shells" +StatDescription = "" +FlavorText = "Eolic casting-shells useable by a Geomantic Reactor." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +26,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_llp80") +Texture = ExtResource("1_6f2ei") metadata/_custom_type_script = "uid://cmfwvjjargi0s" diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres index 7cce01eb..9d037df6 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/HydricAmmo.tres @@ -6,9 +6,10 @@ [resource] script = ExtResource("2_tu38n") AmmoElement = 3 -InitialCount = 5 -Name = "Hydric Ammo" -Description = "" +InitialCount = 3 +Name = "Hydric Shells" +StatDescription = "" +FlavorText = "Hydric casting-shells useable by a Geomantic Reactor." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres index 6831bd33..12b82215 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/IgneousAmmo.tres @@ -6,9 +6,10 @@ [resource] script = ExtResource("2_p60hg") AmmoElement = 4 -InitialCount = 5 -Name = "Igneous Ammo" -Description = "" +InitialCount = 3 +Name = "Igneous Shells" +StatDescription = "" +FlavorText = "Igneous casting-shells useable by a Geomantic Reactor." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/Kugloj.tres similarity index 67% rename from Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres rename to Zennysoft.Game.Ma/src/items/ammo/resources/Kugloj.tres index 2c7e145d..35ef8a7a 100644 --- a/Zennysoft.Game.Ma/src/items/ammo/resources/Bullet.tres +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/Kugloj.tres @@ -1,17 +1,19 @@ [gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://ccmnjavqxfykq"] -[ext_resource type="Texture2D" uid="uid://bfhccoch4eyax" path="res://src/items/ammo/textures/kugloj.png" id="1_ghqt2"] -[ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_nkb67"] +[ext_resource type="Texture2D" uid="uid://bfhccoch4eyax" path="res://src/items/ammo/textures/kugloj.png" id="1_jj5px"] +[ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_b7evy"] [resource] -script = ExtResource("2_nkb67") +script = ExtResource("2_b7evy") AmmoElement = 0 -InitialCount = 5 +InitialCount = 6 Name = "Kugloj" StatDescription = "Ammo Can be used with a Persuader. " -FlavorText = "" +FlavorText = "The casings bear all the hallmarks of multiple uses and show tremendous care in their assembly. + +For use with a Persuader" SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 @@ -28,5 +30,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_ghqt2") +Texture = ExtResource("1_jj5px") metadata/_custom_type_script = "uid://cmfwvjjargi0s" diff --git a/Zennysoft.Game.Ma/src/items/ammo/resources/Telluric Shells.tres b/Zennysoft.Game.Ma/src/items/ammo/resources/Telluric Shells.tres new file mode 100644 index 00000000..1835564a --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/ammo/resources/Telluric Shells.tres @@ -0,0 +1,30 @@ +[gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://1f1binw4ohr"] + +[ext_resource type="Texture2D" uid="uid://b4tmduahuoij5" path="res://src/items/ammo/textures/earth bullets.png" id="1_7203r"] +[ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_qi3jr"] + +[resource] +script = ExtResource("2_qi3jr") +AmmoElement = 2 +InitialCount = 3 +Name = "Eolic Shells" +StatDescription = "" +FlavorText = "Telluric casting-shells useable by a Geomantic Reactor." +SpawnRate = 0.05 +BonusAttack = 0 +BonusDefense = 0 +BonusLuck = 5 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 5 +ItemTag = 0 +Texture = ExtResource("1_7203r") +metadata/_custom_type_script = "uid://cmfwvjjargi0s" diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png b/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png deleted file mode 100644 index d5adc783..00000000 Binary files a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import deleted file mode 100644 index f5966176..00000000 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/AirGeo.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b6grvg6c7mys8" -path.bptc="res://.godot/imported/AirGeo.png-e873d044dab8a5ca7182624c0d3c0a6a.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/ammo/textures/AirGeo.png" -dest_files=["res://.godot/imported/AirGeo.png-e873d044dab8a5ca7182624c0d3c0a6a.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png b/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png deleted file mode 100644 index ffc386fb..00000000 Binary files a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import deleted file mode 100644 index 9ba155c2..00000000 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/WATER.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bdyri3yoe02dd" -path.bptc="res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/ammo/textures/WATER.png" -dest_files=["res://.godot/imported/WATER.png-32a77fe0c80fb86759ee73e99a0ca4f4.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png b/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png deleted file mode 100644 index 7266a2e3..00000000 Binary files a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import deleted file mode 100644 index 263c25d6..00000000 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/earth.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bapuyv2ivc8q7" -path.bptc="res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/ammo/textures/earth.png" -dest_files=["res://.godot/imported/earth.png-936a4bae3599693c89b44a4663411cd7.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png b/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png deleted file mode 100644 index 1e91135f..00000000 Binary files a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import b/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import deleted file mode 100644 index cd1a5d35..00000000 --- a/Zennysoft.Game.Ma/src/items/ammo/textures/firegeo.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cylmmtdj8rosb" -path.bptc="res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/ammo/textures/firegeo.png" -dest_files=["res://.godot/imported/firegeo.png-345a11c3605f17539d8d173c23b330d5.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/Acceptance.tres b/Zennysoft.Game.Ma/src/items/armor/resources/Acceptance.tres deleted file mode 100644 index c57b274c..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/Acceptance.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://b8mjje06x6dl1"] - -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_2ab2r"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_si4wu"] - -[resource] -script = ExtResource("1_si4wu") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Acceptance" -StatDescription = "" -FlavorText = "" -SpawnRate = 0.01 -BonusAttack = 0 -BonusDefense = 9 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_2ab2r") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/AtonersAdornments.tres b/Zennysoft.Game.Ma/src/items/armor/resources/AtonersAdornments.tres index 0fc3d2b6..e0dd5012 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/AtonersAdornments.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/AtonersAdornments.tres @@ -12,11 +12,13 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Atoner's Adornments" -Description = "" +StatDescription = "" +FlavorText = "" SpawnRate = 0.4 BonusAttack = 0 -BonusDefense = 0 +BonusDefense = 1 BonusLuck = 0 BonusHP = 0 BonusVT = 0 @@ -25,7 +27,7 @@ TelluricResistance = 0 HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 -HolyResistance = 0 +HolyResistance = 25 CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres b/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres index f8f78ac3..c74021b1 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/BlastArmor.tres @@ -12,11 +12,14 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Blast Armor" -Description = "" +StatDescription = "" +FlavorText = "Tremendously durable armor adapted from the outer casing of scouting androids that found their way to the Tower near the end of the final millenium. +The souls of synthetic life had little time to accrue grave sins and as such purified far sooner than their creators." SpawnRate = 0.3 BonusAttack = 0 -BonusDefense = 4 +BonusDefense = 9 BonusLuck = 0 BonusHP = 0 BonusVT = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/BlessedArmor.tres b/Zennysoft.Game.Ma/src/items/armor/resources/BlessedArmor.tres deleted file mode 100644 index c8275bd4..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/BlessedArmor.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://cu1uhwj8xjp58"] - -[ext_resource type="Texture2D" uid="uid://ckt7wupdlylo2" path="res://src/items/armor/textures/HolyArmor2.png" id="1_5f68i"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_11yah"] - -[resource] -script = ExtResource("2_11yah") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Blessed Armor" -StatDescription = "Raises Maximum HP by 25." -FlavorText = "" -SpawnRate = 0.15 -BonusAttack = 0 -BonusDefense = 7 -BonusLuck = 0 -BonusHP = 25 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_5f68i") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/DemonRobe.tres b/Zennysoft.Game.Ma/src/items/armor/resources/DemonRobe.tres index 5bc4fb4d..91fd5c0e 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/DemonRobe.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/DemonRobe.tres @@ -1,4 +1,4 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://djv02oycfyavl"] +[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://bbakqutps7jn6"] [ext_resource type="Texture2D" uid="uid://cen481sdhh8uj" path="res://src/items/armor/textures/Demon Robe.png" id="1_1o8ag"] [ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_cwod3"] @@ -12,12 +12,15 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Demon Robe" -Description = "" -SpawnRate = 0.05 +StatDescription = "" +FlavorText = "Ceremonial robes worn by the magistrate of a former Hell. +Celestial punishment, at all levels of creative brutality that karma could demand, should still carry with it an air of grace." +SpawnRate = 0.08 BonusAttack = 0 BonusDefense = 7 -BonusLuck = 15 +BonusLuck = 0 BonusHP = 0 BonusVT = 0 AeolicResistance = 0 @@ -26,7 +29,7 @@ HydricResistance = 0 IgneousResistance = 0 FerrumResistance = 0 HolyResistance = 0 -CurseResistance = 0 +CurseResistance = 25 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/DevicLayer.tres b/Zennysoft.Game.Ma/src/items/armor/resources/DevicLayer.tres deleted file mode 100644 index c7bb5a87..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/DevicLayer.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://4s7wjsb7eb6e"] - -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_l5ice"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_w3lql"] - -[resource] -script = ExtResource("1_w3lql") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Devic Layers" -StatDescription = "" -FlavorText = "" -SpawnRate = 0.05 -BonusAttack = 0 -BonusDefense = 7 -BonusLuck = 0 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_l5ice") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/GiftOfGrace.tres b/Zennysoft.Game.Ma/src/items/armor/resources/GiftOfGrace.tres deleted file mode 100644 index 6a500ed2..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/GiftOfGrace.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://bbakqutps7jn6"] - -[ext_resource type="Texture2D" uid="uid://ckt7wupdlylo2" path="res://src/items/armor/textures/HolyArmor2.png" id="1_ny4sc"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_5nugg"] - -[resource] -script = ExtResource("2_5nugg") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Gift of Grace" -StatDescription = "Raises Maximum VT by 25." -FlavorText = "" -SpawnRate = 0.08 -BonusAttack = 0 -BonusDefense = 7 -BonusLuck = 0 -BonusHP = 0 -BonusVT = 25 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_ny4sc") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/GoddessRobe.tres b/Zennysoft.Game.Ma/src/items/armor/resources/GoddessRobe.tres index a1da401f..94be8af6 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/GoddessRobe.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/GoddessRobe.tres @@ -12,14 +12,19 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Goddess' Robe" -Description = "" +StatDescription = "" +FlavorText = "Divine attire of a loved one no longer inhabiting the Tower, well cared for and maintained. +Be sure to show the same level of care for such a memento. + +Raises VT by 25." SpawnRate = 0.03 BonusAttack = 0 BonusDefense = 8 BonusLuck = 0 BonusHP = 0 -BonusVT = 0 +BonusVT = 25 AeolicResistance = 0 TelluricResistance = 0 HydricResistance = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/HolyBarrier.tres b/Zennysoft.Game.Ma/src/items/armor/resources/HolyBarrier.tres index d6bbb3d3..297f015d 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/HolyBarrier.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/HolyBarrier.tres @@ -12,8 +12,13 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Holy Barrier" -Description = "" +StatDescription = "" +FlavorText = "Armor from a country of renowned spell casters. +The defensive spell upon it was often re-cast whenever needed, though it is unlikely any descendents of such talents have existed for thousands of years. + +Loses 1 DEF every time the wearer is hit." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 20 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/IronCage.tres b/Zennysoft.Game.Ma/src/items/armor/resources/IronCage.tres deleted file mode 100644 index dc951379..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/IronCage.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ceqnyutl7y7t4"] - -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_bo8yj"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_iqj2w"] - -[resource] -script = ExtResource("1_iqj2w") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Iron Cage" -StatDescription = "" -FlavorText = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 4 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_bo8yj") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/JaguarSuit.tres b/Zennysoft.Game.Ma/src/items/armor/resources/JaguarSuit.tres index c741017f..41091578 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/JaguarSuit.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/JaguarSuit.tres @@ -15,10 +15,13 @@ _curseResistance = 0.0 ArmorTag = 0 Name = "Jaguar Suit" StatDescription = "Raises ATK by 3." -FlavorText = "" +FlavorText = "Inhabiting the character of another offers freedom to embrace emotions otherwise foreign to the wearer in daily life. +Such activities must be tried for oneself in order to see this world of charm. + +Raises ATK." SpawnRate = 0.08 BonusAttack = 3 -BonusDefense = 7 +BonusDefense = 5 BonusLuck = 0 BonusHP = 0 BonusVT = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres b/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres index 80dced59..9b7c96cb 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/LogisticiansGarb.tres @@ -12,12 +12,17 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Logistician's Garb" -Description = "" -SpawnRate = 0.08 +StatDescription = "" +FlavorText = "Attire donned by a caring, but cunning, leader in the world below. +At it's height, the temple complex was a haven for the ostracized and the estranged. + +Raises LUCK." +SpawnRate = 0.503 BonusAttack = 0 -BonusDefense = 5 -BonusLuck = 0.05 +BonusDefense = 6 +BonusLuck = 5 BonusHP = 0 BonusVT = 0 AeolicResistance = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/RustedPlate.tres b/Zennysoft.Game.Ma/src/items/armor/resources/RustedPlate.tres index ba3f0697..9eff0294 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/RustedPlate.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/RustedPlate.tres @@ -12,11 +12,14 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Rusted Plate" -Description = "" +StatDescription = "" +FlavorText = "A rusted suit of armor from a bygone age. +Provides minimal defensive benefits but may perhaps endear one to the aesthetic charms of oxidized alloy." SpawnRate = 0.4 BonusAttack = 0 -BonusDefense = 3 +BonusDefense = 2 BonusLuck = 0 BonusHP = 0 BonusVT = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/SaintCloth.tres b/Zennysoft.Game.Ma/src/items/armor/resources/SaintCloth.tres index b2e6f960..2abb3d63 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/SaintCloth.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/SaintCloth.tres @@ -12,8 +12,13 @@ _igneousResistance = 20.0 _ferrumResistance = 20.0 _holyResistance = 20.0 _curseResistance = 20.0 +ArmorTag = 0 Name = "Saint Cloth" -Description = "" +StatDescription = "" +FlavorText = "Eternally blessed armor that appears to those who have proven their ecliptical virtue and strength of will. +Grants unparalleled power and defense that draws upon one's 7th sense. + +Resistant to All Elements, Raises HP & VT by 25" SpawnRate = 0.01 BonusAttack = 0 BonusDefense = 12 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/Stoic.tres b/Zennysoft.Game.Ma/src/items/armor/resources/Stoic.tres deleted file mode 100644 index 4c1f24ec..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/resources/Stoic.tres +++ /dev/null @@ -1,35 +0,0 @@ -[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://d3l8aa87tevgt"] - -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_dh6tr"] -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_ykqpi"] - -[resource] -script = ExtResource("1_dh6tr") -_telluricResistance = 0.0 -_aeolicResistance = 0.0 -_hydricResistance = 0.0 -_igneousResistance = 0.0 -_ferrumResistance = 0.0 -_holyResistance = 0.0 -_curseResistance = 0.0 -ArmorTag = 0 -Name = "Stoic" -StatDescription = "" -FlavorText = "" -SpawnRate = 0.5 -BonusAttack = 0 -BonusDefense = 6 -BonusLuck = 0 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_ykqpi") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/StoneSafety.tres b/Zennysoft.Game.Ma/src/items/armor/resources/StoneSafety.tres index f30843f2..de7cb902 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/StoneSafety.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/StoneSafety.tres @@ -12,9 +12,14 @@ _igneousResistance = 0.0 _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 +ArmorTag = 0 Name = "Stone Safety" -Description = "" -SpawnRate = 0.15 +StatDescription = "Cannot be Removed once Equipped" +FlavorText = "Heavy armor that entombs the user irrevocably. +Originally intended as a burial shroud, many since have donned these suits in forgivable ignorance as no trace remains of such context. + +Cannot be unequipped." +SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 5 BonusLuck = 0 diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/Commitment.tres b/Zennysoft.Game.Ma/src/items/armor/resources/TemporalGuard.tres similarity index 59% rename from Zennysoft.Game.Ma/src/items/armor/resources/Commitment.tres rename to Zennysoft.Game.Ma/src/items/armor/resources/TemporalGuard.tres index da1e3df5..e0af15a4 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/Commitment.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/TemporalGuard.tres @@ -1,10 +1,10 @@ [gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://vqnffib54d6w"] -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_cbdby"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_1at28"] +[ext_resource type="Texture2D" uid="uid://dj35dweo7572y" path="res://src/items/armor/textures/Temporal Guard.png" id="1_sha5c"] +[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_wnrbn"] [resource] -script = ExtResource("2_1at28") +script = ExtResource("2_wnrbn") _telluricResistance = 0.0 _aeolicResistance = 0.0 _hydricResistance = 0.0 @@ -15,7 +15,10 @@ _curseResistance = 0.0 ArmorTag = 0 Name = "Commitment" StatDescription = "Breaks if unequipped." -FlavorText = "" +FlavorText = "Armor bound to the current temporal floating point layer of the tower. +As the floors age, the laws of reality within them become skewed and strange. + +Will cease to exist upon ascending to the next floor." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 8 @@ -31,5 +34,5 @@ HolyResistance = 0 CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 -ItemTag = 20 -Texture = ExtResource("1_cbdby") +ItemTag = 1 +Texture = ExtResource("1_sha5c") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/CeremonialVestments.tres b/Zennysoft.Game.Ma/src/items/armor/resources/Vocationer's Armor.tres similarity index 71% rename from Zennysoft.Game.Ma/src/items/armor/resources/CeremonialVestments.tres rename to Zennysoft.Game.Ma/src/items/armor/resources/Vocationer's Armor.tres index 1723486d..b9a8a458 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/CeremonialVestments.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/Vocationer's Armor.tres @@ -1,10 +1,10 @@ [gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dnu241lh47oqd"] -[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_0qtvf"] -[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_ab4cm"] +[ext_resource type="Texture2D" uid="uid://d3i6d3yiho4xf" path="res://src/items/armor/textures/Vocationer's Armor.png" id="1_thchg"] +[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_bqvp7"] [resource] -script = ExtResource("1_0qtvf") +script = ExtResource("2_bqvp7") _telluricResistance = 0.0 _aeolicResistance = 0.0 _hydricResistance = 0.0 @@ -13,7 +13,7 @@ _ferrumResistance = 0.0 _holyResistance = 0.0 _curseResistance = 0.0 ArmorTag = 0 -Name = "Ceremonial Vestments" +Name = "Vocationer's Armor" StatDescription = "" FlavorText = "" SpawnRate = 0.5 @@ -32,4 +32,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_ab4cm") +Texture = ExtResource("1_thchg") diff --git a/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres b/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres index f1a53f38..32ec92bb 100644 --- a/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres +++ b/Zennysoft.Game.Ma/src/items/armor/resources/WoodenArmament.tres @@ -15,7 +15,10 @@ _curseResistance = 0.0 ArmorTag = 0 Name = "Wooden Armament" StatDescription = "" -FlavorText = "" +FlavorText = "Moderately effective armor lovingly carved from the snakewood trees of its owners homeland. +Though both the traveler and the homeland are gone, this token remains. + +Such tragic nostalgias appeal eternally to the divine beings locked within the Tower." SpawnRate = 0.6 BonusAttack = 0 BonusDefense = 2 diff --git a/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png b/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png deleted file mode 100644 index 65ef5a66..00000000 Binary files a/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png.import b/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png.import deleted file mode 100644 index 3c3fde59..00000000 --- a/Zennysoft.Game.Ma/src/items/armor/textures/HolyArmor2.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ckt7wupdlylo2" -path.bptc="res://.godot/imported/HolyArmor2.png-931228176dfe3eb28e1b20d8f5cfdf59.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/armor/textures/HolyArmor2.png" -dest_files=["res://.godot/imported/HolyArmor2.png-931228176dfe3eb28e1b20d8f5cfdf59.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres index 76cfbcc8..5cfddd6f 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/AlluringAcquisition.tres @@ -8,7 +8,10 @@ script = ExtResource("2_ncstm") DamageToPlayer = 0 Name = "Alluring Acquisition" StatDescription = "Contains a Basic Item." -FlavorText = "" +FlavorText = "A ubiquitous and integral part of the economy of artifacts in the Tower. +Cast your lot and sate your desires. + +Contains a common item." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres b/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres index e0a79ed1..c68f9268 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/Asceticism.tres @@ -8,7 +8,10 @@ script = ExtResource("2_6h66g") DamageToPlayer = 0 Name = "Asceticism" StatDescription = "Forcibly unequips all items." -FlavorText = "" +FlavorText = "A rejection of all indulgences. +Little is absolutely necessary in this world. + +Forcibly removes all items worn by the opener." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres index 496f87f6..b95c7db3 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/BloodAcquisition.tres @@ -8,7 +8,10 @@ script = ExtResource("2_k6pqw") DamageToPlayer = 0 Name = "Blood Acquisition" StatDescription = "Contains a rare item in exchange for all HP." -FlavorText = "" +FlavorText = "An exchange of one's life force for a token of the Tower's favor. +At present, the box weighs little and engenders a certain curiosity. + +Drop to 1 HP in exchange for a rare item." SpawnRate = 0.08 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres b/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres index c53ecef5..a72a2e6d 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres @@ -8,7 +8,10 @@ script = ExtResource("1_i336w") DamageToPlayer = 0 Name = "Empty Promise" StatDescription = "An empty box." -FlavorText = "" +FlavorText = "An empty box. +Possesses a certain weight to it that may allow it to be propelled by force quite nicely. + +Though, there are likely those in the Tower who may be open to exchange of such, or really any, objects." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/EquivalenceBox.tres b/Zennysoft.Game.Ma/src/items/box/resources/EquivalenceBox.tres index 49ea8895..eeb5ad58 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/EquivalenceBox.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/EquivalenceBox.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://br2cp1hyjfod8"] -[ext_resource type="Texture2D" uid="uid://btlkiw4ros5om" path="res://src/items/box/textures/Speculative Box.png" id="1_y716o"] +[ext_resource type="Texture2D" uid="uid://bimuxe858en5i" path="res://src/items/box/textures/Equivalence Box.png" id="1_y716o"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_p8pt8"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_p8pt8") DamageToPlayer = 0 Name = "Equivalence Box" StatDescription = "Trades a random item for another item." -FlavorText = "" +FlavorText = "A bartering box used in fair trade. +Though, not necessarily trade of equal value. + +Trades 1 item in inventory for 1 random item." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres index a15fa481..4580be23 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/FashionableAcquisition.tres @@ -8,7 +8,10 @@ script = ExtResource("2_pe0kd") DamageToPlayer = 0 Name = "Fashionable Acquisition" StatDescription = "Contains armor." -FlavorText = "" +FlavorText = "A box used to store reignments. +Fashion to some, function to others; the priority is a personal choice. + +Grants 1 Armor upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/FuryBox.tres similarity index 58% rename from Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres rename to Zennysoft.Game.Ma/src/items/box/resources/FuryBox.tres index ade10ad5..be353860 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/FuriousAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/FuryBox.tres @@ -1,14 +1,17 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://g3buxgpmjcio"] -[ext_resource type="Texture2D" uid="uid://bov7t5aijughy" path="res://src/items/box/textures/Fury Box.png" id="1_3hy40"] -[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_kb1l2"] +[ext_resource type="Texture2D" uid="uid://bov7t5aijughy" path="res://src/items/box/textures/Fury Box.png" id="1_4alpg"] +[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_1iwnl"] [resource] -script = ExtResource("2_kb1l2") +script = ExtResource("2_1iwnl") DamageToPlayer = 0 -Name = "Furious Acquisition" +Name = "Fury Box" StatDescription = "Contains a weapon." -FlavorText = "" +FlavorText = "A box used to store weapons. +The moss-haired legionnaire is often seen harvesting armaments from the halls of the Tower and, after thorough maintenance, sealing them once more in containers much like these. + +Grants 1 Weapon upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 5 -Texture = ExtResource("1_3hy40") +Texture = ExtResource("1_4alpg") metadata/_custom_type_script = "uid://vuavr681au06" diff --git a/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres b/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres index 4ec58903..25ddd294 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/GlueJar.tres @@ -8,7 +8,9 @@ script = ExtResource("2_w23fa") DamageToPlayer = 0 Name = "Glue Jar" StatDescription = "All currently equipped items will not be removable without force." -FlavorText = "" +FlavorText = "Fuses all equipped items to the user upon opening with a powerful adhesive, making them unable to be unequipped. + +Possesses a pleasant fragrance." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres index 2f295165..ebc55668 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/HealthyAcquisition.tres @@ -8,7 +8,10 @@ script = ExtResource("2_iw3ll") DamageToPlayer = 0 Name = "Healthy Acquisition" StatDescription = "Contains restorative." -FlavorText = "" +FlavorText = "A box for medical emergencies. +Occasionally contains rare pharmaceuticals prized by collectors. + +Grants 1 Restorative upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres index 7daa2e6b..1b60b88f 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/IdentityAcquisition.tres @@ -8,7 +8,10 @@ script = ExtResource("2_pssvy") DamageToPlayer = 0 Name = "Identity Acquisition" StatDescription = "Contains mask." -FlavorText = "" +FlavorText = "A box used to hold divine embodiments. +Each holds a fond memory of a loved one, extracted and placed within its construction. + +Grants 1 Mask upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/LotteryBox.tres b/Zennysoft.Game.Ma/src/items/box/resources/LotteryBox.tres index 1884d9fc..2aa92e17 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/LotteryBox.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/LotteryBox.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://k0uhsuxvyegw"] -[ext_resource type="Texture2D" uid="uid://bcdtr55kx6844" path="res://src/items/box/textures/Malfunction.png" id="1_yf4yo"] +[ext_resource type="Texture2D" uid="uid://c2rcldr6hlr8m" path="res://src/items/box/textures/Lottery Box.png" id="1_bpsrl"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_xe8mc"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_xe8mc") DamageToPlayer = 0 Name = "Lottery Box" StatDescription = "Trades all inventory items for random items." -FlavorText = "" +FlavorText = "A box that scrambles reality. +A favorite of chaotic personality types. + +Converts all held items to other items at random." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 12 -Texture = ExtResource("1_yf4yo") +Texture = ExtResource("1_bpsrl") metadata/_custom_type_script = "uid://vuavr681au06" diff --git a/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres b/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres index d6dd53f1..1ec875b8 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/Malfunction.tres @@ -1,5 +1,6 @@ -[gd_resource type="Resource" script_class="BoxItemStats" load_steps=2 format=3 uid="uid://dsb2gcjeme5yy"] +[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://dsb2gcjeme5yy"] +[ext_resource type="Texture2D" uid="uid://bcdtr55kx6844" path="res://src/items/box/textures/Malfunction.png" id="1_3scao"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_vgter"] [resource] @@ -7,7 +8,9 @@ script = ExtResource("2_vgter") DamageToPlayer = 70 Name = "Malfunction" StatDescription = "Deals a significant amount of damage." -FlavorText = "" +FlavorText = "A broken, volatile box that threatens to explode. + +Will damage the opener or anything it comes into contact with. Hence, many find it wise to eject it from their personage at the earliest possible convenience." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -24,4 +27,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 70 ItemTag = 3 +Texture = ExtResource("1_3scao") metadata/_custom_type_script = "uid://vuavr681au06" diff --git a/Zennysoft.Game.Ma/src/items/box/resources/SpellSignAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/MysticalAcquisition.tres similarity index 63% rename from Zennysoft.Game.Ma/src/items/box/resources/SpellSignAcquisition.tres rename to Zennysoft.Game.Ma/src/items/box/resources/MysticalAcquisition.tres index 9f51d001..803a8cb0 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/SpellSignAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/MysticalAcquisition.tres @@ -1,14 +1,17 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cfp3ust1pw76y"] -[ext_resource type="Texture2D" uid="uid://cenjp5ylog4sk" path="res://src/items/box/textures/SpellSign Box.png" id="1_ohi7i"] -[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_qwpdy"] +[ext_resource type="Texture2D" uid="uid://cenjp5ylog4sk" path="res://src/items/box/textures/MysticalBox.png" id="1_rfv5l"] +[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_tjkfp"] [resource] -script = ExtResource("2_qwpdy") +script = ExtResource("2_tjkfp") DamageToPlayer = 0 -Name = "Spell Sign: Acquisition" +Name = "Mystical Acquisition" StatDescription = "Contains random spell." -FlavorText = "" +FlavorText = "A box used to store written wisdom. +Such valuable information should be kept well protected. + +Grants 1 Scripture or Spell-Sign upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 8 -Texture = ExtResource("1_ohi7i") +Texture = ExtResource("1_rfv5l") metadata/_custom_type_script = "uid://vuavr681au06" diff --git a/Zennysoft.Game.Ma/src/items/box/resources/ScholarsBox.tres b/Zennysoft.Game.Ma/src/items/box/resources/ScholarsBox.tres index cd6ae422..b253269c 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/ScholarsBox.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/ScholarsBox.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://ba1ihsi6culef"] -[ext_resource type="Texture2D" uid="uid://cenjp5ylog4sk" path="res://src/items/box/textures/SpellSign Box.png" id="1_a6ha2"] +[ext_resource type="Texture2D" uid="uid://dgdktc6woo7kx" path="res://src/items/box/textures/Scholars Box.png" id="1_xyiwq"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_tbg32"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_tbg32") DamageToPlayer = 0 Name = "Scholar's Box" StatDescription = "Contains an item that is currently not in the inventory." -FlavorText = "" +FlavorText = "A box inscribed with a simplistic reality altering spell. +Favorite of documentarians and record keepers. + +A box that possesses an item the user does not currently possess." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 13 -Texture = ExtResource("1_a6ha2") +Texture = ExtResource("1_xyiwq") metadata/_custom_type_script = "uid://vuavr681au06" diff --git a/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres b/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres index 7c9120f7..c9a4f19b 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/SpeculativeAcquisition.tres @@ -8,7 +8,9 @@ script = ExtResource("2_ucc84") DamageToPlayer = 0 Name = "Speculative Acquisition" StatDescription = "Contains a box." -FlavorText = "" +FlavorText = "A box that promises yet another, different promise. + +A box that holds a random box within it." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/TrickstersBox.tres b/Zennysoft.Game.Ma/src/items/box/resources/TrickstersBox.tres index dcba0da1..07ee8c3c 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/TrickstersBox.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/TrickstersBox.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cytyjmo2kjtul"] -[ext_resource type="Texture2D" uid="uid://cenjp5ylog4sk" path="res://src/items/box/textures/SpellSign Box.png" id="1_poy28"] +[ext_resource type="Texture2D" uid="uid://cnr5ljn44ncoh" path="res://src/items/box/textures/Trickster's Box Box.png" id="1_poy28"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_7rwoq"] [resource] @@ -8,7 +8,8 @@ script = ExtResource("2_7rwoq") DamageToPlayer = 0 Name = "Trickster's Box" StatDescription = "Forcibly ejects all items from inventory." -FlavorText = "" +FlavorText = "A cruel joke likely crafted out of excessive boredom. +" SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/resources/TrinketBox.tres b/Zennysoft.Game.Ma/src/items/box/resources/TrinketBox.tres index 060baff6..2f2bb4d5 100644 --- a/Zennysoft.Game.Ma/src/items/box/resources/TrinketBox.tres +++ b/Zennysoft.Game.Ma/src/items/box/resources/TrinketBox.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://bhfs0jk02jha2"] -[ext_resource type="Texture2D" uid="uid://cenjp5ylog4sk" path="res://src/items/box/textures/SpellSign Box.png" id="1_qdrns"] +[ext_resource type="Texture2D" uid="uid://c1bb88y1lppbu" path="res://src/items/box/textures/Trinket Box.png" id="1_qdrns"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_4l6ua"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_4l6ua") DamageToPlayer = 0 Name = "Trinket Box" StatDescription = "Contains a jewel." -FlavorText = "" +FlavorText = "A box used to hold rare gems and valuables. +Many of the Tower's inhabitants could not stand to see such treasures loose and scattered about, falling into cracks or presenting slipping hazards. And, after all, it is a pleasant feeling to organize one's home. + +Grants 1 Jewel upon opening." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/box/textures/SpellSign Box.png b/Zennysoft.Game.Ma/src/items/box/textures/MysticalBox.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/box/textures/SpellSign Box.png rename to Zennysoft.Game.Ma/src/items/box/textures/MysticalBox.png diff --git a/Zennysoft.Game.Ma/src/items/box/textures/SpellSign Box.png.import b/Zennysoft.Game.Ma/src/items/box/textures/MysticalBox.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/items/box/textures/SpellSign Box.png.import rename to Zennysoft.Game.Ma/src/items/box/textures/MysticalBox.png.import index 255078e6..2036fdd8 100644 --- a/Zennysoft.Game.Ma/src/items/box/textures/SpellSign Box.png.import +++ b/Zennysoft.Game.Ma/src/items/box/textures/MysticalBox.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cenjp5ylog4sk" -path.bptc="res://.godot/imported/SpellSign Box.png-44a6d37cf4857a87e5f73f3e5a560bc7.bptc.ctex" +path.bptc="res://.godot/imported/MysticalBox.png-ddef6338d826218d5911783e24411ef6.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/box/textures/SpellSign Box.png" -dest_files=["res://.godot/imported/SpellSign Box.png-44a6d37cf4857a87e5f73f3e5a560bc7.bptc.ctex"] +source_file="res://src/items/box/textures/MysticalBox.png" +dest_files=["res://.godot/imported/MysticalBox.png-ddef6338d826218d5911783e24411ef6.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/PastSelfRemnant.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/Amrit Electuary.tres similarity index 57% rename from Zennysoft.Game.Ma/src/items/consumable/resources/PastSelfRemnant.tres rename to Zennysoft.Game.Ma/src/items/consumable/resources/Amrit Electuary.tres index 2d8d34d8..dabde8d9 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/PastSelfRemnant.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/Amrit Electuary.tres @@ -1,18 +1,22 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://dns281deffo6q"] -[ext_resource type="Texture2D" uid="uid://cucsmfsa7vcs" path="res://src/items/consumable/texture/health item placeholder.png" id="1_154ao"] -[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_e61q8"] +[ext_resource type="Texture2D" uid="uid://bpdtlhepygb3w" path="res://src/items/consumable/texture/Amrit Electuary.png" id="1_n75f4"] +[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_8i8u4"] [resource] -script = ExtResource("2_e61q8") +script = ExtResource("2_8i8u4") HealHPAmount = 999 HealVTAmount = 0 PermanentRaiseHPAmount = 25 PermanentRaiseVTAmount = 0 -Name = "Past Self's Fragment" +HealsStatusAilments = false +Name = "Amrit Electuary" StatDescription = "Restores all HP. If HP is currently full, raises Maximum HP by 25." -FlavorText = "" +FlavorText = "A droplet of the heavenly elixir, frozen in time and produced into a restorative electuary. + +Restores All HP. +If HP is full: raises max HP by 25" SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 @@ -29,4 +33,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_154ao") +Texture = ExtResource("1_n75f4") diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/AncientCapsule.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/AncientCapsule.tres index 1ac828f2..d5183225 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/AncientCapsule.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/AncientCapsule.tres @@ -11,8 +11,10 @@ PermanentRaiseHPAmount = 0 PermanentRaiseVTAmount = 0 HealsStatusAilments = true Name = "Ancient Capsule" -StatDescription = "Heals all status ailments." -FlavorText = "" +StatDescription = "Heals all status ailments and restores parameters to normal." +FlavorText = "An ancient capsule meant to relieve patients of advanced ailments. + +Cures all status effects and restores parameters to normal." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/SteloFragment.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/Catholicon Draught.tres similarity index 60% rename from Zennysoft.Game.Ma/src/items/consumable/resources/SteloFragment.tres rename to Zennysoft.Game.Ma/src/items/consumable/resources/Catholicon Draught.tres index 07d77a8b..1d41afc6 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/SteloFragment.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/Catholicon Draught.tres @@ -1,18 +1,22 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://75fpkwfp0t0k"] -[ext_resource type="Texture2D" uid="uid://d0yjew2rei5bj" path="res://src/items/consumable/texture/Amrit Draught.png" id="1_33rp1"] -[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_f8ogj"] +[ext_resource type="Texture2D" uid="uid://lm4kotm2dd6j" path="res://src/items/consumable/texture/Catholicon Draught.png" id="1_5rfk4"] +[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_uec1i"] [resource] -script = ExtResource("1_f8ogj") +script = ExtResource("2_uec1i") HealHPAmount = 0 HealVTAmount = 30 PermanentRaiseHPAmount = 0 PermanentRaiseVTAmount = 8 -Name = "Stelo Fragment" +HealsStatusAilments = false +Name = "Catholicon Draught" StatDescription = "Restores 30 VT. If VT is currently full, raises Maximum VT by 8." -FlavorText = "" +FlavorText = "A panacea to invigorate oneself + +Restores 30VT. +If VT is full: raises max VT by 8" SpawnRate = 0.33 BonusAttack = 0 BonusDefense = 0 @@ -29,4 +33,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_33rp1") +Texture = ExtResource("1_5rfk4") diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/HaomaDraught.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/HaomaDraught.tres index 39494e26..92742123 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/HaomaDraught.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/HaomaDraught.tres @@ -9,8 +9,14 @@ HealHPAmount = 0 HealVTAmount = 1000 PermanentRaiseHPAmount = 0 PermanentRaiseVTAmount = 25 +HealsStatusAilments = false Name = "Haoma Draught" -Description = "" +StatDescription = "Restores ALL VT. +If VT is full: raises max VT by 25" +FlavorText = "A divine draught to invigorate oneself. + +Restores ALL VT. +If VT is full: raises max VT by 25" SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/AmritShard.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/Somalata Electuary.tres similarity index 59% rename from Zennysoft.Game.Ma/src/items/consumable/resources/AmritShard.tres rename to Zennysoft.Game.Ma/src/items/consumable/resources/Somalata Electuary.tres index 7c9c70db..dec82ecd 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/AmritShard.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/Somalata Electuary.tres @@ -1,18 +1,22 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://d0cxrf0nldona"] -[ext_resource type="Texture2D" uid="uid://d0yjew2rei5bj" path="res://src/items/consumable/texture/Amrit Draught.png" id="1_6vdf0"] -[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_riwik"] +[ext_resource type="Texture2D" uid="uid://xiqfet2fnnrs" path="res://src/items/consumable/texture/Somalata Electuary.png" id="1_1emhh"] +[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_xv45j"] [resource] -script = ExtResource("2_riwik") +script = ExtResource("2_xv45j") HealHPAmount = 60 HealVTAmount = 0 PermanentRaiseHPAmount = 16 PermanentRaiseVTAmount = 0 -Name = "Amrit Shard" +HealsStatusAilments = false +Name = "Somalata Electuary" StatDescription = "Restores 60 HP. If HP is currently full, raises Maximum HP by 16." -FlavorText = "A droplet of the heavenly elixir, frozen in time." +FlavorText = "A portion of the sacred plant, ground into a restorative electuary. + +Restores 60 HP. +If HP is full: raises max HP by 16." SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 @@ -29,4 +33,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_6vdf0") +Texture = ExtResource("1_1emhh") diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/SunaFragment.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/Xiandan Draught.tres similarity index 60% rename from Zennysoft.Game.Ma/src/items/consumable/resources/SunaFragment.tres rename to Zennysoft.Game.Ma/src/items/consumable/resources/Xiandan Draught.tres index 6682a50f..c1bad82c 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/SunaFragment.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/Xiandan Draught.tres @@ -1,18 +1,22 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://ypw2yg10430p"] -[ext_resource type="Texture2D" uid="uid://d0yjew2rei5bj" path="res://src/items/consumable/texture/Amrit Draught.png" id="1_omu2j"] -[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_41hue"] +[ext_resource type="Texture2D" uid="uid://dy525pkru5nld" path="res://src/items/consumable/texture/Xiandan Draught.png" id="1_ur5kc"] +[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_766xm"] [resource] -script = ExtResource("2_41hue") +script = ExtResource("2_766xm") HealHPAmount = 0 HealVTAmount = 60 PermanentRaiseHPAmount = 0 PermanentRaiseVTAmount = 16 -Name = "Suna Fragment" +HealsStatusAilments = false +Name = "Xiandan Draught" StatDescription = "Restores 60 VT. If HP is currently full, raises Maximum VT by 16." -FlavorText = "" +FlavorText = "A compound elixir to invigorate oneself. + +Restores 60 VT. +If VT is full: raises max VT by 16" SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 @@ -29,4 +33,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_omu2j") +Texture = ExtResource("1_ur5kc") diff --git a/Zennysoft.Game.Ma/src/items/consumable/resources/YdunicShard.tres b/Zennysoft.Game.Ma/src/items/consumable/resources/Ydunic Electuary.tres similarity index 58% rename from Zennysoft.Game.Ma/src/items/consumable/resources/YdunicShard.tres rename to Zennysoft.Game.Ma/src/items/consumable/resources/Ydunic Electuary.tres index e20301db..b29e249c 100644 --- a/Zennysoft.Game.Ma/src/items/consumable/resources/YdunicShard.tres +++ b/Zennysoft.Game.Ma/src/items/consumable/resources/Ydunic Electuary.tres @@ -1,16 +1,22 @@ [gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://lu0ddu3538p6"] -[ext_resource type="Texture2D" uid="uid://cd6p73amcfr4b" path="res://src/items/consumable/texture/Ydunic Electuary.png" id="1_5oqkr"] -[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_q4pyq"] +[ext_resource type="Texture2D" uid="uid://cd6p73amcfr4b" path="res://src/items/consumable/texture/Ydunic Electuary.png" id="1_rb6df"] +[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_x1p6p"] [resource] -script = ExtResource("2_q4pyq") +script = ExtResource("2_x1p6p") HealHPAmount = 30 HealVTAmount = 8 PermanentRaiseHPAmount = 0 PermanentRaiseVTAmount = 0 -Name = "Ydunic Shard" -Description = "" +HealsStatusAilments = false +Name = "Ydunic Electuary" +StatDescription = "Restores 30 HP. +If HP is full: raises max HP by 8." +FlavorText = "A fragment of divine fruit, ground into a restorative electuary. + +Restores 30 HP. +If HP is full: raises max HP by 8." SpawnRate = 0.33 BonusAttack = 0 BonusDefense = 0 @@ -27,4 +33,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_5oqkr") +Texture = ExtResource("1_rb6df") diff --git a/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png b/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png deleted file mode 100644 index 2b5b1630..00000000 Binary files a/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png.import b/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png.import deleted file mode 100644 index 3deb102b..00000000 --- a/Zennysoft.Game.Ma/src/items/consumable/texture/health item placeholder.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cucsmfsa7vcs" -path.bptc="res://.godot/imported/health item placeholder.png-d66e7a1397657a2f87bdf7d6fa5d2c0b.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/consumable/texture/health item placeholder.png" -dest_files=["res://.godot/imported/health item placeholder.png-d66e7a1397657a2f87bdf7d6fa5d2c0b.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/AeolicCaster.tres b/Zennysoft.Game.Ma/src/items/effect/resources/AeolicCaster.tres deleted file mode 100644 index 1b35844a..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/resources/AeolicCaster.tres +++ /dev/null @@ -1,30 +0,0 @@ -[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://crvn3srgpj2fh"] - -[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_u0h2q"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_yytis"] - -[resource] -script = ExtResource("2_yytis") -UsableItemTag = 9 -ElementalDamageType = 1 -Name = "Aeolic Caster" -StatDescription = "Deals Aeolic damage to all enemies inside the room." -FlavorText = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 0 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_u0h2q") -metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres b/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres index c5b69a0a..7ded2165 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/AnBradanFeasa.tres @@ -9,7 +9,9 @@ UsableItemTag = 16 ElementalDamageType = 0 Name = "An Bradán Feasa" StatDescription = "Temporarily doubles rate of experience gained." -FlavorText = "" +FlavorText = "Long, long sought after. + +Doubles XP received for a short time." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres index 4ca3f2f2..4d4fea85 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/BlueTalisman.tres @@ -9,7 +9,10 @@ UsableItemTag = 21 ElementalDamageType = 0 Name = "Blue Talisman" StatDescription = "Permanently increases DEF by 1." -FlavorText = "" +FlavorText = "Contains a prayer of protection. +There was a time when the shrine below held joyous festivals. These talismans are one of the few reminders of such celebration. + +Permanently boosts the user's DEF" SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 1 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/TelluricCaster.tres b/Zennysoft.Game.Ma/src/items/effect/resources/Caster.tres similarity index 71% rename from Zennysoft.Game.Ma/src/items/effect/resources/TelluricCaster.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/Caster.tres index 46d01591..733e2ec1 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/TelluricCaster.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/Caster.tres @@ -1,16 +1,16 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dw26l3f3hd2sq"] -[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_x62ct"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_38yjb"] +[ext_resource type="Texture2D" uid="uid://esqaln68twiw" path="res://src/items/Icons/Unidentified Item.png" id="1_x5j1r"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_unl83"] [resource] -script = ExtResource("2_38yjb") +script = ExtResource("2_unl83") UsableItemTag = 9 ElementalDamageType = 2 Name = "Telluric Caster" StatDescription = "Deals Telluric damage to all enemies inside the room." FlavorText = "" -SpawnRate = 0.3 +SpawnRate = 0.009 BonusAttack = 0 BonusDefense = 0 BonusLuck = 0.05 @@ -26,5 +26,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_x62ct") +Texture = ExtResource("1_x5j1r") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/FerrumCaster.tres b/Zennysoft.Game.Ma/src/items/effect/resources/FerrumCaster.tres deleted file mode 100644 index 429c00b4..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/resources/FerrumCaster.tres +++ /dev/null @@ -1,29 +0,0 @@ -[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://d3to07qm7fm4"] - -[ext_resource type="Texture2D" uid="uid://brttxfgr3dstf" path="res://src/items/effect/textures/Ferrous Resolution.PNG" id="1_xsfvc"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_i4na1"] - -[resource] -script = ExtResource("2_i4na1") -UsableItemTag = 9 -ElementalDamageType = 5 -Name = "Ferrum Caster" -Description = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 0 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_xsfvc") -metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres index 7d07dd98..dbb4faa4 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres @@ -9,7 +9,10 @@ UsableItemTag = 22 ElementalDamageType = 0 Name = "Green Talisman" StatDescription = "Permanently increases Luck by 1." -FlavorText = "" +FlavorText = "Contains a prayer of fortune. +In the township that formed below, it was common custom to bequeath such a charm to a loved one when they departed on a journey. + +Permanently boosts the user's LUCK" SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/HydricCaster.tres b/Zennysoft.Game.Ma/src/items/effect/resources/HydricCaster.tres deleted file mode 100644 index e60c6cc3..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/resources/HydricCaster.tres +++ /dev/null @@ -1,30 +0,0 @@ -[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bgqu6jsadtqjq"] - -[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_8v5wn"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_mj844"] - -[resource] -script = ExtResource("1_mj844") -UsableItemTag = 9 -ElementalDamageType = 3 -Name = "Hydric Caster" -StatDescription = "Deals Hydric damage to all enemies inside the room." -FlavorText = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 0 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_8v5wn") -metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/IgneousCaster.tres b/Zennysoft.Game.Ma/src/items/effect/resources/IgneousCaster.tres deleted file mode 100644 index e4f18acf..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/resources/IgneousCaster.tres +++ /dev/null @@ -1,30 +0,0 @@ -[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://brj7h6tgifa5n"] - -[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_3iam5"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cl8lc"] - -[resource] -script = ExtResource("2_cl8lc") -UsableItemTag = 9 -ElementalDamageType = 4 -Name = "Igneous Caster" -StatDescription = "Deals Igneous damage to all enemies inside the room." -FlavorText = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 0 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 12.0 -ThrowDamage = 5 -ItemTag = 0 -Texture = ExtResource("1_3iam5") -metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres b/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres index 71464ae5..84d89b93 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/RedTalisman.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cv8p0egs52jaq"] -[ext_resource type="Texture2D" uid="uid://6fcjbqispxwq" path="res://src/items/effect/textures/Red Talisman.png" id="1_4jur3"] +[ext_resource type="Texture2D" uid="uid://bqv015du8tk0" path="res://src/items/effect/textures/Orange Talisman.png" id="1_4jur3"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_as50m"] [resource] @@ -9,7 +9,10 @@ UsableItemTag = 23 ElementalDamageType = 0 Name = "Red Talisman" StatDescription = "Permanently increases ATK by 1." -FlavorText = "" +FlavorText = "Contains a prayer of power. +Many believed that the Goddess of the Tower would offer her favor through the prayers inscribed on these charms. Though it would be long, long after until any blessed power validated such requests. + +Permanently boosts the user's ATK" SpawnRate = 0.2 BonusAttack = 1 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SciptureSignHeavensRebellion.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SciptureSignHeavensRebellion.tres index c98db29f..82201206 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SciptureSignHeavensRebellion.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SciptureSignHeavensRebellion.tres @@ -8,7 +8,10 @@ script = ExtResource("2_jvomr") UsableItemTag = 8 ElementalDamageType = 0 Name = "Scripture Sign: Heaven's Rebellion" -Description = "" +StatDescription = "Fully heals user and all entities in the current room." +FlavorText = "A spell that forces prosperity in a localized field. + +Fully heals user and all entities in the current room." SpawnRate = 0.3 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDevicBalance.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDevicBalance.tres index 62465b40..707bda01 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDevicBalance.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDevicBalance.tres @@ -9,7 +9,9 @@ UsableItemTag = 6 ElementalDamageType = 0 Name = "Scripture Sign: Devic Balance" StatDescription = "Destroys half of the enemies in the room." -FlavorText = "" +FlavorText = "In the pursuit of beautiful tales, divine intervention was sometimes employed heavy handedly to tidy up engagements. + +Obliterates half the entities in the currently occupied room." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDivinityRecall.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDivinityRecall.tres index 7c232ef0..c5ea0465 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDivinityRecall.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignDivinityRecall.tres @@ -9,7 +9,9 @@ UsableItemTag = 4 ElementalDamageType = 0 Name = "Scripture Sign: Divinity Recall" StatDescription = "Summons all enemies on the floor to the current room." -FlavorText = "" +FlavorText = "A somewhat hastily designed edict that compels all beings with divine trace to converge upon the location of the reciter. + +Teleports all entities on the floor to the currently occupied room." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfDimension.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfDimension.tres index 58c0170c..852be722 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfDimension.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfDimension.tres @@ -10,7 +10,9 @@ ElementalDamageType = 0 Name = "Scripture Sign: Gospel of Dimension" StatDescription = "Warps you to the exit. Does nothing if the exit has yet to be found." -FlavorText = "" +FlavorText = "Impatience is an odd trait to find in beings that persist eternally... but naturally this passage is a welcome boon for those who do not. + +Warps the user to the current floor's exit, provided it has been found." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfPaths.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfPaths.tres index 1be3ba5c..71196458 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfPaths.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignGospelOfPaths.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cm6g24fepdfj6"] -[ext_resource type="Texture2D" uid="uid://ba0a3lueg4slt" path="res://src/items/effect/textures/Gospel of Paths.png" id="1_w15dq"] +[ext_resource type="Texture2D" uid="uid://btagjuigi5p2a" path="res://src/items/effect/textures/GospelofPaths.png" id="1_w15dq"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_5lyv2"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_5lyv2") UsableItemTag = 19 ElementalDamageType = 0 Name = "Scripture Sign: Gospel of Paths" -Description = "" +StatDescription = "" +FlavorText = "Any method of randomization was quickly, and readily, adopted in the Tower as a way to stave off boredom. + +Warps the user to a random location on the current floor." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignKyuuketsuki.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignKyuuketsuki.tres index c7af6024..adf9b52d 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignKyuuketsuki.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignKyuuketsuki.tres @@ -9,7 +9,10 @@ UsableItemTag = 7 ElementalDamageType = 0 Name = "Scripture Sign: Kyuuketsuki" StatDescription = "Absorb HP from all enemies in the room." -FlavorText = "" +FlavorText = "An unsavory method of survival originally employed by demons. +Eventually reverse engineered by those who sought any edge. + +Absorbs HP from all entities in the room and transfers it to the user." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignSineMorphization.tres b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignSineMorphization.tres index a1851380..a5f3eaca 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignSineMorphization.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/ScriptureSignSineMorphization.tres @@ -1,7 +1,7 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cwh5w1yabwrxf"] +[ext_resource type="Texture2D" uid="uid://bm0a0nq7hjf2d" path="res://src/items/effect/textures/SineMorph.png" id="1_db06y"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_ksb1c"] -[ext_resource type="Texture2D" uid="uid://cnni3y57sgsct" path="res://src/items/effect/textures/Sine Morph.png" id="1_vqhky"] [resource] script = ExtResource("1_ksb1c") @@ -9,7 +9,9 @@ UsableItemTag = 5 ElementalDamageType = 0 Name = "Scripture Sign: Sine Morphization" StatDescription = "Turns all enemies in the room into restorative items." -FlavorText = "" +FlavorText = "A spell that completely alters the configuration of matter of nearby threats. + +Transforms all entities in the current room into restorative items." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 @@ -26,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_vqhky") +Texture = ExtResource("1_db06y") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAblution.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAblution.tres index 270e248d..dc50141d 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAblution.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAblution.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://clmirf817k2ah"] -[ext_resource type="Texture2D" uid="uid://iadyvwubpm04" path="res://src/items/effect/textures/Ablution.png" id="1_qlv6h"] +[ext_resource type="Texture2D" uid="uid://bb00crcey71vj" path="res://src/items/effect/textures/SpellSignAblution.png" id="1_qlv6h"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7dbb6"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 17 ElementalDamageType = 0 Name = "Spell Sign: Ablution" StatDescription = "Lowers target to 1 HP." -FlavorText = "" +FlavorText = "A spell that induces extreme vulnerability and a return to a purer state. + +Lowers user or target to 1 HP." SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRecall.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAnamnesis.tres similarity index 54% rename from Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRecall.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAnamnesis.tres index 77f57eba..3fe601a3 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRecall.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAnamnesis.tres @@ -1,14 +1,17 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cqx03lrwx4jqv"] -[ext_resource type="Texture2D" uid="uid://qw3vmk2ps0e0" path="res://src/items/effect/textures/Spell Sign; Recall.PNG" id="1_n1qxm"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_4qksk"] +[ext_resource type="Texture2D" uid="uid://cqhetfwhinpvn" path="res://src/items/effect/textures/SpellSignAmnesis.png" id="1_on75f"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_n24ed"] [resource] -script = ExtResource("2_4qksk") +script = ExtResource("2_n24ed") UsableItemTag = 33 ElementalDamageType = 0 -Name = "Spell Sign: Recall" -Description = "" +Name = "Spell Sign: Anamnesis" +StatDescription = "Identifies one item." +FlavorText = "A spell that traverses the metaphysical tree of genetic memory in search of answers. + +Identifies the selected unknown item." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 0 ItemTag = 0 -Texture = ExtResource("1_n1qxm") +Texture = ExtResource("1_on75f") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCellDegradation.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCellDegradation.tres index 88e198d1..fc7e8252 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCellDegradation.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCellDegradation.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c2r8ds2ejywwq"] -[ext_resource type="Texture2D" uid="uid://cml5pitheqxs3" path="res://src/items/effect/textures/Cell Degredation.PNG" id="1_y8dsb"] +[ext_resource type="Texture2D" uid="uid://cunxl6swsnyc6" path="res://src/items/effect/textures/SpellSignCellDegradation.png" id="1_y8dsb"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7c6oa"] [resource] @@ -8,7 +8,10 @@ script = ExtResource("2_7c6oa") UsableItemTag = 27 ElementalDamageType = 0 Name = "Spell Sign: Cell Degradation" -Description = "" +StatDescription = "" +FlavorText = "A spell for breaking down one's enemies on a cellular level. + +Lowers all stats." SpawnRate = 0.1 BonusAttack = 1 BonusDefense = 1 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClothResolution.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClothResolution.tres index e49449a2..356fb89c 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClothResolution.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClothResolution.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://lx7xkoj6w8gr"] -[ext_resource type="Texture2D" uid="uid://12djyo3qt4xv" path="res://src/items/effect/textures/Cloth Resolution.png" id="1_s58d3"] +[ext_resource type="Texture2D" uid="uid://12djyo3qt4xv" path="res://src/items/effect/textures/SpellSignCloth Resolution.PNG" id="1_s58d3"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_o41ik"] [resource] @@ -10,7 +10,9 @@ ElementalDamageType = 0 Name = "Spell Sign: Cloth Resolution" StatDescription = "Raise currently equipped armor's DEF by 1. Does nothing if no armor is equipped." -FlavorText = "" +FlavorText = "A spell for strengthening armor. + +Raises the effectiveness of the selected armor." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCosmos.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCosmos.tres index 8be0cda7..adcd9506 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCosmos.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCosmos.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bg2fsie2g3j6q"] -[ext_resource type="Texture2D" uid="uid://dqlxaiu5exa0q" path="res://src/items/effect/textures/Cosmos.png" id="1_dn5pk"] +[ext_resource type="Texture2D" uid="uid://dqlxaiu5exa0q" path="res://src/items/effect/textures/SpellSignCosmos.PNG" id="1_dn5pk"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_n1557"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 13 ElementalDamageType = 0 Name = "Spell Sign: Cosmos" StatDescription = "Raises level by 1." -FlavorText = "" +FlavorText = "A summoning spell that draws energy from the harmony of the solar system in order to bolster one's soul. + +Increases the users level." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAtomization.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCovalentDestruction.tres similarity index 60% rename from Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAtomization.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCovalentDestruction.tres index 4c245d96..615daf10 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignAtomization.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignCovalentDestruction.tres @@ -1,15 +1,17 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc8p7hlglgau4"] -[ext_resource type="Texture2D" uid="uid://kg8xdq8tbdxt" path="res://src/items/effect/textures/Atomization.png" id="1_qay5v"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mhyhg"] +[ext_resource type="Texture2D" uid="uid://8ae382qcjpcg" path="res://src/items/effect/textures/SpellSignCovalentDestruction.png" id="1_u0306"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_wpl3u"] [resource] -script = ExtResource("2_mhyhg") +script = ExtResource("2_wpl3u") UsableItemTag = 24 ElementalDamageType = 0 -Name = "Spell Sign: Atomization" +Name = "Spell Sign: Covalent Destruction" StatDescription = "Lowers target's DEF." -FlavorText = "" +FlavorText = "A spell for weakening molecular structures. + +Lowers DEF of user or target." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 1 @@ -26,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_qay5v") +Texture = ExtResource("1_u0306") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignDullness.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignDullness.tres index ad4355ea..4a59dd71 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignDullness.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignDullness.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dhsdqjlc5lt84"] -[ext_resource type="Texture2D" uid="uid://cwksvcn7ggqag" path="res://src/items/effect/textures/Dullness.png" id="1_wdtfi"] +[ext_resource type="Texture2D" uid="uid://cwksvcn7ggqag" path="res://src/items/effect/textures/SpellSignDullness.PNG" id="1_wdtfi"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_y4mfr"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 26 ElementalDamageType = 0 Name = "Spell Sign: Dullness" StatDescription = "Lowers ATK by 1." -FlavorText = "" +FlavorText = "A spell for lessening threat. + +Lowers ATK" SpawnRate = 0.3 BonusAttack = 1 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignEntropicSeal.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignEntropicSeal.tres index e45d9843..9813f603 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignEntropicSeal.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignEntropicSeal.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c6ecr2cquav3"] -[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_i4o7a"] +[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/SpellSignEntropic Seal.PNG" id="1_i4o7a"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_pixk1"] [resource] @@ -10,7 +10,9 @@ ElementalDamageType = 0 Name = "Spell Sign: Entropic Seal" StatDescription = "Uses a random spell in the inventory. No effect if no usable spells exist." -FlavorText = "" +FlavorText = "A favorite of the bored and an annoyance to the rigid. + +Manifests the effect of a random item found within the tower." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFerrousResolution.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFerrousResolution.tres index af7623e9..4589ff50 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFerrousResolution.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFerrousResolution.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cx8kpmyhl5vkj"] -[ext_resource type="Texture2D" uid="uid://brttxfgr3dstf" path="res://src/items/effect/textures/Ferrous Resolution.png" id="1_6wt4w"] +[ext_resource type="Texture2D" uid="uid://brttxfgr3dstf" path="res://src/items/effect/textures/SpellSignFerrous Resolution.PNG" id="1_ail65"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_uojwo"] [resource] @@ -10,7 +10,9 @@ ElementalDamageType = 0 Name = "Spell Sign: Ferrous Resolution" StatDescription = "Raises currently equipped weapon's ATK by 1. Does nothing if no weapon is equipped." -FlavorText = "" +FlavorText = "A spell for strengthening armaments. + +Raises the power of the selected weapon." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 @@ -27,5 +29,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_6wt4w") +Texture = ExtResource("1_ail65") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFortune.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFortune.tres index 78a85b9f..4915dfb6 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFortune.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignFortune.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cofh755qjlkn0"] -[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_y1nwh"] +[ext_resource type="Texture2D" uid="uid://dunse3l183ahu" path="res://src/items/effect/textures/SpellSignFortune.png" id="1_y1nwh"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cov8h"] [resource] @@ -9,7 +9,10 @@ UsableItemTag = 32 ElementalDamageType = 0 Name = "Spell Sign: Fortune" StatDescription = "Doubles the amount of stack items." -FlavorText = "" +FlavorText = "An acquisition spell favored by all. +Be sure to utilize the rewards it grants you. They may save your life. + +Doubles the amount of Scriptures, Spellsigns and Dice held by the user." SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMelticalWave.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMelticalWave.tres index d83db665..06e0c249 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMelticalWave.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMelticalWave.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c3qkrtgmngetc"] -[ext_resource type="Texture2D" uid="uid://ri5h1p4e10gl" path="res://src/items/effect/textures/Meltical Wave.png" id="1_0fxlw"] +[ext_resource type="Texture2D" uid="uid://ri5h1p4e10gl" path="res://src/items/effect/textures/SpellsignMeltical Wave.PNG" id="1_0fxlw"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_3fnh2"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 29 ElementalDamageType = 0 Name = "Spell Sign: Meltical Wave" StatDescription = "Melts all currently equipped items." -FlavorText = "" +FlavorText = "A localized evocation that liquifies a travelers gear. + +Melts all currently equipped items." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRustIndicator.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMetallicReducer.tres similarity index 56% rename from Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRustIndicator.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMetallicReducer.tres index 02f82ebc..f118d0f2 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRustIndicator.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignMetallicReducer.tres @@ -1,14 +1,17 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc5utcc7ge2xd"] -[ext_resource type="Texture2D" uid="uid://borohnknxtl81" path="res://src/items/effect/textures/Rust Inducer.PNG" id="1_6gano"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_rbugr"] +[ext_resource type="Texture2D" uid="uid://bamulmtkrsfrj" path="res://src/items/effect/textures/SpellSignMetallicReducer.png" id="1_j03wp"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_dgqkk"] [resource] -script = ExtResource("2_rbugr") +script = ExtResource("2_dgqkk") UsableItemTag = 12 ElementalDamageType = 0 -Name = "Spell Sign: Rust Indicator" -Description = "" +Name = "Spell Sign: Metallic Reducer" +StatDescription = "" +FlavorText = "A spell for breaking down reignments. + +Lowers effectiveness of the currently equipped armor." SpawnRate = 0.3 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +28,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_6gano") +Texture = ExtResource("1_j03wp") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignPerspective.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignPerspective.tres index 2bb247e3..f6f0ff7a 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignPerspective.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignPerspective.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://b44v3y1okrj1s"] -[ext_resource type="Texture2D" uid="uid://ce52y4edhktxw" path="res://src/items/effect/textures/Perspective.png" id="1_5wep8"] +[ext_resource type="Texture2D" uid="uid://ce52y4edhktxw" path="res://src/items/effect/textures/Perspective.PNG" id="1_5wep8"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_xyepq"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 3 ElementalDamageType = 0 Name = "Spell Sign: Perspective" StatDescription = "Swaps current HP and current VT." -FlavorText = "" +FlavorText = "In the spirit of seeking a better worldview, sometimes inducing sudden shifts in circumstance can foster bouts of appreciation. + +Swaps the HP and VT of the user." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRegression.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRegression.tres index b8b81e5e..c4827498 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRegression.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRegression.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://b8g6o1noqxaye"] -[ext_resource type="Texture2D" uid="uid://ck0i7lgfby0yb" path="res://src/items/effect/textures/Regression.png" id="1_2migf"] +[ext_resource type="Texture2D" uid="uid://ck0i7lgfby0yb" path="res://src/items/effect/textures/Regression.PNG" id="1_2migf"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_a0gmu"] [resource] @@ -9,7 +9,9 @@ UsableItemTag = 14 ElementalDamageType = 0 Name = "Spell Sign: Regression" StatDescription = "Lowers Level by 1." -FlavorText = "" +FlavorText = "A spell that actively regresses memories. + +Lower's the level of the user." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignReprieval Wave.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignReprieval Wave.tres index d1de0744..346a2952 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignReprieval Wave.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignReprieval Wave.tres @@ -8,7 +8,10 @@ script = ExtResource("2_kd7dn") UsableItemTag = 30 ElementalDamageType = 0 Name = "Spell Sign: Reprieval Wave" -Description = "" +StatDescription = "" +FlavorText = "An incantation for resetting the slate. + +Restores all parameters to normal values." SpawnRate = 0.3 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignGrudge.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRoadOfMisfortune.tres similarity index 65% rename from Zennysoft.Game.Ma/src/items/effect/resources/SpellSignGrudge.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRoadOfMisfortune.tres index c5fec679..2e1e87f6 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignGrudge.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignRoadOfMisfortune.tres @@ -1,15 +1,18 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://6v03c3k4xek2"] -[ext_resource type="Texture2D" uid="uid://ddw0tkd6bt1rx" path="res://src/items/effect/textures/Grudge.png" id="1_yah8i"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_21vlc"] +[ext_resource type="Texture2D" uid="uid://ddw0tkd6bt1rx" path="res://src/items/effect/textures/SpellSignRoadOfMisfortune.PNG" id="1_dj3dx"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_ihpam"] [resource] -script = ExtResource("2_21vlc") +script = ExtResource("2_ihpam") UsableItemTag = 25 ElementalDamageType = 0 -Name = "Spell Sign: Grudge" +Name = "Spell Sign: Road of Misfortune" StatDescription = "Lowers Luck." -FlavorText = "" +FlavorText = "A spell that alters fortune. +Or, arguably changes nothing if one is a fatalist. + +Lowers LUCK." SpawnRate = 0.1 BonusAttack = 0 BonusDefense = 0 @@ -26,5 +29,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_yah8i") +Texture = ExtResource("1_dj3dx") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClone.tres b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignSomaticCellNuclearTransfer.tres similarity index 58% rename from Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClone.tres rename to Zennysoft.Game.Ma/src/items/effect/resources/SpellSignSomaticCellNuclearTransfer.tres index d96590f5..69dc3ee4 100644 --- a/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignClone.tres +++ b/Zennysoft.Game.Ma/src/items/effect/resources/SpellSignSomaticCellNuclearTransfer.tres @@ -1,14 +1,18 @@ [gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c2nhv3dyubv14"] -[ext_resource type="Texture2D" uid="uid://c51domle5mjck" path="res://src/items/effect/textures/Clone.png" id="1_u85fd"] -[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_iv2vy"] +[ext_resource type="Texture2D" uid="uid://c51domle5mjck" path="res://src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png" id="1_peleg"] +[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_vp6bj"] [resource] -script = ExtResource("2_iv2vy") +script = ExtResource("2_vp6bj") UsableItemTag = 28 ElementalDamageType = 0 -Name = "Spell Sign: Clone" -Description = "" +Name = "Spell Sign: Somatic Cell Nuclear Transfer" +StatDescription = "duplicates entity." +FlavorText = "An advanced genetic duplication spell. +At the instance of effect, a separate soul is born. + +Duplicates the entity the spell is thrown at." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 @@ -25,5 +29,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 0 ItemTag = 0 -Texture = ExtResource("1_u85fd") +Texture = ExtResource("1_peleg") metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG deleted file mode 100644 index e4922322..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG.import deleted file mode 100644 index 2a370f7a..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Ablution.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iadyvwubpm04" -path.bptc="res://.godot/imported/Ablution.png-1f68ff1934dad6fcf4f9843bf2a25cb6.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Ablution.png" -dest_files=["res://.godot/imported/Ablution.png-1f68ff1934dad6fcf4f9843bf2a25cb6.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG deleted file mode 100644 index 4e18f90f..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG.import deleted file mode 100644 index ef272509..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Cell Degredation.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cml5pitheqxs3" -path.bptc="res://.godot/imported/Cell Degredation.png-780b31bfcb6b6c18ec959bd5b31e11f6.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Cell Degredation.png" -dest_files=["res://.godot/imported/Cell Degredation.png-780b31bfcb6b6c18ec959bd5b31e11f6.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png b/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png deleted file mode 100644 index 4e4b09b0..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png.import deleted file mode 100644 index 9be12ffb..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Paths.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ba0a3lueg4slt" -path.bptc="res://.godot/imported/Gospel of Paths.png-b67653394a48cb4553bafb6270dcb13b.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Gospel of Paths.png" -dest_files=["res://.godot/imported/Gospel of Paths.png-b67653394a48cb4553bafb6270dcb13b.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Escape.png b/Zennysoft.Game.Ma/src/items/effect/textures/GospelofPaths.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Escape.png rename to Zennysoft.Game.Ma/src/items/effect/textures/GospelofPaths.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Escape.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/GospelofPaths.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Escape.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/GospelofPaths.png.import index 9ead9c1d..077072ea 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Gospel of Escape.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/GospelofPaths.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btagjuigi5p2a" -path.bptc="res://.godot/imported/Gospel of Escape.png-64501d5ce6e4d9506b4d427e05f5abcf.bptc.ctex" +path.bptc="res://.godot/imported/GospelofPaths.png-bbb2930bbaf1d8fc8b7696485de7503d.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Gospel of Escape.png" -dest_files=["res://.godot/imported/Gospel of Escape.png-64501d5ce6e4d9506b4d427e05f5abcf.bptc.ctex"] +source_file="res://src/items/effect/textures/GospelofPaths.png" +dest_files=["res://.godot/imported/GospelofPaths.png-bbb2930bbaf1d8fc8b7696485de7503d.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG deleted file mode 100644 index abf7c836..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG.import deleted file mode 100644 index b7f01198..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Lottery.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ce5ux208tkjpf" -path.bptc="res://.godot/imported/Lottery.png-f9f67436fe376d3744f5f73431db6825.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Lottery.png" -dest_files=["res://.godot/imported/Lottery.png-f9f67436fe376d3744f5f73431db6825.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG deleted file mode 100644 index 996f5d3a..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG.import deleted file mode 100644 index d140d7d4..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Rust Inducer.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://borohnknxtl81" -path.bptc="res://.godot/imported/Rust Inducer.png-e61eabc7897a884436a342d1ea099ea8.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Rust Inducer.png" -dest_files=["res://.godot/imported/Rust Inducer.png-e61eabc7897a884436a342d1ea099ea8.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png b/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png deleted file mode 100644 index 852c17c5..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png.import deleted file mode 100644 index 887cd1fc..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Sine Morph.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnni3y57sgsct" -path.bptc="res://.godot/imported/Sine Morph.png-c398a84edd913a55e8167e8c7df86ee1.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Sine Morph.png" -dest_files=["res://.godot/imported/Sine Morph.png-c398a84edd913a55e8167e8c7df86ee1.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG deleted file mode 100644 index 37a551ad..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG.import deleted file mode 100644 index e039a194..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Knowledge.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnqg00ubvoue0" -path.bptc="res://.godot/imported/Spell Sign; Knowledge.png-b7e1686766a9b3f0d77fda8493a8a709.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Spell Sign; Knowledge.png" -dest_files=["res://.godot/imported/Spell Sign; Knowledge.png-b7e1686766a9b3f0d77fda8493a8a709.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG deleted file mode 100644 index 370050ce..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG.import deleted file mode 100644 index 0b035cc9..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Spell Sign; Recall.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qw3vmk2ps0e0" -path.bptc="res://.godot/imported/Spell Sign; Recall.png-81777a10bbd9912ae84df33c753416d0.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Spell Sign; Recall.png" -dest_files=["res://.godot/imported/Spell Sign; Recall.png-81777a10bbd9912ae84df33c753416d0.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png deleted file mode 100644 index 9f36a7cd..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png.import deleted file mode 100644 index a671043b..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/SpellSign Box.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dir3mx6o0mpou" -path.bptc="res://.godot/imported/SpellSign Box.png-b2e9ae3f998e15e934782addaef4547c.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/SpellSign Box.png" -dest_files=["res://.godot/imported/SpellSign Box.png-b2e9ae3f998e15e934782addaef4547c.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAblution.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Layer 1.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAblution.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAblution.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Layer 1.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAblution.png.import index d554c3f8..8c5a84a6 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAblution.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bb00crcey71vj" -path.bptc="res://.godot/imported/Layer 1.png-80d437a9de96162e12e14296c760212b.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignAblution.png-165db77802e77589c1fe5508934e6d65.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Layer 1.png" -dest_files=["res://.godot/imported/Layer 1.png-80d437a9de96162e12e14296c760212b.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignAblution.png" +dest_files=["res://.godot/imported/SpellSignAblution.png-165db77802e77589c1fe5508934e6d65.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll14.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAmnesis.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll14.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAmnesis.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll14.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAmnesis.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll14.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAmnesis.png.import index 96514430..707c8bc8 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll14.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAmnesis.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqhetfwhinpvn" -path.bptc="res://.godot/imported/Scroll14.png-683d51f2a834fce9405f7a495cfb723d.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignAmnesis.png-ce02a1ea2d68260fb059c287caed7846.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Scroll14.png" -dest_files=["res://.godot/imported/Scroll14.png-683d51f2a834fce9405f7a495cfb723d.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignAmnesis.png" +dest_files=["res://.godot/imported/SpellSignAmnesis.png-ce02a1ea2d68260fb059c287caed7846.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Atomization.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAtomization.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Atomization.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAtomization.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Atomization.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAtomization.PNG.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/effect/textures/Atomization.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAtomization.PNG.import index 90e40da1..4345cef9 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Atomization.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignAtomization.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://kg8xdq8tbdxt" -path.bptc="res://.godot/imported/Atomization.png-66b87f87e30b79e497cfcde5233f8327.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignAtomization.PNG-09c660bec842f6b391945bd527bb8540.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Atomization.png" -dest_files=["res://.godot/imported/Atomization.png-66b87f87e30b79e497cfcde5233f8327.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignAtomization.PNG" +dest_files=["res://.godot/imported/SpellSignAtomization.PNG-09c660bec842f6b391945bd527bb8540.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll16.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCellDegradation.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll16.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCellDegradation.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll16.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCellDegradation.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll16.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCellDegradation.png.import index e6a56fb2..1c879b95 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll16.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCellDegradation.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cunxl6swsnyc6" -path.bptc="res://.godot/imported/Scroll16.png-adc56e090823c31125be3753c9e9a12b.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignCellDegradation.png-50937d473bc38a577bedcfbaae3cc2f3.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Scroll16.png" -dest_files=["res://.godot/imported/Scroll16.png-adc56e090823c31125be3753c9e9a12b.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignCellDegradation.png" +dest_files=["res://.godot/imported/SpellSignCellDegradation.png-50937d473bc38a577bedcfbaae3cc2f3.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cloth Resolution.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCloth Resolution.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Cloth Resolution.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCloth Resolution.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cloth Resolution.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCloth Resolution.PNG.import similarity index 66% rename from Zennysoft.Game.Ma/src/items/effect/textures/Cloth Resolution.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCloth Resolution.PNG.import index 517ccf60..edf5ec59 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Cloth Resolution.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCloth Resolution.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://12djyo3qt4xv" -path.bptc="res://.godot/imported/Cloth Resolution.PNG-64e863809248881573613c54ba619d08.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignCloth Resolution.PNG-424f29056f8cd687b38c250f1c952684.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Cloth Resolution.PNG" -dest_files=["res://.godot/imported/Cloth Resolution.PNG-64e863809248881573613c54ba619d08.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignCloth Resolution.PNG" +dest_files=["res://.godot/imported/SpellSignCloth Resolution.PNG-424f29056f8cd687b38c250f1c952684.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cosmos.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCosmos.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Cosmos.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCosmos.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Cosmos.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCosmos.PNG.import similarity index 69% rename from Zennysoft.Game.Ma/src/items/effect/textures/Cosmos.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCosmos.PNG.import index d9246232..96241932 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Cosmos.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCosmos.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqlxaiu5exa0q" -path.bptc="res://.godot/imported/Cosmos.PNG-beec79a1d9c326b4ecb8ff8e5aa25ae8.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignCosmos.PNG-65c7c6cb3c476e46387625ae33889e40.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Cosmos.PNG" -dest_files=["res://.godot/imported/Cosmos.PNG-beec79a1d9c326b4ecb8ff8e5aa25ae8.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignCosmos.PNG" +dest_files=["res://.godot/imported/SpellSignCosmos.PNG-65c7c6cb3c476e46387625ae33889e40.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1-1.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCovalentDestruction.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Layer 1-1.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCovalentDestruction.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1-1.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCovalentDestruction.png.import similarity index 66% rename from Zennysoft.Game.Ma/src/items/effect/textures/Layer 1-1.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCovalentDestruction.png.import index 51506838..b923d804 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Layer 1-1.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignCovalentDestruction.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8ae382qcjpcg" -path.bptc="res://.godot/imported/Layer 1-1.png-58b39a50822a804bcb81cc9d4b73339b.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignCovalentDestruction.png-0b0cc2354cf6ebc838c72120a4d8658e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Layer 1-1.png" -dest_files=["res://.godot/imported/Layer 1-1.png-58b39a50822a804bcb81cc9d4b73339b.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignCovalentDestruction.png" +dest_files=["res://.godot/imported/SpellSignCovalentDestruction.png-0b0cc2354cf6ebc838c72120a4d8658e.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Dullness.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignDullness.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Dullness.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignDullness.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Dullness.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignDullness.PNG.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Dullness.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignDullness.PNG.import index 559ae293..0ca77d40 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Dullness.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignDullness.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwksvcn7ggqag" -path.s3tc="res://.godot/imported/Dullness.PNG-09cd6f656686bf1bbc114ce50db8832e.s3tc.ctex" +path.s3tc="res://.godot/imported/SpellSignDullness.PNG-e75010a258bfc4a8fbd6583f05238fe4.s3tc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Dullness.PNG" -dest_files=["res://.godot/imported/Dullness.PNG-09cd6f656686bf1bbc114ce50db8832e.s3tc.ctex"] +source_file="res://src/items/effect/textures/SpellSignDullness.PNG" +dest_files=["res://.godot/imported/SpellSignDullness.PNG-e75010a258bfc4a8fbd6583f05238fe4.s3tc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Entropic Seal.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignEntropic Seal.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Entropic Seal.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignEntropic Seal.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Entropic Seal.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignEntropic Seal.PNG.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/effect/textures/Entropic Seal.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignEntropic Seal.PNG.import index 1033b5dc..c3a59a12 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Entropic Seal.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignEntropic Seal.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://prsafwfaxnda" -path.bptc="res://.godot/imported/Entropic Seal.PNG-9baea02c8388541222bf8ca04c2a10c9.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignEntropic Seal.PNG-5bf5a2314b24b29ba61b307a4a904dec.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Entropic Seal.PNG" -dest_files=["res://.godot/imported/Entropic Seal.PNG-9baea02c8388541222bf8ca04c2a10c9.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignEntropic Seal.PNG" +dest_files=["res://.godot/imported/SpellSignEntropic Seal.PNG-5bf5a2314b24b29ba61b307a4a904dec.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Ferrous Resolution.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFerrous Resolution.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Ferrous Resolution.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFerrous Resolution.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Ferrous Resolution.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFerrous Resolution.PNG.import similarity index 66% rename from Zennysoft.Game.Ma/src/items/effect/textures/Ferrous Resolution.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFerrous Resolution.PNG.import index f78ac279..2e163900 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Ferrous Resolution.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFerrous Resolution.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brttxfgr3dstf" -path.bptc="res://.godot/imported/Ferrous Resolution.PNG-afdfb05a8e1b1c8ed9e8113c9a6289a9.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignFerrous Resolution.PNG-f99bb66775a23a18fcd07d6c6581885c.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Ferrous Resolution.PNG" -dest_files=["res://.godot/imported/Ferrous Resolution.PNG-afdfb05a8e1b1c8ed9e8113c9a6289a9.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignFerrous Resolution.PNG" +dest_files=["res://.godot/imported/SpellSignFerrous Resolution.PNG-f99bb66775a23a18fcd07d6c6581885c.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Fortune.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFortune.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Fortune.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFortune.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Fortune.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFortune.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Fortune.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFortune.png.import index d96adc27..a1c211d5 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Fortune.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignFortune.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dunse3l183ahu" -path.bptc="res://.godot/imported/Fortune.png-08c59271eb89fa891126acdbef33d3b8.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignFortune.png-988f31b9f70b73be72093ceee1e22bed.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Fortune.png" -dest_files=["res://.godot/imported/Fortune.png-08c59271eb89fa891126acdbef33d3b8.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignFortune.png" +dest_files=["res://.godot/imported/SpellSignFortune.png-988f31b9f70b73be72093ceee1e22bed.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Knowledge.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignKnowledge.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Knowledge.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignKnowledge.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Knowledge.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignKnowledge.png.import similarity index 68% rename from Zennysoft.Game.Ma/src/items/effect/textures/Knowledge.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignKnowledge.png.import index 15cbf97d..1ed1ec1a 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Knowledge.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignKnowledge.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0q7825q8twm5" -path.bptc="res://.godot/imported/Knowledge.png-df3b275e9b18229ae4c5cb77fa563337.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignKnowledge.png-eff980a2e9f19567635f8bf9cbbeab04.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Knowledge.png" -dest_files=["res://.godot/imported/Knowledge.png-df3b275e9b18229ae4c5cb77fa563337.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignKnowledge.png" +dest_files=["res://.godot/imported/SpellSignKnowledge.png-eff980a2e9f19567635f8bf9cbbeab04.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll17.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignMetallicReducer.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll17.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignMetallicReducer.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll17.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignMetallicReducer.png.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/effect/textures/Scroll17.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignMetallicReducer.png.import index 09187e18..f6a1c6b8 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Scroll17.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignMetallicReducer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bamulmtkrsfrj" -path.bptc="res://.godot/imported/Scroll17.png-d2128ac389b3407116f47e181b8422f3.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignMetallicReducer.png-56c1462d4b7c1d49e258ab344b948c96.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Scroll17.png" -dest_files=["res://.godot/imported/Scroll17.png-d2128ac389b3407116f47e181b8422f3.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignMetallicReducer.png" +dest_files=["res://.godot/imported/SpellSignMetallicReducer.png-56c1462d4b7c1d49e258ab344b948c96.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Grudge.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignRoadOfMisfortune.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Grudge.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignRoadOfMisfortune.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Grudge.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignRoadOfMisfortune.PNG.import similarity index 66% rename from Zennysoft.Game.Ma/src/items/effect/textures/Grudge.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignRoadOfMisfortune.PNG.import index 29004932..32f57b7c 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Grudge.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignRoadOfMisfortune.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddw0tkd6bt1rx" -path.bptc="res://.godot/imported/Grudge.PNG-19cb027f42cbc955ddb2ca3fc37c7c0b.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignRoadOfMisfortune.PNG-88d40f2c23db349107a2109e9cb57c82.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Grudge.PNG" -dest_files=["res://.godot/imported/Grudge.PNG-19cb027f42cbc955ddb2ca3fc37c7c0b.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignRoadOfMisfortune.PNG" +dest_files=["res://.godot/imported/SpellSignRoadOfMisfortune.PNG-88d40f2c23db349107a2109e9cb57c82.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Clone.png b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Clone.png rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Clone.png.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png.import similarity index 64% rename from Zennysoft.Game.Ma/src/items/effect/textures/Clone.png.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png.import index 2b43b57c..fc075ab2 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Clone.png.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c51domle5mjck" -path.bptc="res://.godot/imported/Clone.png-607cfd265d1dc655bc73d7ca016ae344.bptc.ctex" +path.bptc="res://.godot/imported/SpellSignSomaticCellNuclearTransfer.png-535a0d767c69a04cc7fdb930e2334424.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Clone.png" -dest_files=["res://.godot/imported/Clone.png-607cfd265d1dc655bc73d7ca016ae344.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellSignSomaticCellNuclearTransfer.png" +dest_files=["res://.godot/imported/SpellSignSomaticCellNuclearTransfer.png-535a0d767c69a04cc7fdb930e2334424.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG deleted file mode 100644 index cb308520..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG.import deleted file mode 100644 index cd6431ce..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Clone.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cjma4goflkwim" -path.bptc="res://.godot/imported/Spellsign; Clone.png-a6438126508b4ed45452856f4294a0a4.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Spellsign; Clone.png" -dest_files=["res://.godot/imported/Spellsign; Clone.png-a6438126508b4ed45452856f4294a0a4.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG deleted file mode 100644 index 0919dcfa..00000000 Binary files a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG.import deleted file mode 100644 index a1605baf..00000000 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Spellsign; Reprieval Wave.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://5w5hgs6gm032" -path.bptc="res://.godot/imported/Spellsign; Reprieval Wave.png-01265b4b6c96fd5ddf76b102d919cba1.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/effect/textures/Spellsign; Reprieval Wave.png" -dest_files=["res://.godot/imported/Spellsign; Reprieval Wave.png-01265b4b6c96fd5ddf76b102d919cba1.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Meltical Wave.PNG b/Zennysoft.Game.Ma/src/items/effect/textures/SpellsignMeltical Wave.PNG similarity index 100% rename from Zennysoft.Game.Ma/src/items/effect/textures/Meltical Wave.PNG rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellsignMeltical Wave.PNG diff --git a/Zennysoft.Game.Ma/src/items/effect/textures/Meltical Wave.PNG.import b/Zennysoft.Game.Ma/src/items/effect/textures/SpellsignMeltical Wave.PNG.import similarity index 67% rename from Zennysoft.Game.Ma/src/items/effect/textures/Meltical Wave.PNG.import rename to Zennysoft.Game.Ma/src/items/effect/textures/SpellsignMeltical Wave.PNG.import index 2db02492..80d04cba 100644 --- a/Zennysoft.Game.Ma/src/items/effect/textures/Meltical Wave.PNG.import +++ b/Zennysoft.Game.Ma/src/items/effect/textures/SpellsignMeltical Wave.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ri5h1p4e10gl" -path.bptc="res://.godot/imported/Meltical Wave.PNG-f85936140cdddfa9b25788b5abd866e2.bptc.ctex" +path.bptc="res://.godot/imported/SpellsignMeltical Wave.PNG-dbeca4fd9ebca61049b3a63c56352b90.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/effect/textures/Meltical Wave.PNG" -dest_files=["res://.godot/imported/Meltical Wave.PNG-f85936140cdddfa9b25788b5abd866e2.bptc.ctex"] +source_file="res://src/items/effect/textures/SpellsignMeltical Wave.PNG" +dest_files=["res://.godot/imported/SpellsignMeltical Wave.PNG-dbeca4fd9ebca61049b3a63c56352b90.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres index 492b0bd9..78759236 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/AnabolicJewel.tres @@ -7,7 +7,11 @@ script = ExtResource("1_6xlbl") JewelTag = 2 Name = "Anabolic Jewel" -Description = "" +StatDescription = "" +FlavorText = "A jewel prized for it's beneficial properties. +Beloved by those who neglect their physical health in day to day life. + +When attached to equipment; increases HP Recovery Speed" SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres index a9ead8e6..44fdbb40 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/BlackEgg.tres @@ -9,7 +9,9 @@ JewelTag = 15 Name = "Black Egg" StatDescription = "Augment Increases ATK, DEF, and Luck." -FlavorText = "" +FlavorText = "A royal stone that grants a way of life aloft with power. + +When attached to equipment; increases ATK, DEF and LUCK." SpawnRate = 0.02 BonusAttack = 3 BonusDefense = 3 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres index 25182d91..b49c1072 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/CatsEye.tres @@ -9,7 +9,10 @@ JewelTag = 16 Name = "Cat's Eye" StatDescription = "Augment Drastically increases Luck." -FlavorText = "" +FlavorText = "Many types of beings find their way to the Tower beyond just humans and their successors. +The youngest cousin always delighted in the opportunity to share in beast-like forms as he appeared to them in aid. + +When attached to equipment; dramatically improves LUCK" SpawnRate = 0.01 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres index d8254475..cc12d6fe 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/CinnabarStructure.tres @@ -10,7 +10,12 @@ Name = "Cinnabar Structure" StatDescription = "Augment Increases VT consumption rate. Chance of granting Rust." -FlavorText = "" +FlavorText = "When a soul comes to it's final state of purification, much has been burned away in the span of it's millenia long journey. +Those sins, virtues and characteristics all find their way to divine craftsmen as cosmic material ripe for manifestation. + +When attached to a Weapon; Hastens VT drain and adds or improves Rust capabilities. + +When attached to armor or mask; Hastens VT drain and improves Rust capabilities" SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/AeolicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/EolicJewel.tres similarity index 65% rename from Zennysoft.Game.Ma/src/items/jewels/resources/AeolicJewel.tres rename to Zennysoft.Game.Ma/src/items/jewels/resources/EolicJewel.tres index b8a206be..dd45f05e 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/AeolicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/EolicJewel.tres @@ -1,16 +1,19 @@ [gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://bxen2ertkxmwo"] -[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_p3ar8"] -[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_u0a3e"] +[ext_resource type="Texture2D" uid="uid://cg2f2mf3bpf06" path="res://src/items/jewels/texture/Aeollic Jewel.png" id="1_5wuok"] +[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="2_tx4nr"] [resource] -script = ExtResource("1_u0a3e") +script = ExtResource("2_tx4nr") JewelTag = 1 -Name = "Aeolic Jewel" +Name = "Eolic Jewel" StatDescription = "Augment Weapon: Weapon type becomes Aeolic. Armor/Accessory: Increases Aeolic resistance." -FlavorText = "" +FlavorText = "A jewel that swirls with verdant energy. + +When attached to a weapon; bestows Eolic properties. +When attached to armor or mask; grants Resistance to Eolic damage." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 @@ -27,5 +30,5 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_p3ar8") +Texture = ExtResource("1_5wuok") metadata/_custom_type_script = "uid://btikba31yb0tl" diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres index edb2fc43..74b162a7 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/FoolishOrb.tres @@ -9,7 +9,9 @@ JewelTag = 4 Name = "Foolish Orb" StatDescription = "Augment Decreases EXP gain rate." -FlavorText = "" +FlavorText = "Most tend to agree that making your own life harder is an unwise course of action. Nevertheless, the souls of those who do just that coalesce over millennia into these nuisances. + +Lowers XP gained." SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres index 14de6a2f..8b8f71e8 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/GlueOrb.tres @@ -9,7 +9,10 @@ JewelTag = 5 Name = "Glue Orb" StatDescription = "Augment Prevents augmented item from being unequipped." -FlavorText = "" +FlavorText = "At first glance, seemingly an article of misfortune. +Such a manifestation of character must be in mockery of those deemed clingy. + +When attached to equipment; prevents item from being unequipped." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres index a35b021a..ae9aba99 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/HeirloomStone.tres @@ -9,7 +9,10 @@ JewelTag = 6 Name = "Heirloom Stone" StatDescription = "Augment Sends item to the surface." -FlavorText = "" +FlavorText = "Each of these jewels required a truly selfless soul to manifest. +The Tower pierces through all posturing and delusion to reveal the truth of one's intent. + +When attached to equipment; sends the item to the surface upon death." SpawnRate = 0.05 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres index 30645048..30d822c2 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/HydricJewel.tres @@ -10,7 +10,10 @@ Name = "Hydric Jewel" StatDescription = "Augment Weapon: Weapon type becomes Hydric. Armor/Accessory: Increases Hydric resistance." -FlavorText = "" +FlavorText = "A deepy and stormy jewel, cold to the touch. + +When attached to a weapon; bestows Hydric properties. +When attached to armor or mask; grants Resistance to Hydric damage." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres index 3db6eb04..7a8a5866 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres @@ -10,7 +10,10 @@ Name = "Igneous Jewel" StatDescription = "Augment Weapon: Weapon type becomes Igneous. Armor/Accessory: Increases Igneous resistance." -FlavorText = "" +FlavorText = "A jewel that burns bright and reflects ambition in it's depths. + +When attached to a weapon; bestows Igneous properties. +When attached to armor or mask; grants Resistance to Igneous damage." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres index 303ae17a..cbdac399 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MeditativeOrb.tres @@ -9,7 +9,11 @@ JewelTag = 9 Name = "Meditative Stone" StatDescription = "Augment Increases EXP gain rate." -FlavorText = "" +FlavorText = "An orb that promotes focus and flow. +Some take to the laws of the Tower quicker than others, +but one's own speed is perfectly okay. After all, eternity can wait. + +When attached to equipment; increases XP gain." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres index 672da3b4..a998bb11 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MercuryPrism.tres @@ -10,7 +10,12 @@ Name = "Mercury Prism" StatDescription = "Augment Slows HP recovery rate. Chance of granting Rust." -FlavorText = "" +FlavorText = "A highly toxic substance encased in a masterfully crafted prism. +What sort of soul manifests such a gem? + +When attached to a weapon; adds or improves the ability to inflict Rust while also lowering HP recovery speed. + +When attached to other equipment; improves the ability to inflict Rust while also lowering HP recovery speed." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres index e98f7b0c..698e35a3 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/MetabolicJewel.tres @@ -9,7 +9,10 @@ JewelTag = 11 Name = "Metabolic Jewel" StatDescription = "Augment Slows VT reduction rate." -FlavorText = "" +FlavorText = "A jewel that boosts one's energy capabilities. +Draws ire and judgement from those who worked hard for their physical well being. + +When attached to equipment; slows VT drain." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres index 85883f33..bf2e53f1 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/OssifiedCortex.tres @@ -9,7 +9,11 @@ JewelTag = 12 Name = "Ossified Cortex" StatDescription = "Augment Automatically identifies all items." -FlavorText = "" +FlavorText = "The Tower will at times ignite obsession in certain individuals, who fall in love with it's contents and revel in it's minutia. As expression fell victim to decay in the outside world, many lived out their whole lives yearning for beauty that never found them. Here, it becomes overwhelming. + +Much to the chagrin of her peers, Proscenium often felt a kinship with such maniacs and still on occasion grants them favor. + +When attached to equipment; automatically identifies held items." SpawnRate = 0.08 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres index 11601d5c..94e4fbee 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/RejectionStone.tres @@ -10,7 +10,10 @@ Name = "Rejection Stone" StatDescription = "Augment Revives the user once. Breaks augmented item after use." -FlavorText = "" +FlavorText = "A rare stone solidified from the souls of those who cling most lovingly to life. +What is a second chance in the face of several billion years? + +When attached to equipment; prevents the user from death once." SpawnRate = 0.003 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres index 8fb5d3c2..6878af28 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/TarnishedJewel.tres @@ -9,7 +9,10 @@ JewelTag = 0 Name = "Tarnished Jewel" StatDescription = "Augment No effect." -FlavorText = "" +FlavorText = "A useless jewel, exhausted of its power. +Confers no benefits in attachment but, nevertheless, such an act is permitted. + +Barring that, hurl in the direction of someone who lacks your favor." SpawnRate = 0.25 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres b/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres index 69cd4e00..5f3510f2 100644 --- a/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres +++ b/Zennysoft.Game.Ma/src/items/jewels/resources/TelluricJewel.tres @@ -10,7 +10,10 @@ Name = "Telluric Jewel" StatDescription = "Augment Weapon: Weapon type becomes Telluric. Armor/Accessory: Increases Telluric resistance." -FlavorText = "" +FlavorText = "A heavy and sturdy jewel that grounds one's cognition. + +When attached to a weapon; bestows Telleric properties. +When attached to armor or mask; grants Resistance to Telleric damage." SpawnRate = 0.15 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/special/textures/flower1.png b/Zennysoft.Game.Ma/src/items/special/textures/flower1.png deleted file mode 100644 index 92e52fd7..00000000 Binary files a/Zennysoft.Game.Ma/src/items/special/textures/flower1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/special/textures/flower1.png.import b/Zennysoft.Game.Ma/src/items/special/textures/flower1.png.import deleted file mode 100644 index 9ff40cb7..00000000 --- a/Zennysoft.Game.Ma/src/items/special/textures/flower1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://k1rc7100dn2c" -path.bptc="res://.godot/imported/flower1.png-c2a35508c729e570b24f2240e2a44adc.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/special/textures/flower1.png" -dest_files=["res://.godot/imported/flower1.png-c2a35508c729e570b24f2240e2a44adc.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png b/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png deleted file mode 100644 index 020a40ca..00000000 Binary files a/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png.import b/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png.import deleted file mode 100644 index f7acd79c..00000000 --- a/Zennysoft.Game.Ma/src/items/special/textures/keystaff1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djs8nlhh212p3" -path.bptc="res://.godot/imported/keystaff1.png-1f3da0c0804fa3d75d51c901739d674f.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/special/textures/keystaff1.png" -dest_files=["res://.godot/imported/keystaff1.png-1f3da0c0804fa3d75d51c901739d674f.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceAeolic.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceAeolic.tres deleted file mode 100644 index ca777cbf..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceAeolic.tres +++ /dev/null @@ -1,33 +0,0 @@ -[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"] - -[ext_resource type="Texture2D" uid="uid://rfxc185x4vij" path="res://src/items/throwable/textures/Green Dice.png" id="1_6iufs"] -[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_pxcw1"] - -[resource] -script = ExtResource("2_pxcw1") -HealHPAmount = 10 -HealVTAmount = 5 -ElementType = 1 -UsableItemTag = 0 -MinimumCount = 1 -MaximumCount = 8 -Name = "Geomantic Dice - Aeolic" -StatDescription = "Throw to deal minor Aeolic damage to enemy." -FlavorText = "" -SpawnRate = 0.2 -BonusAttack = 0 -BonusDefense = 0 -BonusLuck = 0.05 -BonusHP = 0 -BonusVT = 0 -AeolicResistance = 0 -TelluricResistance = 0 -HydricResistance = 0 -IgneousResistance = 0 -FerrumResistance = 0 -HolyResistance = 0 -CurseResistance = 0 -ThrowSpeed = 20.0 -ThrowDamage = 20 -ItemTag = 0 -Texture = ExtResource("1_6iufs") diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceEolic.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceEolic.tres new file mode 100644 index 00000000..de9fcbd9 --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceEolic.tres @@ -0,0 +1,35 @@ +[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"] + +[ext_resource type="Texture2D" uid="uid://b0u4l0db0x0t8" path="res://src/items/throwable/textures/EolicDice.png" id="1_2d36e"] +[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_m6pbc"] + +[resource] +script = ExtResource("2_m6pbc") +HealHPAmount = 10 +HealVTAmount = 5 +ElementType = 1 +UsableItemTag = 0 +MinimumCount = 1 +MaximumCount = 9 +Name = "Geomantic Dice - Eolic" +StatDescription = "Throw to deal minor Eolic damage to enemy." +FlavorText = "Geomantic dice set to the Eolic configuration. + +For the uninitiated in the arts; perhaps the best practice is to hurl it at one's enemies with enough force to hopefully shatter the delicate tool and manifest a robust elemental reaction." +SpawnRate = 0.2 +BonusAttack = 0 +BonusDefense = 0 +BonusLuck = 0.05 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 20.0 +ThrowDamage = 20 +ItemTag = 0 +Texture = ExtResource("1_2d36e") diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceFerrum.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceFerrum.tres index a4166135..a02bf9ba 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceFerrum.tres +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceFerrum.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b30lp2hl3t77j"] -[ext_resource type="Texture2D" uid="uid://cvslwrchs47uv" path="res://src/items/throwable/textures/Metal Dice.png" id="1_vlu0r"] +[ext_resource type="Texture2D" uid="uid://gem5qry1uomt" path="res://src/items/throwable/textures/Ferrum Dice.png" id="1_vlu0r"] [ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_h1kw5"] [resource] @@ -10,10 +10,12 @@ HealVTAmount = 5 ElementType = 5 UsableItemTag = 0 MinimumCount = 1 -MaximumCount = 8 +MaximumCount = 9 Name = "Geomantic Dice - Ferrum" StatDescription = "Throw to deal minor Aeolic damage to enemy." -FlavorText = "" +FlavorText = "Geomantic dice set to the Ferrum configuration. + +For the uninitiated in the arts; perhaps the best practice is to hurl it at one's enemies with enough force to hopefully shatter the delicate tool and manifest a robust elemental reaction." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceHydric.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceHydric.tres index d9754e75..0fa47570 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceHydric.tres +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceHydric.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bph8c6by4s047"] -[ext_resource type="Texture2D" uid="uid://b4oiwiv05txfw" path="res://src/items/throwable/textures/Blue Dice.png" id="1_rgguw"] +[ext_resource type="Texture2D" uid="uid://dwkobi30vruey" path="res://src/items/throwable/textures/Hydric Dice.png" id="1_rgguw"] [ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_5fgvy"] [resource] @@ -10,10 +10,12 @@ HealVTAmount = 5 ElementType = 3 UsableItemTag = 0 MinimumCount = 1 -MaximumCount = 8 +MaximumCount = 9 Name = "Geomantic Dice - Hydric" StatDescription = "Throw to deal minor Aeolic damage to enemy." -FlavorText = "" +FlavorText = "Geomantic dice set to the Hydric configuration. + +For the uninitiated in the arts; perhaps the best practice is to hurl it at one's enemies with enough force to hopefully shatter the delicate tool and manifest a robust elemental reaction." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceIgneous.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceIgneous.tres index e13556de..ba02227b 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceIgneous.tres +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceIgneous.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://qhfnkvdik7cc"] -[ext_resource type="Texture2D" uid="uid://d2melu3c565hm" path="res://src/items/throwable/textures/Red Dice.png" id="1_cl58l"] +[ext_resource type="Texture2D" uid="uid://dap4662qtvx7m" path="res://src/items/throwable/textures/Igneous Dice.png" id="1_cl58l"] [ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_4yg0l"] [resource] @@ -10,10 +10,12 @@ HealVTAmount = 5 ElementType = 4 UsableItemTag = 0 MinimumCount = 1 -MaximumCount = 8 +MaximumCount = 9 Name = "Geomantic Dice - Igneous" StatDescription = "Throw to deal minor Aeolic damage to enemy." -FlavorText = "" +FlavorText = "Geomantic dice set to the Igneous configuration. + +For the uninitiated in the arts; perhaps the best practice is to hurl it at one's enemies with enough force to hopefully shatter the delicate tool and manifest a robust elemental reaction." SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceTelluric.tres b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceTelluric.tres index a862b0eb..a8e1d250 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceTelluric.tres +++ b/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceTelluric.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bfsc6crpsqkp2"] -[ext_resource type="Texture2D" uid="uid://vlnwkaxxxmtl" path="res://src/items/throwable/textures/yellowd.png" id="1_6blos"] +[ext_resource type="Texture2D" uid="uid://cvqe481rvusu6" path="res://src/items/throwable/textures/TelluricDice.png" id="1_6blos"] [ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_8p6as"] [resource] @@ -10,10 +10,14 @@ HealVTAmount = 5 ElementType = 2 UsableItemTag = 0 MinimumCount = 1 -MaximumCount = 8 +MaximumCount = 9 Name = "Geomantic Dice - Telluric" StatDescription = "Throw to deal minor Aeolic damage to enemy." -FlavorText = "" +FlavorText = "Geomantic dice set to the Telluric configuration. + +For the uninitiated in the arts; perhaps the best practice is to hurl it at one's enemies with enough force to hopefully shatter the delicate tool and manifest a robust elemental reaction. + +" SpawnRate = 0.2 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png deleted file mode 100644 index 3c61bde4..00000000 Binary files a/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png.import deleted file mode 100644 index 5e1a4ef5..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Blue Dice.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4oiwiv05txfw" -path.bptc="res://.godot/imported/Blue Dice.png-28fbe42bb8e94ab92601d91cdeabab51.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/throwable/textures/Blue Dice.png" -dest_files=["res://.godot/imported/Blue Dice.png-28fbe42bb8e94ab92601d91cdeabab51.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=false -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Green Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/EolicDice.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/throwable/textures/Green Dice.png rename to Zennysoft.Game.Ma/src/items/throwable/textures/EolicDice.png diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/EolicDice.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png.import rename to Zennysoft.Game.Ma/src/items/throwable/textures/EolicDice.png.import index 15c0e927..8f84dc66 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png.import +++ b/Zennysoft.Game.Ma/src/items/throwable/textures/EolicDice.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0u4l0db0x0t8" -path.bptc="res://.godot/imported/Telleric Dice.png-42993f105d330d1199abc538b993ef7d.bptc.ctex" +path.bptc="res://.godot/imported/EolicDice.png-36dd6467db624d0059f5a8ff5d220822.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/throwable/textures/Telleric Dice.png" -dest_files=["res://.godot/imported/Telleric Dice.png-42993f105d330d1199abc538b993ef7d.bptc.ctex"] +source_file="res://src/items/throwable/textures/EolicDice.png" +dest_files=["res://.godot/imported/EolicDice.png-36dd6467db624d0059f5a8ff5d220822.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Green Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/Green Dice.png.import deleted file mode 100644 index d7d6cfa6..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Green Dice.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://rfxc185x4vij" -path.bptc="res://.godot/imported/Green Dice.png-3fcf052aed4ec74f958af485ba42f7b6.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/throwable/textures/Green Dice.png" -dest_files=["res://.godot/imported/Green Dice.png-3fcf052aed4ec74f958af485ba42f7b6.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=false -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png deleted file mode 100644 index 45302555..00000000 Binary files a/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png.import deleted file mode 100644 index a898b6b5..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Metal Dice.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvslwrchs47uv" -path.bptc="res://.godot/imported/Metal Dice.png-1f2be792001928c929f6abf4ba8095fe.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/throwable/textures/Metal Dice.png" -dest_files=["res://.godot/imported/Metal Dice.png-1f2be792001928c929f6abf4ba8095fe.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=false -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png deleted file mode 100644 index 95c643a5..00000000 Binary files a/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png.import deleted file mode 100644 index 8cd167b1..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Red Dice.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2melu3c565hm" -path.bptc="res://.godot/imported/Red Dice.png-2e98a10b46ac714656739575a3b19093.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/throwable/textures/Red Dice.png" -dest_files=["res://.godot/imported/Red Dice.png-2e98a10b46ac714656739575a3b19093.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=false -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png deleted file mode 100644 index ba11a08c..00000000 Binary files a/Zennysoft.Game.Ma/src/items/throwable/textures/Telleric Dice.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Earth Dice.png b/Zennysoft.Game.Ma/src/items/throwable/textures/TelluricDice.png similarity index 100% rename from Zennysoft.Game.Ma/src/items/throwable/textures/Earth Dice.png rename to Zennysoft.Game.Ma/src/items/throwable/textures/TelluricDice.png diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/Earth Dice.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/TelluricDice.png.import similarity index 69% rename from Zennysoft.Game.Ma/src/items/throwable/textures/Earth Dice.png.import rename to Zennysoft.Game.Ma/src/items/throwable/textures/TelluricDice.png.import index 83e76c84..08169f81 100644 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/Earth Dice.png.import +++ b/Zennysoft.Game.Ma/src/items/throwable/textures/TelluricDice.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvqe481rvusu6" -path.bptc="res://.godot/imported/Earth Dice.png-9ede20f812a35acd15c8b4df1a649067.bptc.ctex" +path.bptc="res://.godot/imported/TelluricDice.png-3617705506ef81a4311c3dd4928a647c.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/throwable/textures/Earth Dice.png" -dest_files=["res://.godot/imported/Earth Dice.png-9ede20f812a35acd15c8b4df1a649067.bptc.ctex"] +source_file="res://src/items/throwable/textures/TelluricDice.png" +dest_files=["res://.godot/imported/TelluricDice.png-3617705506ef81a4311c3dd4928a647c.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png b/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png deleted file mode 100644 index 6d23285c..00000000 Binary files a/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png.import b/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png.import deleted file mode 100644 index df05a4e9..00000000 --- a/Zennysoft.Game.Ma/src/items/throwable/textures/yellowd.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vlnwkaxxxmtl" -path.bptc="res://.godot/imported/yellowd.png-fced8fc79ba0326c7a5710936d8616bc.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/throwable/textures/yellowd.png" -dest_files=["res://.godot/imported/yellowd.png-fced8fc79ba0326c7a5710936d8616bc.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=false -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Cello.tres similarity index 61% rename from Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/Cello.tres index 66e6d32a..9282047d 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Ciello.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Cello.tres @@ -1,19 +1,21 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cln4tbuj6lj7q"] -[ext_resource type="Texture2D" uid="uid://xyygesrxmvcr" path="res://src/items/weapons/textures/Cello.png" id="1_jiewn"] -[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_tps6s"] +[ext_resource type="Texture2D" uid="uid://xyygesrxmvcr" path="res://src/items/weapons/textures/Cello.png" id="1_ji58v"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_ld4gv"] [resource] -script = ExtResource("2_tps6s") +script = ExtResource("2_ld4gv") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 -Name = "Ciello" -Description = "" +Name = "Cello" +StatDescription = "" +FlavorText = "A bouquet of sacramental daggers. +Requires equal measures of skill and contempt to wield effectively." SpawnRate = 0.05 -BonusAttack = 4 +BonusAttack = 6 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 @@ -28,4 +30,4 @@ CurseResistance = 0 ThrowSpeed = 20.0 ThrowDamage = 25 ItemTag = 0 -Texture = ExtResource("1_jiewn") +Texture = ExtResource("1_ji58v") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/CruciformSword.tres similarity index 77% rename from Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/CruciformSword.tres index eacd70fa..8749b843 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/CrossSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/CruciformSword.tres @@ -1,20 +1,20 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://cw8bo8i4nffkr"] -[ext_resource type="Texture2D" uid="uid://bero0tm055ppq" path="res://src/items/weapons/textures/Cross Sword.png" id="1_67ij4"] -[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_2wyxp"] +[ext_resource type="Texture2D" uid="uid://bero0tm055ppq" path="res://src/items/weapons/textures/Cross Sword.png" id="1_ygt7u"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_i1xfb"] [resource] -script = ExtResource("2_2wyxp") +script = ExtResource("2_i1xfb") AttackSpeed = 1.0 WeaponElement = 6 WeaponTag = 0 SelfDamage = 0 -SoundEffect = 23 +SoundEffect = 24 Name = "Cruciform Sword" StatDescription = "Element: Holy" FlavorText = "Wielded by the heroine of a convent from the late 176th Century." SpawnRate = 0.02 -BonusAttack = 9 +BonusAttack = 10 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 @@ -29,4 +29,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_67ij4") +Texture = ExtResource("1_ygt7u") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres index 0cb10ebb..4982a2da 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Dilemma.tres @@ -6,13 +6,16 @@ [resource] script = ExtResource("2_ese65") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 1 SelfDamage = 0 SoundEffect = 24 Name = "Dilemma" StatDescription = "Damages user upon swing." -FlavorText = "" +FlavorText = "A cursed weapon that feasts upon the user's inner world as purchase for deadly power. +What can one surmise about those who would mutilate their very souls in the pursuit of atonement? + +Damages the wielder upon every swing." SpawnRate = 0.1 BonusAttack = 15 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres index 3434ccb3..075dacb7 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/GeomanticReactor.tres @@ -11,7 +11,12 @@ WeaponTag = 11 SelfDamage = 0 SoundEffect = 23 Name = "Geomantic Reactor" -Description = "" +StatDescription = "" +FlavorText = "Standard armament of holy ecologists dispatched to the tower four thousand years ago. +Utilizes a variety of powerful geomantic casting-shells to command elemental violence. + +As it is useless when empty, flinging it at those deserving of ire is always an option. +Though, one may come to regret destroying such a rare artifact." SpawnRate = 0.03 BonusAttack = 15 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Grudge Blade.tres similarity index 55% rename from Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/Grudge Blade.tres index ff631ecd..2dc18b32 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/BlackPlumeSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Grudge Blade.tres @@ -1,20 +1,21 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bo186s7co0ve6"] -[ext_resource type="Texture2D" uid="uid://dofhlfggoxqpb" path="res://src/items/weapons/textures/Black Plume Blade.png" id="1_mji5e"] -[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_yrbai"] +[ext_resource type="Texture2D" uid="uid://bvhowkkt30cde" path="res://src/items/weapons/textures/Grudge Blade.png" id="1_adch6"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_w1xqe"] [resource] -script = ExtResource("2_yrbai") +script = ExtResource("2_w1xqe") AttackSpeed = 1.0 WeaponElement = 7 WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 -Name = "Black Plume Sword" +Name = "Grudge Blade" StatDescription = "Element: Curse" -FlavorText = "A profane blade to vanquish the sacred." +FlavorText = "Profane blades used to terminate the sacred. +A weapon remembers every life it has taken; some with regret, some with glee and, most often, others with rage." SpawnRate = 0.05 -BonusAttack = 8 +BonusAttack = 6 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 @@ -29,4 +30,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_mji5e") +Texture = ExtResource("1_adch6") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres index edffd66f..44cf3802 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/HopesEdge.tres @@ -6,13 +6,15 @@ [resource] script = ExtResource("3_34krx") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 5 SelfDamage = 0 SoundEffect = 23 Name = "Last Reward" StatDescription = "Grows more powerful at lower HP." -FlavorText = "" +FlavorText = "A sword that blossoms during moments of desperation and pain. Pragmatism ill serves to obscure one's sorrow. + +The lower the HP of the user, the stronger the blade becomes." SpawnRate = 0.025 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres index de6674a5..032f26fa 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/HuracansBlade.tres @@ -11,9 +11,11 @@ WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Huracán's Blade" -Description = "" +StatDescription = "" +FlavorText = "Flame-bound armament of a forgotten deity. +In truth, the igneous element was only a tertiary domain of Huracán." SpawnRate = 0.08 -BonusAttack = 7 +BonusAttack = 8 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/IroncladNata.tres similarity index 52% rename from Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/IroncladNata.tres index 238fcf7c..3076a14a 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Rondo.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/IroncladNata.tres @@ -1,19 +1,22 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://gebgo2x6nr3t"] -[ext_resource type="Texture2D" uid="uid://8irf40kaj5bd" path="res://src/items/weapons/textures/RONDO.PNG" id="1_pi816"] -[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_xfb0x"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_gb40b"] + +[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_4jovb"] +load_path = "res://.godot/imported/RONDO.PNG-77b50e9afaf9eb46f5672e079a5f50bf.bptc.ctex" [resource] -script = ExtResource("1_xfb0x") +script = ExtResource("2_gb40b") AttackSpeed = 1.333 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 -SoundEffect = 23 -Name = "Rondo" -Description = "" +SoundEffect = 24 +Name = "Ironclad Nata" +StatDescription = "" +FlavorText = "A broad edged hatchet useful for rural excavation." SpawnRate = 0.01 -BonusAttack = 6 +BonusAttack = 5 BonusDefense = 0 BonusLuck = 0.05 BonusHP = 0 @@ -28,4 +31,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_pi816") +Texture = SubResource("CompressedTexture2D_4jovb") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres similarity index 100% rename from Zennysoft.Game.Ma/src/items/weapons/resources/Katara.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/Kathari.tres diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres index 94e90896..a5869f16 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Kubel.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://db075qhmlmrcu"] -[ext_resource type="Texture2D" uid="uid://c4m6m3pv8704k" path="res://src/items/weapons/textures/kubel.png" id="1_gulxx"] +[ext_resource type="Texture2D" uid="uid://c4m6m3pv8704k" path="res://src/items/weapons/textures/KUBEL.PNG" id="1_gulxx"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_kbje7"] [resource] @@ -11,11 +11,12 @@ WeaponTag = 0 SelfDamage = 0 SoundEffect = 24 Name = "Kubel" -StatDescription = "Increases DEF by 3. -Element: Ferrum" -FlavorText = "A massive weapon that protects oneself against larger foes." +StatDescription = "" +FlavorText = "A massive weapon to protect oneself against larger foes. + +Raises DEF." SpawnRate = 0.01 -BonusAttack = 9 +BonusAttack = 6 BonusDefense = 3 BonusLuck = 0 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres index ff5bee42..ad8cdfc5 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/LoveJudgement.tres @@ -6,10 +6,10 @@ [resource] script = ExtResource("1_vroib") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 -SoundEffect = 23 +SoundEffect = 24 Name = "Love Judgement" StatDescription = "" FlavorText = "A mace only wieldable by the stout of heart." diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres index c77bd007..0640dbcd 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/MothersSpear.tres @@ -11,7 +11,10 @@ WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Mother's Spear" -Description = "" +StatDescription = "" +FlavorText = "\"Earth, When I am about to Die, I Lean on you. Earth, While I am Alive, I Depend on You.\" + +Well balanced spear that channels Telluric power." SpawnRate = 0.01 BonusAttack = 7 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres index 16e60ff8..2bd23eda 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/NaddahaSword.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://4vyouoteg86x"] -[ext_resource type="Texture2D" uid="uid://cqnxgh1wsfo06" path="res://src/items/weapons/textures/watersword.png" id="1_4n8qe"] +[ext_resource type="Texture2D" uid="uid://b6e5rk06ifgee" path="res://src/items/weapons/textures/water sword.png" id="1_4n8qe"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_js8jr"] [resource] @@ -11,8 +11,9 @@ WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Naddaha Sword" -StatDescription = "Element: Hydric" -FlavorText = "" +StatDescription = "" +FlavorText = "A spirit blade used in aquatic executions. +Those judged guilty were lured to the river with nostalgic melodies and never seen again." SpawnRate = 0.01 BonusAttack = 7 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres index b94e5626..a706fc3e 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/NebulaChain.tres @@ -6,13 +6,15 @@ [resource] script = ExtResource("2_4aje4") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 8 WeaponTag = 2 SelfDamage = 0 SoundEffect = 23 Name = "Nebula Chain" -StatDescription = "Ignores elemental resistance." -FlavorText = "Chain whip that strikes through time and dimension." +StatDescription = "" +FlavorText = "Chain whip that strikes through space and dimension. + +Ignores all affinities of the user and others." SpawnRate = 0.01 BonusAttack = 12 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres index f65707bd..aa1db2c3 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Palm of Heaven.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ckj1m4iv4m02r"] -[ext_resource type="Texture2D" uid="uid://bl4xempufmgr5" path="res://src/items/weapons/textures/palm of heaven.png" id="1_hi6xm"] +[ext_resource type="Texture2D" uid="uid://cp7g8r7qw01sv" path="res://src/items/weapons/textures/PALM OF HEAVEN ICON.png" id="1_p5744"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_pwwg7"] [resource] @@ -12,9 +12,10 @@ SelfDamage = 0 SoundEffect = 23 Name = "Palm of Heaven" StatDescription = "Element: All" -FlavorText = "" +FlavorText = "A swift divine strike favored by the enlightened. +Coalesces a quintet of elemental matter in deadly harmony." SpawnRate = 0.01 -BonusAttack = 8 +BonusAttack = 5 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 @@ -29,4 +30,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_hi6xm") +Texture = ExtResource("1_p5744") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres index e5ade145..819e0920 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Persuader.tres @@ -11,7 +11,8 @@ WeaponTag = 12 SelfDamage = 0 SoundEffect = 23 Name = "Persuader" -Description = "" +StatDescription = "" +FlavorText = "A traveler's tool and path of extreme violence." SpawnRate = 0.005 BonusAttack = 0 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres index 820891f1..eac84778 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/PlasmaSword.tres @@ -11,9 +11,12 @@ WeaponTag = 7 SelfDamage = 0 SoundEffect = 25 Name = "Plasma Sword" -Description = "" +StatDescription = "" +FlavorText = "Rare protorelic found within the tower. + +Occasionally disintegrates whatever it strikes." SpawnRate = 0.005 -BonusAttack = 14 +BonusAttack = 15 BonusDefense = 0 BonusLuck = 10 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres index dfd3c6d5..e91b4db7 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/RustedBlade.tres @@ -11,9 +11,11 @@ WeaponTag = 6 SelfDamage = 0 SoundEffect = 23 Name = "Rusted Blade" -StatDescription = "Element: Ferrum -Chance to grant Rust." -FlavorText = "Small chance to give enemy and self a lethal infection." +StatDescription = "" +FlavorText = "An ancient blade, tired and defiant towards erasure. +Molecule by molecule, overtaken by glacial change. + +May inflict Rust." SpawnRate = 0.25 BonusAttack = 1 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres index ae6d8eba..7ed2f238 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/SealedSword.tres @@ -6,14 +6,17 @@ [resource] script = ExtResource("2_3qij2") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Sealed Sword" -Description = "" +StatDescription = "" +FlavorText = "A powerful brane-armament entangled with the current temporal floating point layer of the tower. + +Will break upon ascending to the next floor." SpawnRate = 0.3 -BonusAttack = 2 +BonusAttack = 9 BonusDefense = 0 BonusLuck = 0.05 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres index a3e1d03a..5cacd033 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/ShiningHalberd.tres @@ -6,14 +6,18 @@ [resource] script = ExtResource("2_vrork") AttackSpeed = 0.75 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 8 SelfDamage = 0 SoundEffect = 24 Name = "Shining Halberd" -Description = "" +StatDescription = "" +FlavorText = "Ceremonial halberd wielded by the armed retinue of diplomatic envoys sent to the Tower. +Many were sent, and many perished. + +Not fit for prolonged warfare; the weapon's edge grows duller the more blows are landed." SpawnRate = 0.1 -BonusAttack = 8 +BonusAttack = 15 BonusDefense = 0 BonusLuck = 0 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres index fe54c9c0..f6f1a5ed 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Swan Sword Odette.tres @@ -6,14 +6,18 @@ [resource] script = ExtResource("1_cik6n") AttackSpeed = 1.25 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Swan Sword; Odette" -Description = "" +StatDescription = "" +FlavorText = "The blade of a thousand faced performer; a vessel said to be able to channel the gravitas of infinite tragedies. +Naturally, such oracles of the arts were favored by the guardian of the Tower. + +Improved Critical Hit Chance." SpawnRate = 0.008 -BonusAttack = 10 +BonusAttack = 9 BonusDefense = 0 BonusLuck = 20 BonusHP = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres index ab5cd68a..5515fc62 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Talwar.tres @@ -1,18 +1,19 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://bs01dnjkcmi7a"] -[ext_resource type="Texture2D" uid="uid://cn4pa0i0kfs8d" path="res://src/items/weapons/textures/talwar.png" id="1_8a832"] +[ext_resource type="Texture2D" uid="uid://cn4pa0i0kfs8d" path="res://src/items/weapons/textures/talwar.PNG" id="1_8a832"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_a7ln4"] [resource] script = ExtResource("2_a7ln4") AttackSpeed = 1.0 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 SoundEffect = 23 Name = "Talwar" StatDescription = "" -FlavorText = "" +FlavorText = "A footsoldier's standard curved sabre. +Thousands made their way into the tower in their era, only to inevitably meet a state of ever interrupted rest. Forced into service time and time again ever after." SpawnRate = 0.5 BonusAttack = 3 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/Tepotztli.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Tepotztli.tres new file mode 100644 index 00000000..df7f3036 --- /dev/null +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Tepotztli.tres @@ -0,0 +1,34 @@ +[gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://dat5qnn7lm7g1"] + +[ext_resource type="Texture2D" uid="uid://iuub761qvieb" path="res://src/items/weapons/textures/Tepotztli.png" id="1_mbj8p"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_4j7hp"] + +[resource] +script = ExtResource("2_4j7hp") +AttackSpeed = 1.25 +WeaponElement = 5 +WeaponTag = 0 +SelfDamage = 0 +SoundEffect = 23 +Name = "Tepotztli" +StatDescription = "" +FlavorText = "A simple hand axe that has stood the test of time. + +More effective than usual when thrown." +SpawnRate = 0.3 +BonusAttack = 2 +BonusDefense = 0 +BonusLuck = 0 +BonusHP = 0 +BonusVT = 0 +AeolicResistance = 0 +TelluricResistance = 0 +HydricResistance = 0 +IgneousResistance = 0 +FerrumResistance = 0 +HolyResistance = 0 +CurseResistance = 0 +ThrowSpeed = 12.0 +ThrowDamage = 15 +ItemTag = 0 +Texture = ExtResource("1_mbj8p") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/Xiphos.tres similarity index 55% rename from Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres rename to Zennysoft.Game.Ma/src/items/weapons/resources/Xiphos.tres index cca41c3e..d7db05cc 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/SpadedStaff.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/Xiphos.tres @@ -1,20 +1,21 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://dj6i0em2a3hj8"] -[ext_resource type="Texture2D" uid="uid://yb64ysg6fn08" path="res://src/items/weapons/textures/spaded staff.png" id="1_6tifm"] -[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_w4n0u"] +[ext_resource type="Texture2D" uid="uid://l1ufjiwv75tp" path="res://src/items/weapons/textures/Xiphos.png" id="1_2qdus"] +[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_t3u88"] [resource] -script = ExtResource("2_w4n0u") +script = ExtResource("2_t3u88") AttackSpeed = 0.75 -WeaponElement = 0 +WeaponElement = 5 WeaponTag = 0 SelfDamage = 0 -SoundEffect = 24 -Name = "Spaded Staff" +SoundEffect = 23 +Name = "Xiphos" StatDescription = "Slow." -FlavorText = "" +FlavorText = "A trustworthy blade and product of the advanced metallurgy of its age. +Useful in desynthesis." SpawnRate = 0.25 -BonusAttack = 8 +BonusAttack = 4 BonusDefense = 0 BonusLuck = 0.05 BonusHP = 0 @@ -29,4 +30,4 @@ CurseResistance = 0 ThrowSpeed = 12.0 ThrowDamage = 5 ItemTag = 0 -Texture = ExtResource("1_6tifm") +Texture = ExtResource("1_2qdus") diff --git a/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres b/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres index d3fa67aa..819ef7e5 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres +++ b/Zennysoft.Game.Ma/src/items/weapons/resources/YansaBlade.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://ct656nt1xd6ox"] -[ext_resource type="Texture2D" uid="uid://bnkshsssabl0" path="res://src/items/weapons/textures/Air Sword.png" id="1_lrbyk"] +[ext_resource type="Texture2D" uid="uid://cbvu347qmno31" path="res://src/items/weapons/textures/Yansa Blade (2).png" id="1_lrbyk"] [ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_evbrd"] [resource] @@ -12,7 +12,8 @@ SelfDamage = 0 SoundEffect = 23 Name = "Yansã Blade" StatDescription = "Element: Aeolic" -FlavorText = "" +FlavorText = "A storm weaving weapon of love and anger. +The wrathful blade persists in solidified eternity, yet even mere memories of Yansã's countless welcoming feasts struggle to persist. " SpawnRate = 0.3 BonusAttack = 7 BonusDefense = 0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG b/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG deleted file mode 100644 index 4b5f11a9..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import deleted file mode 100644 index 92e4448a..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/AIRSPEAR.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c3vubxr6rkhc7" -path.bptc="res://.godot/imported/AIRSPEAR.png-5a013ff188dce2f900f909f3e4e16bcb.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/AIRSPEAR.png" -dest_files=["res://.godot/imported/AIRSPEAR.png-5a013ff188dce2f900f909f3e4e16bcb.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png b/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png deleted file mode 100644 index 4a991f3f..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import deleted file mode 100644 index 468732b1..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Air Sword.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnkshsssabl0" -path.bptc="res://.godot/imported/Air Sword.png-ca7a502e27b8da127a7c37aff775628e.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Air Sword.png" -dest_files=["res://.godot/imported/Air Sword.png-ca7a502e27b8da127a7c37aff775628e.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png b/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png deleted file mode 100644 index ace87f0a..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import deleted file mode 100644 index 24375b0f..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Black Plume Blade.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dofhlfggoxqpb" -path.bptc="res://.godot/imported/Black Plume Blade.png-b844ad107222d65f6ceb14584447fc6e.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Black Plume Blade.png" -dest_files=["res://.godot/imported/Black Plume Blade.png-b844ad107222d65f6ceb14584447fc6e.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png b/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png deleted file mode 100644 index a0a70d7f..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import deleted file mode 100644 index f8958153..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Flamesword.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://chye4u8cv21g5" -path.bptc="res://.godot/imported/Flamesword.png-db3676c787096f821c2bc00bc6020b50.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Flamesword.png" -dest_files=["res://.godot/imported/Flamesword.png-db3676c787096f821c2bc00bc6020b50.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png b/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png deleted file mode 100644 index 1cb120f0..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import deleted file mode 100644 index df26468c..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Geomantic Reactor1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://kmo2hkv87ee1" -path.bptc="res://.godot/imported/Geomantic Reactor1.png-aa8e4f4548ba4c79b5261f7228301d1e.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Geomantic Reactor1.png" -dest_files=["res://.godot/imported/Geomantic Reactor1.png-aa8e4f4548ba4c79b5261f7228301d1e.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import index f47030e9..f0e8993d 100644 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import +++ b/Zennysoft.Game.Ma/src/items/weapons/textures/PALM OF HEAVEN.PNG.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bl4xempufmgr5" -path.bptc="res://.godot/imported/palm of heaven.png-8afcb54f797720ff29f3c00c68c0f579.bptc.ctex" +path.bptc="res://.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.bptc.ctex" metadata={ "imported_formats": ["s3tc_bptc"], "vram_texture": true @@ -11,8 +11,8 @@ metadata={ [deps] -source_file="res://src/items/weapons/textures/palm of heaven.png" -dest_files=["res://.godot/imported/palm of heaven.png-8afcb54f797720ff29f3c00c68c0f579.bptc.ctex"] +source_file="res://src/items/weapons/textures/PALM OF HEAVEN.PNG" +dest_files=["res://.godot/imported/PALM OF HEAVEN.PNG-35554a412a9c4bc09647efa86e6b581e.bptc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG b/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG deleted file mode 100644 index f412fd21..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import deleted file mode 100644 index 3e4fa0a3..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/RONDO.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8irf40kaj5bd" -path.bptc="res://.godot/imported/Rondo.png-57553b850a093da6dba43a1e1947fcce.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Rondo.png" -dest_files=["res://.godot/imported/Rondo.png-57553b850a093da6dba43a1e1947fcce.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG b/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG deleted file mode 100644 index 75c435e4..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import deleted file mode 100644 index 24f63952..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Sealed Sword.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bcbcspamklgkg" -path.bptc="res://.godot/imported/Sealed Sword.png-e4c2cd7ec4087f1392975f00c784d8cf.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Sealed Sword.png" -dest_files=["res://.godot/imported/Sealed Sword.png-e4c2cd7ec4087f1392975f00c784d8cf.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG b/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG deleted file mode 100644 index 2ddd4caf..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import deleted file mode 100644 index 6aa47631..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Shining Halberd.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://68d3r70ekkm3" -path.bptc="res://.godot/imported/Shining Halberd.png-b825714e02d070e78b46ca4af45cc2fc.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Shining Halberd.png" -dest_files=["res://.godot/imported/Shining Halberd.png-b825714e02d070e78b46ca4af45cc2fc.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png b/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png deleted file mode 100644 index 8f4cb298..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import deleted file mode 100644 index 36f7a531..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/Swan Sword Odette.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dxjmshivyafaq" -path.bptc="res://.godot/imported/Swan Sword Odette.png-43a292fe967b802c072f0da3b1a49163.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/Swan Sword Odette.png" -dest_files=["res://.godot/imported/Swan Sword Odette.png-43a292fe967b802c072f0da3b1a49163.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png b/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png deleted file mode 100644 index 438cb899..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import deleted file mode 100644 index 4148a5c5..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/knives1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgo3llle8rlsu" -path.bptc="res://.godot/imported/knives1.png-32cc876d6017401441691aa3421afe00.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/knives1.png" -dest_files=["res://.godot/imported/knives1.png-32cc876d6017401441691aa3421afe00.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png b/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png deleted file mode 100644 index fef701f8..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import deleted file mode 100644 index 42a18b8c..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/persuader1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xva7o65ws8ol" -path.bptc="res://.godot/imported/persuader1.png-662c77ddfd7e326dbfeb0f9b7ef351c3.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/persuader1.png" -dest_files=["res://.godot/imported/persuader1.png-662c77ddfd7e326dbfeb0f9b7ef351c3.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png b/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png deleted file mode 100644 index 69e8e15a..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import deleted file mode 100644 index 0fb36f5a..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/plasmasword1.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ck84g7jmuley1" -path.bptc="res://.godot/imported/plasmasword1.png-2c25cff70ffee75c15beb3763eb73090.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/plasmasword1.png" -dest_files=["res://.godot/imported/plasmasword1.png-2c25cff70ffee75c15beb3763eb73090.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG b/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG deleted file mode 100644 index 3e1ba20a..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import b/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import deleted file mode 100644 index 50eccaf4..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/spaded staff.PNG.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://yb64ysg6fn08" -path.bptc="res://.godot/imported/spaded staff.png-1ab49362177fe2360bf0b0e6b7507948.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/spaded staff.png" -dest_files=["res://.godot/imported/spaded staff.png-1ab49362177fe2360bf0b0e6b7507948.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png b/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png deleted file mode 100644 index 2b21776e..00000000 Binary files a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png and /dev/null differ diff --git a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import b/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import deleted file mode 100644 index e1658811..00000000 --- a/Zennysoft.Game.Ma/src/items/weapons/textures/watersword.png.import +++ /dev/null @@ -1,35 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cqnxgh1wsfo06" -path.bptc="res://.godot/imported/watersword.png-144da0837c2142bb03ab5e8a73d29ffb.bptc.ctex" -metadata={ -"imported_formats": ["s3tc_bptc"], -"vram_texture": true -} - -[deps] - -source_file="res://src/items/weapons/textures/watersword.png" -dest_files=["res://.godot/imported/watersword.png-144da0837c2142bb03ab5e8a73d29ffb.bptc.ctex"] - -[params] - -compress/mode=2 -compress/high_quality=true -compress/lossy_quality=0.7 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=0 diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_222STONE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_222STONE.png.import index 32e69d62..495df45d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_222STONE.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_222STONE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cp0er3xxxjkr5" -path="res://.godot/imported/A2-Puer_AREA_2_MAIN_222STONE.png-992459ef9849c39922a9b9e0c7774a4a.ctex" +path="res://.godot/imported/a2-puer_AREA_2_MAIN_222STONE.png-139f243ac630853348798dfe584da1e0.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_222STONE.png" -dest_files=["res://.godot/imported/A2-Puer_AREA_2_MAIN_222STONE.png-992459ef9849c39922a9b9e0c7774a4a.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_AREA_2_MAIN_222STONE.png" +dest_files=["res://.godot/imported/a2-puer_AREA_2_MAIN_222STONE.png-139f243ac630853348798dfe584da1e0.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_STONE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_STONE.png.import index 6b7d90a6..21e6e0d9 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_STONE.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_STONE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5r16swvuqjjg" -path="res://.godot/imported/A2-Puer_AREA_2_MAIN_STONE.png-2267bd7e464cdc2e03c8954de01941bf.ctex" +path="res://.godot/imported/a2-puer_AREA_2_MAIN_STONE.png-986249227e569ea1e40b4825b7f05c47.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_AREA_2_MAIN_STONE.png" -dest_files=["res://.godot/imported/A2-Puer_AREA_2_MAIN_STONE.png-2267bd7e464cdc2e03c8954de01941bf.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_AREA_2_MAIN_STONE.png" +dest_files=["res://.godot/imported/a2-puer_AREA_2_MAIN_STONE.png-986249227e569ea1e40b4825b7f05c47.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_COLUMN_WHITE.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_COLUMN_WHITE.png.import index e762e21b..04bb9e3d 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_COLUMN_WHITE.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_COLUMN_WHITE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvnpxln2mmtkp" -path="res://.godot/imported/A2-Puer_COLUMN_WHITE.png-18037c22b966bb159d05cb7acac1bc53.ctex" +path="res://.godot/imported/a2-puer_COLUMN_WHITE.png-0b80d510851319464b2ef729d8868892.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_COLUMN_WHITE.png" -dest_files=["res://.godot/imported/A2-Puer_COLUMN_WHITE.png-18037c22b966bb159d05cb7acac1bc53.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_COLUMN_WHITE.png" +dest_files=["res://.godot/imported/a2-puer_COLUMN_WHITE.png-0b80d510851319464b2ef729d8868892.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_GREENBIT.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_GREENBIT.png.import index 9e3842f7..180e2856 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_GREENBIT.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_GREENBIT.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tjtjbktl51kd" -path="res://.godot/imported/A2-Puer_GREENBIT.png-40a9ca6a0efc569a5f329f19b3c3e572.ctex" +path="res://.godot/imported/a2-puer_GREENBIT.png-e1ed395f917a2fe57ed6288185af0729.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_GREENBIT.png" -dest_files=["res://.godot/imported/A2-Puer_GREENBIT.png-40a9ca6a0efc569a5f329f19b3c3e572.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_GREENBIT.png" +dest_files=["res://.godot/imported/a2-puer_GREENBIT.png-e1ed395f917a2fe57ed6288185af0729.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_14.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_14.png.import index 9338c9fc..3ebf2724 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_14.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_14.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqfdyguq83bhs" -path="res://.godot/imported/A2-Puer_M13_14.png-e781478f15895763a566a64ff37db311.ctex" +path="res://.godot/imported/a2-puer_M13_14.png-ed8b29b0af1c2b973bfaee62e57cab14.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_14.png" -dest_files=["res://.godot/imported/A2-Puer_M13_14.png-e781478f15895763a566a64ff37db311.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_M13_14.png" +dest_files=["res://.godot/imported/a2-puer_M13_14.png-ed8b29b0af1c2b973bfaee62e57cab14.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_49.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_49.png.import index 80697846..4508979c 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_49.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_49.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dorqwrqy03rim" -path="res://.godot/imported/A2-Puer_M13_49.png-44faadb5ae300e9ecea145cfe1949536.ctex" +path="res://.godot/imported/a2-puer_M13_49.png-86429b5a3cd80a9159f32ded99a631bc.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_M13_49.png" -dest_files=["res://.godot/imported/A2-Puer_M13_49.png-44faadb5ae300e9ecea145cfe1949536.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_M13_49.png" +dest_files=["res://.godot/imported/a2-puer_M13_49.png-86429b5a3cd80a9159f32ded99a631bc.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_RUBBLE_1.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_RUBBLE_1.png.import index 1d382c04..db04979b 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_RUBBLE_1.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_RUBBLE_1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://nl3bwenfa8fi" -path="res://.godot/imported/A2-Puer_RUBBLE_1.png-72d7ff861d1df58d800502546da8d607.ctex" +path="res://.godot/imported/a2-puer_RUBBLE_1.png-c7185e2aad2613007d1951f1515ef882.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_RUBBLE_1.png" -dest_files=["res://.godot/imported/A2-Puer_RUBBLE_1.png-72d7ff861d1df58d800502546da8d607.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_RUBBLE_1.png" +dest_files=["res://.godot/imported/a2-puer_RUBBLE_1.png-c7185e2aad2613007d1951f1515ef882.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_STUCCO_DECAL_BIG.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_STUCCO_DECAL_BIG.png.import index 09c9a2ea..f0fbaffe 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_STUCCO_DECAL_BIG.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_STUCCO_DECAL_BIG.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://0p6suo7fpxum" -path="res://.godot/imported/A2-Puer_STUCCO_DECAL_BIG.png-015d9f8dd06372231a1f422979d3604e.ctex" +path="res://.godot/imported/a2-puer_STUCCO_DECAL_BIG.png-882b477f490f6ddbf5bffb3a6f8904e1.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_STUCCO_DECAL_BIG.png" -dest_files=["res://.godot/imported/A2-Puer_STUCCO_DECAL_BIG.png-015d9f8dd06372231a1f422979d3604e.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_STUCCO_DECAL_BIG.png" +dest_files=["res://.godot/imported/a2-puer_STUCCO_DECAL_BIG.png-882b477f490f6ddbf5bffb3a6f8904e1.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_Tile 4.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_Tile 4.png.import index 24318b1e..19980632 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_Tile 4.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_Tile 4.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ct3mkni0v0y3g" -path="res://.godot/imported/A2-Puer_Tile 4.png-0cfd085ec5fcea35eb2d1373e4717f77.ctex" +path="res://.godot/imported/a2-puer_Tile 4.png-9d089a32db3fc38a0c5dee6cdb6d3495.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_Tile 4.png" -dest_files=["res://.godot/imported/A2-Puer_Tile 4.png-0cfd085ec5fcea35eb2d1373e4717f77.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_Tile 4.png" +dest_files=["res://.godot/imported/a2-puer_Tile 4.png-9d089a32db3fc38a0c5dee6cdb6d3495.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_imag2esnormal.jpg.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_imag2esnormal.jpg.import index a2a510b2..64b96d31 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_imag2esnormal.jpg.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_imag2esnormal.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b40fbcriycpp5" -path="res://.godot/imported/A2-Puer_imag2esnormal.jpg-be023c8af9ff59eedfb3ede232c75195.ctex" +path="res://.godot/imported/a2-puer_imag2esnormal.jpg-d6e063b2785344af34fa3bb45d47aa2f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_imag2esnormal.jpg" -dest_files=["res://.godot/imported/A2-Puer_imag2esnormal.jpg-be023c8af9ff59eedfb3ede232c75195.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_imag2esnormal.jpg" +dest_files=["res://.godot/imported/a2-puer_imag2esnormal.jpg-d6e063b2785344af34fa3bb45d47aa2f.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_inner_rock2.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_inner_rock2.png.import index 98a06282..b8a78e4a 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_inner_rock2.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_inner_rock2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b25r6gysyhu3e" -path="res://.godot/imported/A2-Puer_inner_rock2.png-7c99975de214e5dddd3507f87212b910.ctex" +path="res://.godot/imported/a2-puer_inner_rock2.png-943622742770f7b55d1e40645d07d057.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_inner_rock2.png" -dest_files=["res://.godot/imported/A2-Puer_inner_rock2.png-7c99975de214e5dddd3507f87212b910.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_inner_rock2.png" +dest_files=["res://.godot/imported/a2-puer_inner_rock2.png-943622742770f7b55d1e40645d07d057.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_lime_hand_relief.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_lime_hand_relief.png.import index 652b4507..c74c8b3f 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_lime_hand_relief.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_lime_hand_relief.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cw4hq3kofjowa" -path="res://.godot/imported/A2-Puer_lime_hand_relief.png-825857ea33249fe0361c829ba37bbfdb.ctex" +path="res://.godot/imported/a2-puer_lime_hand_relief.png-85b73e808337e8b8841453cbda0e78cd.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_lime_hand_relief.png" -dest_files=["res://.godot/imported/A2-Puer_lime_hand_relief.png-825857ea33249fe0361c829ba37bbfdb.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_lime_hand_relief.png" +dest_files=["res://.godot/imported/a2-puer_lime_hand_relief.png-85b73e808337e8b8841453cbda0e78cd.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_mother_GREEN.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_mother_GREEN.png.import index daa0c845..225a80ba 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_mother_GREEN.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_mother_GREEN.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bqrsde28o867s" -path="res://.godot/imported/A2-Puer_mother_GREEN.png-ba1f3d21981ed19fc5cc87868e04808c.ctex" +path="res://.godot/imported/a2-puer_mother_GREEN.png-7bb7d8dd57027953ba1e08ed0c256c8b.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_mother_GREEN.png" -dest_files=["res://.godot/imported/A2-Puer_mother_GREEN.png-ba1f3d21981ed19fc5cc87868e04808c.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_mother_GREEN.png" +dest_files=["res://.godot/imported/a2-puer_mother_GREEN.png-7bb7d8dd57027953ba1e08ed0c256c8b.ctex"] [params] diff --git a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_swirled_column _AREA222.png.import b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_swirled_column _AREA222.png.import index 54793d5e..d34c6994 100644 --- a/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_swirled_column _AREA222.png.import +++ b/Zennysoft.Game.Ma/src/map/dungeon/models/Area 2/Puer/A2-Puer_swirled_column _AREA222.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4aq3a26dliyg" -path="res://.godot/imported/A2-Puer_swirled_column _AREA222.png-4842b180cffdbc0274ecb9cbbbbc8221.ctex" +path="res://.godot/imported/a2-puer_swirled_column _AREA222.png-6f90c188eae5b7e81110f39984d5d43f.ctex" metadata={ "vram_texture": false } @@ -13,8 +13,8 @@ generator_parameters={ [deps] -source_file="res://src/map/dungeon/models/Area 2/Puer/A2-Puer_swirled_column _AREA222.png" -dest_files=["res://.godot/imported/A2-Puer_swirled_column _AREA222.png-4842b180cffdbc0274ecb9cbbbbc8221.ctex"] +source_file="res://src/map/dungeon/models/Area 2/Puer/a2-puer_swirled_column _AREA222.png" +dest_files=["res://.godot/imported/a2-puer_swirled_column _AREA222.png-6f90c188eae5b7e81110f39984d5d43f.ctex"] [params]