Fixed up most items to reflect item databse. (descriptions, damage values etc)

This commit is contained in:
Pal
2026-04-21 02:16:54 -07:00
parent c58ca8693b
commit c6b08df99b
275 changed files with 923 additions and 2199 deletions

View File

@@ -3,12 +3,12 @@
importer="oggvorbisstr" importer="oggvorbisstr"
type="AudioStreamOggVorbis" type="AudioStreamOggVorbis"
uid="uid://cgk17d8erskht" uid="uid://cgk17d8erskht"
path="res://.godot/imported/amb_ocean.ogg-f4ee3d30caf9194f7881a02c6507d38a.oggvorbisstr" path="res://.godot/imported/amb_ocean.ogg-01a11020be2db82b0e22d1423cb26aa3.oggvorbisstr"
[deps] [deps]
source_file="res://src/audio/AMB/amb_ocean.ogg" source_file="res://src/audio/amb/amb_ocean.ogg"
dest_files=["res://.godot/imported/amb_ocean.ogg-f4ee3d30caf9194f7881a02c6507d38a.oggvorbisstr"] dest_files=["res://.godot/imported/amb_ocean.ogg-01a11020be2db82b0e22d1423cb26aa3.oggvorbisstr"]
[params] [params]

View File

@@ -6,8 +6,12 @@
[resource] [resource]
script = ExtResource("1_xqaot") script = ExtResource("1_xqaot")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Avarice" Name = "Mask of Avarice"
Description = "" StatDescription = ""
FlavorText = "A mask that brings a exceptional degree of fortune to the wearer.
Expect great things.
Raises LUCK"
SpawnRate = 0.1 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -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")

View File

@@ -6,8 +6,11 @@
[resource] [resource]
script = ExtResource("1_vef66") script = ExtResource("1_vef66")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Destruction" Name = "Mask of Destruction"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 3 BonusAttack = 3
BonusDefense = 0 BonusDefense = 0

View File

@@ -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")

View File

@@ -6,8 +6,11 @@
[resource] [resource]
script = ExtResource("2_dw5c8") script = ExtResource("2_dw5c8")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Malice" Name = "Mask of Malice"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 3 BonusAttack = 3
BonusDefense = 3 BonusDefense = 3

View File

@@ -6,8 +6,12 @@
[resource] [resource]
script = ExtResource("1_kuyyj") script = ExtResource("1_kuyyj")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Obstinance" Name = "Mask of Obstinance"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 3 BonusDefense = 3

View File

@@ -7,7 +7,11 @@
script = ExtResource("1_co7sc") script = ExtResource("1_co7sc")
AccessoryTag = 2 AccessoryTag = 2
Name = "Mask of the Shunned Goddess" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,14 +1,17 @@
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ct8iply3dwssv"] [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="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="1_vdb56"] [ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="2_4sqvt"]
[resource] [resource]
script = ExtResource("1_vdb56") script = ExtResource("2_4sqvt")
AccessoryTag = 1 AccessoryTag = 0
Name = "Mask of Stasis" Name = "Mask of Stasis"
StatDescription = "" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,4 +28,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_j1foy") Texture = ExtResource("1_5dc3q")

View File

@@ -6,8 +6,12 @@
[resource] [resource]
script = ExtResource("1_3iw2y") script = ExtResource("1_3iw2y")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Suffering" Name = "Mask of Suffering"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -6,8 +6,11 @@
[resource] [resource]
script = ExtResource("2_73i6n") script = ExtResource("2_73i6n")
AccessoryTag = 3 AccessoryTag = 3
Name = "Mask of the Goddess of Wisdom" Name = "Mask of Wisdom"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -6,8 +6,12 @@
[resource] [resource]
script = ExtResource("1_0u4rq") script = ExtResource("1_0u4rq")
AccessoryTag = 0 AccessoryTag = 0
Name = "Mask of the Goddess of Zeal" Name = "Mask of Zeal"
Description = "" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -7,7 +7,11 @@
script = ExtResource("2_fpys5") script = ExtResource("2_fpys5")
AccessoryTag = 0 AccessoryTag = 0
Name = "Stone Prison" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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

