Update item icons
@@ -1,6 +1,5 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://qqg0gdcb8fwg"]
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://qqg0gdcb8fwg"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dhfn51smm818x" path="res://src/items/throwable/textures/spell sign - luck.PNG" id="1_rrkyf"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_5t61b"]
|
||||
|
||||
[resource]
|
||||
@@ -25,7 +24,7 @@ TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_rrkyf")
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ddpvursk6qjfn" path="res://src/items/throwable/textures/air-DICE.png" id="1_6iufs"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_pxcw1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_pxcw1")
|
||||
HealHPAmount = 10
|
||||
HealVTAmount = 5
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 1
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Geomantic Dice - Aeolic"
|
||||
Description = ""
|
||||
SpawnRate = 1.0
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_6iufs")
|
||||
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b30lp2hl3t77j"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://baf0di68frkex" path="res://src/items/throwable/textures/fDICE.png" id="1_vlu0r"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_h1kw5"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_h1kw5")
|
||||
HealHPAmount = 10
|
||||
HealVTAmount = 5
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 5
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Geomantic Dice - Ferrum"
|
||||
Description = ""
|
||||
SpawnRate = 1.0
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_vlu0r")
|
||||
@@ -1,20 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bph8c6by4s047"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_ewck5"]
|
||||
[ext_resource type="Texture2D" uid="uid://mi70lolgtf3n" path="res://src/items/throwable/textures/GEOMANCER-DICE.png" id="1_jhits"]
|
||||
[ext_resource type="Texture2D" uid="uid://bljha1jos652j" path="res://src/items/throwable/textures/water-DICE.png" id="1_82ijj"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_5fgvy"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ewck5")
|
||||
script = ExtResource("2_5fgvy")
|
||||
HealHPAmount = 10
|
||||
HealVTAmount = 5
|
||||
ThrowableItemTag = 3
|
||||
ElementType = 0
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 3
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Geomantic Dice"
|
||||
Description = "Inflicts base damage when thrown.
|
||||
Use item to change Affinity."
|
||||
Name = "Geomantic Dice - Hydric"
|
||||
Description = ""
|
||||
SpawnRate = 1.0
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
@@ -26,7 +25,8 @@ TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_jhits")
|
||||
Texture = ExtResource("1_82ijj")
|
||||
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://qhfnkvdik7cc"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dh48alpd7ay8j" path="res://src/items/throwable/textures/ig dice.png" id="1_cl58l"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_4yg0l"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_4yg0l")
|
||||
HealHPAmount = 10
|
||||
HealVTAmount = 5
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 4
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Geomantic Dice - Igneous"
|
||||
Description = ""
|
||||
SpawnRate = 1.0
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_cl58l")
|
||||
@@ -0,0 +1,32 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://bfsc6crpsqkp2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://vxbjsg88glot" path="res://src/items/throwable/textures/earth-DICE.png" id="1_tbodw"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_8p6as"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_8p6as")
|
||||
HealHPAmount = 10
|
||||
HealVTAmount = 5
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 2
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Geomantic Dice - Telluric"
|
||||
Description = ""
|
||||
SpawnRate = 1.0
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_tbodw")
|
||||
@@ -1,6 +1,5 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://lo37qfyxlhx1"]
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://lo37qfyxlhx1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cagebvc1lp28y" path="res://src/items/throwable/textures/tablet.PNG" id="1_xt2mp"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_m680r"]
|
||||
|
||||
[resource]
|
||||
@@ -18,14 +17,14 @@ SpawnRate = 0.1
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 20.0
|
||||
IncreaseMaxHPAmount = 0
|
||||
IncreaseMaxVTAmount = 0
|
||||
ThrowDamage = 20
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_xt2mp")
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://35ag8vp8kvtx"]
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://35ag8vp8kvtx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cagebvc1lp28y" path="res://src/items/throwable/textures/tablet.PNG" id="1_26kno"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_pn8sr"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_pn8sr")
|
||||
Name = "Gospel of Escape"
|
||||
Description = "Warps target to the exit. No effect on player if exit has not been found."
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 0
|
||||
UsableItemTag = 0
|
||||
@@ -15,10 +14,18 @@ MaximumCount = 8
|
||||
Name = "Gospel of Escape"
|
||||
Description = "Warps target to the exit. No effect on player if exit has not been found."
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_26kno")
|
||||
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b12mgrqpki54y"]
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://b12mgrqpki54y"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dit865t330r1e" path="res://src/items/throwable/textures/MysteryDice.png" id="1_r4wv3"]
|
||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_xaank"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_xaank")
|
||||
Name = "Mystery Dice"
|
||||
Description = "Mystery dice."
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 0
|
||||
UsableItemTag = 0
|
||||
@@ -15,10 +14,18 @@ MaximumCount = 8
|
||||
Name = "Mystery Dice"
|
||||
Description = "Mystery dice."
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
BonusLuck = 0.05
|
||||
BonusHP = 0
|
||||
BonusVT = 0
|
||||
AeolicResistance = 0
|
||||
TelluricResistance = 0
|
||||
HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_r4wv3")
|
||||
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
Zennysoft.Game.Ma/src/items/throwable/textures/air-DICE.png
Normal file
|
After Width: | Height: | Size: 722 B |
@@ -2,8 +2,8 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://mi70lolgtf3n"
|
||||
path.s3tc="res://.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.s3tc.ctex"
|
||||
uid="uid://ddpvursk6qjfn"
|
||||
path.s3tc="res://.godot/imported/air-DICE.png-7fb5a3bbbc869db149f69338b9ad83d8.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -11,8 +11,8 @@ metadata={
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/throwable/textures/GEOMANCER-DICE.png"
|
||||
dest_files=["res://.godot/imported/GEOMANCER-DICE.png-29575eb9771a13eb2cd0b8f4bb92f76c.s3tc.ctex"]
|
||||
source_file="res://src/items/throwable/textures/air-DICE.png"
|
||||
dest_files=["res://.godot/imported/air-DICE.png-7fb5a3bbbc869db149f69338b9ad83d8.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -22,7 +22,7 @@ compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
BIN
Zennysoft.Game.Ma/src/items/throwable/textures/earth-DICE.png
Normal file
|
After Width: | Height: | Size: 715 B |
@@ -2,8 +2,8 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dhfn51smm818x"
|
||||
path.s3tc="res://.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.s3tc.ctex"
|
||||
uid="uid://vxbjsg88glot"
|
||||
path.s3tc="res://.godot/imported/earth-DICE.png-f9660c350090bd0b270b0f2496f7ed71.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -11,8 +11,8 @@ metadata={
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/throwable/textures/spell sign - luck.PNG"
|
||||
dest_files=["res://.godot/imported/spell sign - luck.PNG-f0fcf0db4cd4291911c8889eda080fdc.s3tc.ctex"]
|
||||
source_file="res://src/items/throwable/textures/earth-DICE.png"
|
||||
dest_files=["res://.godot/imported/earth-DICE.png-f9660c350090bd0b270b0f2496f7ed71.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -22,7 +22,7 @@ compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
BIN
Zennysoft.Game.Ma/src/items/throwable/textures/fDICE.png
Normal file
|
After Width: | Height: | Size: 721 B |
@@ -2,20 +2,21 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cagebvc1lp28y"
|
||||
path="res://.godot/imported/tablet.PNG-95771620877422607611342ad4de8709.ctex"
|
||||
uid="uid://baf0di68frkex"
|
||||
path.s3tc="res://.godot/imported/fDICE.png-7c05e4a600425682aa3b97b3e4a73694.s3tc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/throwable/textures/tablet.PNG"
|
||||
dest_files=["res://.godot/imported/tablet.PNG-95771620877422607611342ad4de8709.ctex"]
|
||||
source_file="res://src/items/throwable/textures/fDICE.png"
|
||||
dest_files=["res://.godot/imported/fDICE.png-7c05e4a600425682aa3b97b3e4a73694.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
BIN
Zennysoft.Game.Ma/src/items/throwable/textures/ig dice.png
Normal file
|
After Width: | Height: | Size: 722 B |
@@ -2,20 +2,21 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dit865t330r1e"
|
||||
path="res://.godot/imported/MysteryDice.png-2f382950a7e0406a57e80258738116c4.ctex"
|
||||
uid="uid://dh48alpd7ay8j"
|
||||
path.s3tc="res://.godot/imported/ig dice.png-d3c7c841cf02853ec42cc9cc7b5f9569.s3tc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/throwable/textures/MysteryDice.png"
|
||||
dest_files=["res://.godot/imported/MysteryDice.png-2f382950a7e0406a57e80258738116c4.ctex"]
|
||||
source_file="res://src/items/throwable/textures/ig dice.png"
|
||||
dest_files=["res://.godot/imported/ig dice.png-d3c7c841cf02853ec42cc9cc7b5f9569.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
Zennysoft.Game.Ma/src/items/throwable/textures/water-DICE.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
@@ -0,0 +1,35 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bljha1jos652j"
|
||||
path.s3tc="res://.godot/imported/water-DICE.png-4f42cc307b00300a6528cef68e6d3e51.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/items/throwable/textures/water-DICE.png"
|
||||
dest_files=["res://.godot/imported/water-DICE.png-4f42cc307b00300a6528cef68e6d3e51.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
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
|
||||