Fixed up most items to reflect item databse. (descriptions, damage values etc)
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 19 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 19 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.7 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -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
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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]
|
||||
|
||||