View File

@@ -1,14 +1,15 @@
[gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://kbialkqo0ibs"] [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="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="1_y5266"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_727be"]
[resource] [resource]
script = ExtResource("1_y5266") script = ExtResource("2_727be")
AmmoElement = 1 AmmoElement = 1
InitialCount = 5 InitialCount = 3
Name = "Aeolic Ammo" Name = "Eolic Shells"
Description = "" StatDescription = ""
FlavorText = "Eolic casting-shells useable by a Geomantic Reactor."
SpawnRate = 0.05 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_llp80") Texture = ExtResource("1_6f2ei")
metadata/_custom_type_script = "uid://cmfwvjjargi0s" metadata/_custom_type_script = "uid://cmfwvjjargi0s"

View File

@@ -6,9 +6,10 @@
[resource] [resource]
script = ExtResource("2_tu38n") script = ExtResource("2_tu38n")
AmmoElement = 3 AmmoElement = 3
InitialCount = 5 InitialCount = 3
Name = "Hydric Ammo" Name = "Hydric Shells"
Description = "" StatDescription = ""
FlavorText = "Hydric casting-shells useable by a Geomantic Reactor."
SpawnRate = 0.05 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -6,9 +6,10 @@
[resource] [resource]
script = ExtResource("2_p60hg") script = ExtResource("2_p60hg")
AmmoElement = 4 AmmoElement = 4
InitialCount = 5 InitialCount = 3
Name = "Igneous Ammo" Name = "Igneous Shells"
Description = "" StatDescription = ""
FlavorText = "Igneous casting-shells useable by a Geomantic Reactor."
SpawnRate = 0.05 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,17 +1,19 @@
[gd_resource type="Resource" script_class="AmmoStats" load_steps=3 format=3 uid="uid://ccmnjavqxfykq"] [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="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_nkb67"] [ext_resource type="Script" uid="uid://cmfwvjjargi0s" path="res://src/items/ammo/AmmoStats.cs" id="2_b7evy"]
[resource] [resource]
script = ExtResource("2_nkb67") script = ExtResource("2_b7evy")
AmmoElement = 0 AmmoElement = 0
InitialCount = 5 InitialCount = 6
Name = "Kugloj" Name = "Kugloj"
StatDescription = "Ammo StatDescription = "Ammo
Can be used with a Persuader. 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 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -28,5 +30,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_ghqt2") Texture = ExtResource("1_jj5px")
metadata/_custom_type_script = "uid://cmfwvjjargi0s" metadata/_custom_type_script = "uid://cmfwvjjargi0s"

View File

@@ -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"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -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

View File

@@ -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")

View File

@@ -12,11 +12,13 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Atoner's Adornments" Name = "Atoner's Adornments"
Description = "" StatDescription = ""
FlavorText = ""
SpawnRate = 0.4 SpawnRate = 0.4
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 1
BonusLuck = 0 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0
@@ -25,7 +27,7 @@ TelluricResistance = 0
HydricResistance = 0 HydricResistance = 0
IgneousResistance = 0 IgneousResistance = 0
FerrumResistance = 0 FerrumResistance = 0
HolyResistance = 0 HolyResistance = 25
CurseResistance = 0 CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5

View File

@@ -12,11 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Blast Armor" 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 SpawnRate = 0.3
BonusAttack = 0 BonusAttack = 0
BonusDefense = 4 BonusDefense = 9
BonusLuck = 0 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0

View File

@@ -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")

View File

@@ -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="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"] [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 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Demon Robe" Name = "Demon Robe"
Description = "" StatDescription = ""
SpawnRate = 0.05 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 BonusAttack = 0
BonusDefense = 7 BonusDefense = 7
BonusLuck = 15 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0
AeolicResistance = 0 AeolicResistance = 0
@@ -26,7 +29,7 @@ HydricResistance = 0
IgneousResistance = 0 IgneousResistance = 0
FerrumResistance = 0 FerrumResistance = 0
HolyResistance = 0 HolyResistance = 0
CurseResistance = 0 CurseResistance = 25
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0

View File

@@ -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")

View File

@@ -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")

View File

@@ -12,14 +12,19 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Goddess' Robe" 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 SpawnRate = 0.03
BonusAttack = 0 BonusAttack = 0
BonusDefense = 8 BonusDefense = 8
BonusLuck = 0 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 25
AeolicResistance = 0 AeolicResistance = 0
TelluricResistance = 0 TelluricResistance = 0
HydricResistance = 0 HydricResistance = 0

View File

@@ -12,8 +12,13 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Holy Barrier" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 20 BonusDefense = 20

View File

@@ -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")

View File

@@ -15,10 +15,13 @@ _curseResistance = 0.0
ArmorTag = 0 ArmorTag = 0
Name = "Jaguar Suit" Name = "Jaguar Suit"
StatDescription = "Raises ATK by 3." 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 SpawnRate = 0.08
BonusAttack = 3 BonusAttack = 3
BonusDefense = 7 BonusDefense = 5
BonusLuck = 0 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0

View File

@@ -12,12 +12,17 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Logistician's Garb" Name = "Logistician's Garb"
Description = "" StatDescription = ""
SpawnRate = 0.08 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 BonusAttack = 0
BonusDefense = 5 BonusDefense = 6
BonusLuck = 0.05 BonusLuck = 5
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0
AeolicResistance = 0 AeolicResistance = 0

View File

@@ -12,11 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Rusted Plate" 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 SpawnRate = 0.4
BonusAttack = 0 BonusAttack = 0
BonusDefense = 3 BonusDefense = 2
BonusLuck = 0 BonusLuck = 0
BonusHP = 0 BonusHP = 0
BonusVT = 0 BonusVT = 0

View File

@@ -12,8 +12,13 @@ _igneousResistance = 20.0
_ferrumResistance = 20.0 _ferrumResistance = 20.0
_holyResistance = 20.0 _holyResistance = 20.0
_curseResistance = 20.0 _curseResistance = 20.0
ArmorTag = 0
Name = "Saint Cloth" 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 SpawnRate = 0.01
BonusAttack = 0 BonusAttack = 0
BonusDefense = 12 BonusDefense = 12

View File

@@ -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")

View File

@@ -12,9 +12,14 @@ _igneousResistance = 0.0
_ferrumResistance = 0.0 _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0
Name = "Stone Safety" Name = "Stone Safety"
Description = "" StatDescription = "Cannot be Removed once Equipped"
SpawnRate = 0.15 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 BonusAttack = 0
BonusDefense = 5 BonusDefense = 5
BonusLuck = 0 BonusLuck = 0

View File

@@ -1,10 +1,10 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://vqnffib54d6w"] [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="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_1at28"] [ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_wnrbn"]
[resource] [resource]
script = ExtResource("2_1at28") script = ExtResource("2_wnrbn")
_telluricResistance = 0.0 _telluricResistance = 0.0
_aeolicResistance = 0.0 _aeolicResistance = 0.0
_hydricResistance = 0.0 _hydricResistance = 0.0
@@ -15,7 +15,10 @@ _curseResistance = 0.0
ArmorTag = 0 ArmorTag = 0
Name = "Commitment" Name = "Commitment"
StatDescription = "Breaks if unequipped." 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 SpawnRate = 0.15
BonusAttack = 0 BonusAttack = 0
BonusDefense = 8 BonusDefense = 8
@@ -31,5 +34,5 @@ HolyResistance = 0
CurseResistance = 0 CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 20 ItemTag = 1
Texture = ExtResource("1_cbdby") Texture = ExtResource("1_sha5c")

View File

@@ -1,10 +1,10 @@
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dnu241lh47oqd"] [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://d3i6d3yiho4xf" path="res://src/items/armor/textures/Vocationer's Armor.png" id="1_thchg"]
[ext_resource type="Texture2D" uid="uid://bhhxd7cphx0q2" path="res://src/items/armor/textures/Atoner's Adornments.png" id="1_ab4cm"] [ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_bqvp7"]
[resource] [resource]
script = ExtResource("1_0qtvf") script = ExtResource("2_bqvp7")
_telluricResistance = 0.0 _telluricResistance = 0.0
_aeolicResistance = 0.0 _aeolicResistance = 0.0
_hydricResistance = 0.0 _hydricResistance = 0.0
@@ -13,7 +13,7 @@ _ferrumResistance = 0.0
_holyResistance = 0.0 _holyResistance = 0.0
_curseResistance = 0.0 _curseResistance = 0.0
ArmorTag = 0 ArmorTag = 0
Name = "Ceremonial Vestments" Name = "Vocationer's Armor"
StatDescription = "" StatDescription = ""
FlavorText = "" FlavorText = ""
SpawnRate = 0.5 SpawnRate = 0.5
@@ -32,4 +32,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_ab4cm") Texture = ExtResource("1_thchg")

View File

@@ -15,7 +15,10 @@ _curseResistance = 0.0
ArmorTag = 0 ArmorTag = 0
Name = "Wooden Armament" Name = "Wooden Armament"
StatDescription = "" 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 SpawnRate = 0.6
BonusAttack = 0 BonusAttack = 0
BonusDefense = 2 BonusDefense = 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -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

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_ncstm")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Alluring Acquisition" Name = "Alluring Acquisition"
StatDescription = "Contains a Basic Item." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_6h66g")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Asceticism" Name = "Asceticism"
StatDescription = "Forcibly unequips all items." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_k6pqw")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Blood Acquisition" Name = "Blood Acquisition"
StatDescription = "Contains a rare item in exchange for all HP." 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 SpawnRate = 0.08
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("1_i336w")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Empty Promise" Name = "Empty Promise"
StatDescription = "An empty box." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://br2cp1hyjfod8"] [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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_p8pt8"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_p8pt8")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Equivalence Box" Name = "Equivalence Box"
StatDescription = "Trades a random item for another item." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_pe0kd")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Fashionable Acquisition" Name = "Fashionable Acquisition"
StatDescription = "Contains armor." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,14 +1,17 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://g3buxgpmjcio"] [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="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_kb1l2"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_1iwnl"]
[resource] [resource]
script = ExtResource("2_kb1l2") script = ExtResource("2_1iwnl")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Furious Acquisition" Name = "Fury Box"
StatDescription = "Contains a weapon." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 5 ItemTag = 5
Texture = ExtResource("1_3hy40") Texture = ExtResource("1_4alpg")
metadata/_custom_type_script = "uid://vuavr681au06" metadata/_custom_type_script = "uid://vuavr681au06"

View File

@@ -8,7 +8,9 @@ script = ExtResource("2_w23fa")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Glue Jar" Name = "Glue Jar"
StatDescription = "All currently equipped items will not be removable without force." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_iw3ll")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Healthy Acquisition" Name = "Healthy Acquisition"
StatDescription = "Contains restorative." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_pssvy")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Identity Acquisition" Name = "Identity Acquisition"
StatDescription = "Contains mask." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://k0uhsuxvyegw"] [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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_xe8mc"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_xe8mc")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Lottery Box" Name = "Lottery Box"
StatDescription = "Trades all inventory items for random items." 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 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 12 ItemTag = 12
Texture = ExtResource("1_yf4yo") Texture = ExtResource("1_bpsrl")
metadata/_custom_type_script = "uid://vuavr681au06" metadata/_custom_type_script = "uid://vuavr681au06"

View File

@@ -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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_vgter"]
[resource] [resource]
@@ -7,7 +8,9 @@ script = ExtResource("2_vgter")
DamageToPlayer = 70 DamageToPlayer = 70
Name = "Malfunction" Name = "Malfunction"
StatDescription = "Deals a significant amount of damage." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -24,4 +27,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 70 ThrowDamage = 70
ItemTag = 3 ItemTag = 3
Texture = ExtResource("1_3scao")
metadata/_custom_type_script = "uid://vuavr681au06" metadata/_custom_type_script = "uid://vuavr681au06"

View File

@@ -1,14 +1,17 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cfp3ust1pw76y"] [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="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_qwpdy"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_tjkfp"]
[resource] [resource]
script = ExtResource("2_qwpdy") script = ExtResource("2_tjkfp")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Spell Sign: Acquisition" Name = "Mystical Acquisition"
StatDescription = "Contains random spell." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 8 ItemTag = 8
Texture = ExtResource("1_ohi7i") Texture = ExtResource("1_rfv5l")
metadata/_custom_type_script = "uid://vuavr681au06" metadata/_custom_type_script = "uid://vuavr681au06"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://ba1ihsi6culef"] [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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_tbg32"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_tbg32")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Scholar's Box" Name = "Scholar's Box"
StatDescription = "Contains an item that is currently not in the inventory." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 13 ItemTag = 13
Texture = ExtResource("1_a6ha2") Texture = ExtResource("1_xyiwq")
metadata/_custom_type_script = "uid://vuavr681au06" metadata/_custom_type_script = "uid://vuavr681au06"

View File

@@ -8,7 +8,9 @@ script = ExtResource("2_ucc84")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Speculative Acquisition" Name = "Speculative Acquisition"
StatDescription = "Contains a box." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cytyjmo2kjtul"] [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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_7rwoq"]
[resource] [resource]
@@ -8,7 +8,8 @@ script = ExtResource("2_7rwoq")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Trickster's Box" Name = "Trickster's Box"
StatDescription = "Forcibly ejects all items from inventory." StatDescription = "Forcibly ejects all items from inventory."
FlavorText = "" FlavorText = "A cruel joke likely crafted out of excessive boredom.
"
SpawnRate = 0.1 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://bhfs0jk02jha2"] [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"] [ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="2_4l6ua"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_4l6ua")
DamageToPlayer = 0 DamageToPlayer = 0
Name = "Trinket Box" Name = "Trinket Box"
StatDescription = "Contains a jewel." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -3,7 +3,7 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cenjp5ylog4sk" 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={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc"],
"vram_texture": true "vram_texture": true
@@ -11,8 +11,8 @@ metadata={
[deps] [deps]
source_file="res://src/items/box/textures/SpellSign Box.png" source_file="res://src/items/box/textures/MysticalBox.png"
dest_files=["res://.godot/imported/SpellSign Box.png-44a6d37cf4857a87e5f73f3e5a560bc7.bptc.ctex"] dest_files=["res://.godot/imported/MysticalBox.png-ddef6338d826218d5911783e24411ef6.bptc.ctex"]
[params] [params]

View File

@@ -1,18 +1,22 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://dns281deffo6q"] [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="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_e61q8"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_8i8u4"]
[resource] [resource]
script = ExtResource("2_e61q8") script = ExtResource("2_8i8u4")
HealHPAmount = 999 HealHPAmount = 999
HealVTAmount = 0 HealVTAmount = 0
PermanentRaiseHPAmount = 25 PermanentRaiseHPAmount = 25
PermanentRaiseVTAmount = 0 PermanentRaiseVTAmount = 0
Name = "Past Self's Fragment" HealsStatusAilments = false
Name = "Amrit Electuary"
StatDescription = "Restores all HP. StatDescription = "Restores all HP.
If HP is currently full, raises Maximum HP by 25." 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 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -29,4 +33,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_154ao") Texture = ExtResource("1_n75f4")

View File

@@ -11,8 +11,10 @@ PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0 PermanentRaiseVTAmount = 0
HealsStatusAilments = true HealsStatusAilments = true
Name = "Ancient Capsule" Name = "Ancient Capsule"
StatDescription = "Heals all status ailments." StatDescription = "Heals all status ailments and restores parameters to normal."
FlavorText = "" FlavorText = "An ancient capsule meant to relieve patients of advanced ailments.
Cures all status effects and restores parameters to normal."
SpawnRate = 0.1 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,18 +1,22 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://75fpkwfp0t0k"] [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="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="1_f8ogj"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_uec1i"]
[resource] [resource]
script = ExtResource("1_f8ogj") script = ExtResource("2_uec1i")
HealHPAmount = 0 HealHPAmount = 0
HealVTAmount = 30 HealVTAmount = 30
PermanentRaiseHPAmount = 0 PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 8 PermanentRaiseVTAmount = 8
Name = "Stelo Fragment" HealsStatusAilments = false
Name = "Catholicon Draught"
StatDescription = "Restores 30 VT. StatDescription = "Restores 30 VT.
If VT is currently full, raises Maximum VT by 8." 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 SpawnRate = 0.33
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -29,4 +33,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_33rp1") Texture = ExtResource("1_5rfk4")

View File

@@ -9,8 +9,14 @@ HealHPAmount = 0
HealVTAmount = 1000 HealVTAmount = 1000
PermanentRaiseHPAmount = 0 PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 25 PermanentRaiseVTAmount = 25
HealsStatusAilments = false
Name = "Haoma Draught" 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 SpawnRate = 0.05
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,18 +1,22 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://d0cxrf0nldona"] [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="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_riwik"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_xv45j"]
[resource] [resource]
script = ExtResource("2_riwik") script = ExtResource("2_xv45j")
HealHPAmount = 60 HealHPAmount = 60
HealVTAmount = 0 HealVTAmount = 0
PermanentRaiseHPAmount = 16 PermanentRaiseHPAmount = 16
PermanentRaiseVTAmount = 0 PermanentRaiseVTAmount = 0
Name = "Amrit Shard" HealsStatusAilments = false
Name = "Somalata Electuary"
StatDescription = "Restores 60 HP. StatDescription = "Restores 60 HP.
If HP is currently full, raises Maximum HP by 16." 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 SpawnRate = 0.25
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -29,4 +33,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_6vdf0") Texture = ExtResource("1_1emhh")

View File

@@ -1,18 +1,22 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://ypw2yg10430p"] [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="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_41hue"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_766xm"]
[resource] [resource]
script = ExtResource("2_41hue") script = ExtResource("2_766xm")
HealHPAmount = 0 HealHPAmount = 0
HealVTAmount = 60 HealVTAmount = 60
PermanentRaiseHPAmount = 0 PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 16 PermanentRaiseVTAmount = 16
Name = "Suna Fragment" HealsStatusAilments = false
Name = "Xiandan Draught"
StatDescription = "Restores 60 VT. StatDescription = "Restores 60 VT.
If HP is currently full, raises Maximum VT by 16." 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 SpawnRate = 0.25
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -29,4 +33,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_omu2j") Texture = ExtResource("1_ur5kc")

View File

@@ -1,16 +1,22 @@
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://lu0ddu3538p6"] [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="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_q4pyq"] [ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_x1p6p"]
[resource] [resource]
script = ExtResource("2_q4pyq") script = ExtResource("2_x1p6p")
HealHPAmount = 30 HealHPAmount = 30
HealVTAmount = 8 HealVTAmount = 8
PermanentRaiseHPAmount = 0 PermanentRaiseHPAmount = 0
PermanentRaiseVTAmount = 0 PermanentRaiseVTAmount = 0
Name = "Ydunic Shard" HealsStatusAilments = false
Description = "" 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 SpawnRate = 0.33
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -27,4 +33,4 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_5oqkr") Texture = ExtResource("1_rb6df")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -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

View File

@@ -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"

View File

@@ -9,7 +9,9 @@ UsableItemTag = 16
ElementalDamageType = 0 ElementalDamageType = 0
Name = "An Bradán Feasa" Name = "An Bradán Feasa"
StatDescription = "Temporarily doubles rate of experience gained." StatDescription = "Temporarily doubles rate of experience gained."
FlavorText = "" FlavorText = "Long, long sought after.
Doubles XP received for a short time."
SpawnRate = 0.2 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -9,7 +9,10 @@ UsableItemTag = 21
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Blue Talisman" Name = "Blue Talisman"
StatDescription = "Permanently increases DEF by 1." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 1 BonusDefense = 1

View File

@@ -1,16 +1,16 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dw26l3f3hd2sq"] [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="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_38yjb"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_unl83"]
[resource] [resource]
script = ExtResource("2_38yjb") script = ExtResource("2_unl83")
UsableItemTag = 9 UsableItemTag = 9
ElementalDamageType = 2 ElementalDamageType = 2
Name = "Telluric Caster" Name = "Telluric Caster"
StatDescription = "Deals Telluric damage to all enemies inside the room." StatDescription = "Deals Telluric damage to all enemies inside the room."
FlavorText = "" FlavorText = ""
SpawnRate = 0.3 SpawnRate = 0.009
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
BonusLuck = 0.05 BonusLuck = 0.05
@@ -26,5 +26,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_x62ct") Texture = ExtResource("1_x5j1r")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -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"

View File

@@ -9,7 +9,10 @@ UsableItemTag = 22
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Green Talisman" Name = "Green Talisman"
StatDescription = "Permanently increases Luck by 1." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cv8p0egs52jaq"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_as50m"]
[resource] [resource]
@@ -9,7 +9,10 @@ UsableItemTag = 23
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Red Talisman" Name = "Red Talisman"
StatDescription = "Permanently increases ATK by 1." 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 SpawnRate = 0.2
BonusAttack = 1 BonusAttack = 1
BonusDefense = 0 BonusDefense = 0

View File

@@ -8,7 +8,10 @@ script = ExtResource("2_jvomr")
UsableItemTag = 8 UsableItemTag = 8
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Heaven's Rebellion" 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 SpawnRate = 0.3
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -9,7 +9,9 @@ UsableItemTag = 6
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Devic Balance" Name = "Scripture Sign: Devic Balance"
StatDescription = "Destroys half of the enemies in the room." 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -9,7 +9,9 @@ UsableItemTag = 4
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Divinity Recall" Name = "Scripture Sign: Divinity Recall"
StatDescription = "Summons all enemies on the floor to the current room." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -10,7 +10,9 @@ ElementalDamageType = 0
Name = "Scripture Sign: Gospel of Dimension" Name = "Scripture Sign: Gospel of Dimension"
StatDescription = "Warps you to the exit. StatDescription = "Warps you to the exit.
Does nothing if the exit has yet to be found." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cm6g24fepdfj6"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_5lyv2"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_5lyv2")
UsableItemTag = 19 UsableItemTag = 19
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Gospel of Paths" 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -9,7 +9,10 @@ UsableItemTag = 7
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Kyuuketsuki" Name = "Scripture Sign: Kyuuketsuki"
StatDescription = "Absorb HP from all enemies in the room." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,7 +1,7 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cwh5w1yabwrxf"] [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="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] [resource]
script = ExtResource("1_ksb1c") script = ExtResource("1_ksb1c")
@@ -9,7 +9,9 @@ UsableItemTag = 5
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Scripture Sign: Sine Morphization" Name = "Scripture Sign: Sine Morphization"
StatDescription = "Turns all enemies in the room into restorative items." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -26,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_vqhky") Texture = ExtResource("1_db06y")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://clmirf817k2ah"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7dbb6"]
[resource] [resource]
@@ -9,7 +9,9 @@ UsableItemTag = 17
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Ablution" Name = "Spell Sign: Ablution"
StatDescription = "Lowers target to 1 HP." 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 SpawnRate = 0.25
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,14 +1,17 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cqx03lrwx4jqv"] [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="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_4qksk"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_n24ed"]
[resource] [resource]
script = ExtResource("2_4qksk") script = ExtResource("2_n24ed")
UsableItemTag = 33 UsableItemTag = 33
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Recall" Name = "Spell Sign: Anamnesis"
Description = "" 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 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0
@@ -25,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 0 ThrowDamage = 0
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_n1qxm") Texture = ExtResource("1_on75f")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://c2r8ds2ejywwq"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_7c6oa"]
[resource] [resource]
@@ -8,7 +8,10 @@ script = ExtResource("2_7c6oa")
UsableItemTag = 27 UsableItemTag = 27
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Cell Degradation" 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 SpawnRate = 0.1
BonusAttack = 1 BonusAttack = 1
BonusDefense = 1 BonusDefense = 1

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://lx7xkoj6w8gr"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_o41ik"]
[resource] [resource]
@@ -10,7 +10,9 @@ ElementalDamageType = 0
Name = "Spell Sign: Cloth Resolution" Name = "Spell Sign: Cloth Resolution"
StatDescription = "Raise currently equipped armor's DEF by 1. StatDescription = "Raise currently equipped armor's DEF by 1.
Does nothing if no armor is equipped." Does nothing if no armor is equipped."
FlavorText = "" FlavorText = "A spell for strengthening armor.
Raises the effectiveness of the selected armor."
SpawnRate = 0.2 SpawnRate = 0.2
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bg2fsie2g3j6q"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_n1557"]
[resource] [resource]
@@ -9,7 +9,9 @@ UsableItemTag = 13
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Cosmos" Name = "Spell Sign: Cosmos"
StatDescription = "Raises level by 1." 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 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 0 BonusDefense = 0

View File

@@ -1,15 +1,17 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cc8p7hlglgau4"] [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="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_mhyhg"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_wpl3u"]
[resource] [resource]
script = ExtResource("2_mhyhg") script = ExtResource("2_wpl3u")
UsableItemTag = 24 UsableItemTag = 24
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Atomization" Name = "Spell Sign: Covalent Destruction"
StatDescription = "Lowers target's DEF." StatDescription = "Lowers target's DEF."
FlavorText = "" FlavorText = "A spell for weakening molecular structures.
Lowers DEF of user or target."
SpawnRate = 0.1 SpawnRate = 0.1
BonusAttack = 0 BonusAttack = 0
BonusDefense = 1 BonusDefense = 1
@@ -26,5 +28,5 @@ CurseResistance = 0
ThrowSpeed = 12.0 ThrowSpeed = 12.0
ThrowDamage = 5 ThrowDamage = 5
ItemTag = 0 ItemTag = 0
Texture = ExtResource("1_qay5v") Texture = ExtResource("1_u0306")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn" metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"

View File

@@ -1,6 +1,6 @@
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dhsdqjlc5lt84"] [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"] [ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_y4mfr"]
[resource] [resource]
@@ -9,7 +9,9 @@ UsableItemTag = 26
ElementalDamageType = 0 ElementalDamageType = 0
Name = "Spell Sign: Dullness" Name = "Spell Sign: Dullness"
StatDescription = "Lowers ATK by 1." StatDescription = "Lowers ATK by 1."
FlavorText = "" FlavorText = "A spell for lessening threat.
Lowers ATK"
SpawnRate = 0.3 SpawnRate = 0.3
BonusAttack = 1 BonusAttack = 1
BonusDefense = 0 BonusDefense = 0

Some files were not shown because too many files have changed in this diff Show More