Compare commits
9 Commits
fa66ba24e2
...
item_chang
| Author | SHA1 | Date | |
|---|---|---|---|
| 34c125e6bb | |||
| 66905c9b53 | |||
| a6ea1b1873 | |||
| bf6b0d50c3 | |||
| c7603a163f | |||
| a20c80d922 | |||
| e14007b7f4 | |||
| fe0241ac88 | |||
| 0ab6ef1343 |
@@ -28,6 +28,7 @@ collision_mask = 0
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
shaded = true
|
shaded = true
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://cvkwmart5y51r"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://cvkwmart5y51r"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_tdick"]
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_xqaot"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_xqaot"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_tdick")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://d4bcem2nup7ef"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://d4bcem2nup7ef"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_o4s2p"]
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_vef66"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_vef66"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_o4s2p")
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://bejy3lpudgawg"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 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="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_cgxkh"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cy7qvpjahblv3" path="res://src/items/3D Render Icons/Mask of Zeal.png" id="1_vadtu"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_cgxkh")
|
script = ExtResource("1_cgxkh")
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_vadtu")
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ddwyaxxqvk52h"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://ddwyaxxqvk52h"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_kuyyj"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_kuyyj"]
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_q802c"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_kuyyj")
|
script = ExtResource("1_kuyyj")
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_q802c")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://c3v6r8s8yruag"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://c3v6r8s8yruag"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_8s3rr"]
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_co7sc"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_co7sc"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_8s3rr")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ct8iply3dwssv"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://ct8iply3dwssv"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_j1foy"]
|
|
||||||
[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="1_vdb56"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_j1foy")
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://d02kuxaus43mk"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://d02kuxaus43mk"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_3iw2y"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_3iw2y"]
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_l1p50"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_3iw2y")
|
script = ExtResource("1_3iw2y")
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_l1p50")
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://b0bxwp55mcyyp"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://b0bxwp55mcyyp"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_0u4rq"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_0u4rq"]
|
||||||
[ext_resource type="Texture2D" uid="uid://m0f8xmp8l2fe" path="res://src/items/3D Render Icons/mask placeholder.png" id="1_o1pjn"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_0u4rq")
|
script = ExtResource("1_0u4rq")
|
||||||
@@ -20,8 +19,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_o1pjn")
|
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=3 format=3 uid="uid://ecmjxvihuahv"]
|
[gd_resource type="Resource" script_class="AccessoryStats" load_steps=2 format=3 uid="uid://ecmjxvihuahv"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_fbxyn"]
|
|
||||||
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_xc7fh"]
|
[ext_resource type="Script" uid="uid://b8arlmivk68b" path="res://src/items/accessory/AccessoryStats.cs" id="1_xc7fh"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_xc7fh")
|
script = ExtResource("1_xc7fh")
|
||||||
AccessoryTag = 0
|
AccessoryTag = 0
|
||||||
Name = "Unknown Mask"
|
Name = "Mask"
|
||||||
Description = "Unknown mask."
|
Description = "Unknown mask."
|
||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
@@ -20,9 +19,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 2
|
ItemTag = 2
|
||||||
Texture = ExtResource("1_fbxyn")
|
|
||||||
metadata/_custom_type_script = "uid://b8arlmivk68b"
|
metadata/_custom_type_script = "uid://b8arlmivk68b"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ collision_mask = 0
|
|||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.370004, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.370004, 0)
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ collision_mask = 0
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
double_sided = false
|
double_sided = false
|
||||||
alpha_cut = 1
|
alpha_cut = 1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://b8mjje06x6dl1"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://b8mjje06x6dl1"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_2ab2r"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_2ab2r"]
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_si4wu"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_si4wu"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Acceptance"
|
Name = "Acceptance"
|
||||||
Description = "+9 DEF"
|
Description = "+9 DEF"
|
||||||
SpawnRate = 0.01
|
SpawnRate = 0.01
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ce2vfa2t3io67"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ce2vfa2t3io67"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_6r2bl"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_6r2bl"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_wqsgh"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_wqsgh"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_6r2bl")
|
script = ExtResource("1_6r2bl")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Atoner's Adornments"
|
Name = "Atoner's Adornments"
|
||||||
Description = "+1 DEF"
|
Description = "+1 DEF"
|
||||||
SpawnRate = 0.25
|
SpawnRate = 0.25
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[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="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_0qtvf"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_ab4cm"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_ab4cm"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_0qtvf")
|
script = ExtResource("1_0qtvf")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Ceremonial Vestments"
|
Name = "Ceremonial Vestments"
|
||||||
Description = "+2 DEF"
|
Description = "+2 DEF"
|
||||||
SpawnRate = 0.2
|
SpawnRate = 0.2
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://4s7wjsb7eb6e"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://4s7wjsb7eb6e"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_l5ice"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_l5ice"]
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_w3lql"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_w3lql"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Devic Layers"
|
Name = "Devic Layers"
|
||||||
Description = "+7 DEF"
|
Description = "+7 DEF"
|
||||||
SpawnRate = 0.05
|
SpawnRate = 0.05
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dc0qjer88chme"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dc0qjer88chme"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_3mc7x"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_3mc7x"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_b51k4"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_b51k4"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_3mc7x")
|
script = ExtResource("1_3mc7x")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Goddess' Robe"
|
Name = "Goddess' Robe"
|
||||||
Description = "+8 DEF"
|
Description = "+8 DEF"
|
||||||
SpawnRate = 0.03
|
SpawnRate = 0.03
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ceqnyutl7y7t4"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://ceqnyutl7y7t4"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_bo8yj"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_bo8yj"]
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_iqj2w"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_iqj2w"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Iron Cage"
|
Name = "Iron Cage"
|
||||||
Description = "+4 DEF"
|
Description = "+4 DEF"
|
||||||
SpawnRate = 0.15
|
SpawnRate = 0.15
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://chhxktntl4k8r"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://chhxktntl4k8r"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_frqfh"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_frqfh"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_sm3rm"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_sm3rm"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_frqfh")
|
script = ExtResource("1_frqfh")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Logistician's Garb"
|
Name = "Logistician's Garb"
|
||||||
Description = "+5 DEF"
|
Description = "+5 DEF"
|
||||||
SpawnRate = 0.08
|
SpawnRate = 0.08
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://05hilwkmrs7a"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://05hilwkmrs7a"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_7ghri"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_7ghri"]
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_s5wnf"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_s5wnf"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -11,9 +11,8 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
Name = "Coat"
|
||||||
Name = "Unknown Coat"
|
Description = "Unidentified coat."
|
||||||
Description = "Unknown coat."
|
|
||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 2
|
ItemTag = 2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://d3l8aa87tevgt"]
|
[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="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_dh6tr"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_ykqpi"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_ykqpi"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_dh6tr")
|
script = ExtResource("1_dh6tr")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Stoic"
|
Name = "Stoic"
|
||||||
Description = "+6 DEF"
|
Description = "+6 DEF"
|
||||||
SpawnRate = 0.05
|
SpawnRate = 0.05
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dq4c6an78qa4q"]
|
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://dq4c6an78qa4q"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_bkpin"]
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="1_bkpin"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clmtbjmwemepv" path="res://src/items/3D Render Icons/Wood Armor.png" id="1_wq31s"]
|
[ext_resource type="Texture2D" uid="uid://ci4oqkr0auqlw" path="res://src/items/armor/textures/Ceremonial Vestments.PNG" id="1_wq31s"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_bkpin")
|
script = ExtResource("1_bkpin")
|
||||||
@@ -11,7 +11,6 @@ _hydricResistance = 0.0
|
|||||||
_igneousResistance = 0.0
|
_igneousResistance = 0.0
|
||||||
_ferrumResistance = 0.0
|
_ferrumResistance = 0.0
|
||||||
_holyResistance = 0.0
|
_holyResistance = 0.0
|
||||||
_curseResistance = 0.0
|
|
||||||
Name = "Wooden Armament"
|
Name = "Wooden Armament"
|
||||||
Description = "+3 DEF"
|
Description = "+3 DEF"
|
||||||
SpawnRate = 0.3
|
SpawnRate = 0.3
|
||||||
@@ -26,7 +25,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ collision_mask = 0
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
shaded = true
|
shaded = true
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cgkorwblwr12t"]
|
[gd_resource type="Resource" script_class="BoxItemStats" load_steps=2 format=3 uid="uid://cgkorwblwr12t"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://b0oixkrxy542r" path="res://src/items/3D Render Icons/Empty Box.png" id="1_650jj"]
|
|
||||||
[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="1_i336w"]
|
[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="1_i336w"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -20,9 +19,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_650jj")
|
|
||||||
metadata/_custom_type_script = "uid://vuavr681au06"
|
metadata/_custom_type_script = "uid://vuavr681au06"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ collision_mask = 0
|
|||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0322805, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.0322805, 0)
|
||||||
|
pixel_size = 0.001
|
||||||
billboard = 2
|
billboard = 2
|
||||||
shaded = true
|
shaded = true
|
||||||
double_sided = false
|
double_sided = false
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://d0cxrf0nldona"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://d0cxrf0nldona"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cyulehmrydvlj" path="res://src/items/3D Render Icons/Amrit Draught.png" id="1_6vdf0"]
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_riwik"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_riwik"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -24,8 +23,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_6vdf0")
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bjwbx3ymt8o7"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://bjwbx3ymt8o7"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_51ovu"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_51ovu"]
|
||||||
[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_g5ngs"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_51ovu")
|
script = ExtResource("1_51ovu")
|
||||||
@@ -9,8 +8,8 @@ HealHPAmount = 0
|
|||||||
HealVTAmount = 0
|
HealVTAmount = 0
|
||||||
PermanentRaiseHPAmount = 0
|
PermanentRaiseHPAmount = 0
|
||||||
PermanentRaiseVTAmount = 0
|
PermanentRaiseVTAmount = 0
|
||||||
Name = "Unknown Fragment"
|
Name = "Fragment"
|
||||||
Description = "Unknown fragment."
|
Description = "Unidentified fragment."
|
||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
@@ -23,9 +22,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 2
|
ItemTag = 2
|
||||||
Texture = ExtResource("1_g5ngs")
|
|
||||||
metadata/_custom_type_script = "uid://cymeea1n4f04i"
|
metadata/_custom_type_script = "uid://cymeea1n4f04i"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://dns281deffo6q"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://dns281deffo6q"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cy5bd7f37fi35" path="res://src/items/3D Render Icons/health item placeholder.png" id="1_154ao"]
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_e61q8"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_e61q8"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -23,8 +22,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_154ao")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bnec53frgyue8"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://bnec53frgyue8"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cyulehmrydvlj" path="res://src/items/3D Render Icons/Amrit Draught.png" id="1_3gnvj"]
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_wmtl1"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_wmtl1"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -23,8 +22,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_3gnvj")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://75fpkwfp0t0k"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://75fpkwfp0t0k"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cyulehmrydvlj" path="res://src/items/3D Render Icons/Amrit Draught.png" id="1_33rp1"]
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_f8ogj"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="1_f8ogj"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -24,8 +23,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_33rp1")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://ypw2yg10430p"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://ypw2yg10430p"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cyulehmrydvlj" path="res://src/items/3D Render Icons/Amrit Draught.png" id="1_omu2j"]
|
|
||||||
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_41hue"]
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_41hue"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -24,8 +23,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_omu2j")
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://lu0ddu3538p6"]
|
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://lu0ddu3538p6"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cy5bd7f37fi35" path="res://src/items/3D Render Icons/health item placeholder.png" id="1_5oqkr"]
|
|
||||||
[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_q4pyq"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -24,8 +23,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_5oqkr")
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ shape = SubResource("BoxShape3D_03cqg")
|
|||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(0.999973, 0.00489444, -0.00548299, -0.00488109, 0.999985, 0.00244357, 0.00549488, -0.00241672, 0.999982, 0, 0, 0)
|
transform = Transform3D(0.999973, 0.00489444, -0.00548299, -0.00488109, 0.999985, 0.00244357, 0.00549488, -0.00241672, 0.999982, 0, 0, 0)
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
shaded = true
|
shaded = true
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://crvn3srgpj2fh"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://crvn3srgpj2fh"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bybhtaq06p0yk" path="res://src/items/3D Render Icons/Gospel of Paths.png" id="1_u0h2q"]
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_yytis"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_yytis"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_u0h2q")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://d3to07qm7fm4"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://d3to07qm7fm4"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bybhtaq06p0yk" path="res://src/items/3D Render Icons/Gospel of Paths.png" id="1_xsfvc"]
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_i4na1"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_i4na1"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_xsfvc")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://5tbtsch3qagg"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://5tbtsch3qagg"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_drp30"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_drp30"]
|
||||||
[ext_resource type="Texture2D" uid="uid://clcnicpji56vc" path="res://src/items/3D Render Icons/Heaven's Rebellion.png" id="1_g0a3x"]
|
[ext_resource type="Texture2D" uid="uid://iiajy3h10e6a" path="res://src/items/effect/textures/Heaven's Rebellion.png" id="1_g0a3x"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_drp30")
|
script = ExtResource("1_drp30")
|
||||||
@@ -12,7 +12,7 @@ Description = "Heals self and all enemies in current room to maximum HP."
|
|||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
BonusLuck = 5
|
BonusLuck = 0.05
|
||||||
BonusHP = 0
|
BonusHP = 0
|
||||||
BonusVT = 0
|
BonusVT = 0
|
||||||
AeolicResistance = 0
|
AeolicResistance = 0
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bgqu6jsadtqjq"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://bgqu6jsadtqjq"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bybhtaq06p0yk" path="res://src/items/3D Render Icons/Gospel of Paths.png" id="1_8v5wn"]
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_mj844"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_mj844"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_8v5wn")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://brj7h6tgifa5n"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://brj7h6tgifa5n"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bybhtaq06p0yk" path="res://src/items/3D Render Icons/Gospel of Paths.png" id="1_3iam5"]
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cl8lc"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cl8lc"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_3iam5")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bldgbv38yplgk"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bldgbv38yplgk"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cft1sn3ttmqkg" path="res://src/items/3D Render Icons/Kyuuketsuki.png" id="1_0tcgy"]
|
[ext_resource type="Texture2D" uid="uid://dg6rwrbmo67yp" path="res://src/items/effect/textures/Kyuuketsuki.png" id="1_0tcgy"]
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_hxj1b"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_hxj1b"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -12,7 +12,7 @@ Description = "Absorbs HP from all enemies in the room."
|
|||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
BonusLuck = 5
|
BonusLuck = 0.05
|
||||||
BonusHP = 0
|
BonusHP = 0
|
||||||
BonusVT = 0
|
BonusVT = 0
|
||||||
AeolicResistance = 0
|
AeolicResistance = 0
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://2ymi6ooyqyox"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://2ymi6ooyqyox"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_eeb8x"]
|
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_eeb8x"]
|
||||||
[ext_resource type="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_yerq2"]
|
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_eeb8x")
|
script = ExtResource("1_eeb8x")
|
||||||
UsableItemTag = 0
|
UsableItemTag = 0
|
||||||
ElementalDamageType = 0
|
ElementalDamageType = 0
|
||||||
Name = "Unknown Seal"
|
Name = "Seal"
|
||||||
Description = "Unknown seal."
|
Description = "Mystery seal."
|
||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 2
|
ItemTag = 2
|
||||||
Texture = ExtResource("1_yerq2")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -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="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://3i21sj5kbya0" path="res://src/items/3D Render Icons/Sine Morph.png" id="1_vqhky"]
|
[ext_resource type="Texture2D" uid="uid://bj7vhhgq7c0s1" path="res://src/items/effect/textures/SineMorph.png" id="1_vqhky"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_ksb1c")
|
script = ExtResource("1_ksb1c")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://dw26l3f3hd2sq"]
|
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://dw26l3f3hd2sq"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://bybhtaq06p0yk" path="res://src/items/3D Render Icons/Gospel of Paths.png" id="1_x62ct"]
|
|
||||||
[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_38yjb"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -21,9 +20,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_x62ct")
|
|
||||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ collision_mask = 0
|
|||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.370004, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.370004, 0)
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|
||||||
|
|||||||
@@ -1,34 +1,23 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://dofju2wfj12y4"]
|
[gd_scene load_steps=4 format=3 uid="uid://dofju2wfj12y4"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://qjvotbwutcb5" path="res://src/items/restorative/Restorative.cs" id="1_3beyl"]
|
[ext_resource type="Script" uid="uid://qjvotbwutcb5" path="res://src/items/restorative/Restorative.cs" id="1_3beyl"]
|
||||||
[ext_resource type="Texture2D" uid="uid://b36xqrykgtdkw" path="res://src/items/VT Crystal/FRAME1.png" id="2_jv3e6"]
|
[ext_resource type="Texture2D" uid="uid://d07kcaqe682l1" path="res://src/items/ammo/textures/AirGeo.png" id="2_6y0d4"]
|
||||||
[ext_resource type="Texture2D" uid="uid://d3g5l5x5crrcy" path="res://src/items/VT Crystal/FRAME 2.png" id="3_wrrxk"]
|
|
||||||
[ext_resource type="Texture2D" uid="uid://evb7fqb01tm5" path="res://src/items/VT Crystal/FRAME 3.png" id="4_qorf7"]
|
|
||||||
|
|
||||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_o8f22"]
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_o8f22"]
|
||||||
radius = 0.120977
|
radius = 0.120977
|
||||||
height = 1.09613
|
height = 1.09613
|
||||||
|
|
||||||
[sub_resource type="SpriteFrames" id="SpriteFrames_mejdx"]
|
|
||||||
animations = [{
|
|
||||||
"frames": [{
|
|
||||||
"duration": 1.0,
|
|
||||||
"texture": ExtResource("2_jv3e6")
|
|
||||||
}, {
|
|
||||||
"duration": 1.0,
|
|
||||||
"texture": ExtResource("3_wrrxk")
|
|
||||||
}, {
|
|
||||||
"duration": 1.0,
|
|
||||||
"texture": ExtResource("4_qorf7")
|
|
||||||
}],
|
|
||||||
"loop": true,
|
|
||||||
"name": &"default",
|
|
||||||
"speed": 7.0
|
|
||||||
}]
|
|
||||||
|
|
||||||
[node name="Restorative" type="Node3D"]
|
[node name="Restorative" type="Node3D"]
|
||||||
script = ExtResource("1_3beyl")
|
script = ExtResource("1_3beyl")
|
||||||
|
|
||||||
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.205191, 0)
|
||||||
|
pixel_size = 0.025
|
||||||
|
billboard = 2
|
||||||
|
texture_filter = 0
|
||||||
|
render_priority = 100
|
||||||
|
texture = ExtResource("2_6y0d4")
|
||||||
|
|
||||||
[node name="Pickup" type="Area3D" parent="."]
|
[node name="Pickup" type="Area3D" parent="."]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
collision_layer = 4
|
collision_layer = 4
|
||||||
@@ -37,10 +26,3 @@ collision_mask = 0
|
|||||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.190116, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.190116, 0)
|
||||||
shape = SubResource("CapsuleShape3D_o8f22")
|
shape = SubResource("CapsuleShape3D_o8f22")
|
||||||
|
|
||||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
|
|
||||||
billboard = 1
|
|
||||||
texture_filter = 0
|
|
||||||
sprite_frames = SubResource("SpriteFrames_mejdx")
|
|
||||||
autoplay = "default"
|
|
||||||
frame_progress = 0.513336
|
|
||||||
|
|||||||
@@ -15,16 +15,12 @@ public partial class ThrowableItem : Node3D, IBaseInventoryItem, IStackable
|
|||||||
|
|
||||||
[Node] private Sprite3D _sprite { get; set; } = default!;
|
[Node] private Sprite3D _sprite { get; set; } = default!;
|
||||||
|
|
||||||
public ThrowableItem()
|
|
||||||
{
|
|
||||||
var rng = new RandomNumberGenerator();
|
|
||||||
rng.Randomize();
|
|
||||||
Count = new AutoProp<int>(rng.RandiRange(1, 5));
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void _Ready()
|
public override void _Ready()
|
||||||
{
|
{
|
||||||
_sprite.Texture = Stats.Texture;
|
_sprite.Texture = Stats.Texture;
|
||||||
|
var rng = new RandomNumberGenerator();
|
||||||
|
rng.Randomize();
|
||||||
|
Count = new AutoProp<int>(rng.RandiRange(Stats.MinimumCount, Stats.MaximumCount));
|
||||||
}
|
}
|
||||||
|
|
||||||
public string ItemName => Stats.Name;
|
public string ItemName => Stats.Name;
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ shape = SubResource("BoxShape3D_03cqg")
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
render_priority = 100
|
render_priority = 100
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
[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://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_r4wv3"]
|
|
||||||
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_xaank"]
|
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="1_xaank"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_xaank")
|
script = ExtResource("1_xaank")
|
||||||
HealHPAmount = 0
|
HealHPAmount = 0
|
||||||
HealVTAmount = 0
|
HealVTAmount = 0
|
||||||
|
ThrowableItemTag = 0
|
||||||
ElementType = 0
|
ElementType = 0
|
||||||
UsableItemTag = 0
|
UsableItemTag = 0
|
||||||
MinimumCount = 1
|
MinimumCount = 1
|
||||||
MaximumCount = 8
|
MaximumCount = 8
|
||||||
Name = "Unknown Dice"
|
Name = "Mystery Dice"
|
||||||
Description = "Unknown Dice."
|
Description = "Mystery dice."
|
||||||
SpawnRate = 0.5
|
SpawnRate = 0.5
|
||||||
BonusAttack = 0
|
BonusAttack = 0
|
||||||
BonusDefense = 0
|
BonusDefense = 0
|
||||||
@@ -25,9 +25,7 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_r4wv3")
|
|
||||||
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"
|
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ shape = SubResource("SphereShape3D_xxdqr")
|
|||||||
|
|
||||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.1, 0)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.1, 0)
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
texture = SubResource("ViewportTexture_xxdqr")
|
texture = SubResource("ViewportTexture_xxdqr")
|
||||||
@@ -54,10 +55,10 @@ size_flags_vertical = 3
|
|||||||
transparent_bg = true
|
transparent_bg = true
|
||||||
handle_input_locally = false
|
handle_input_locally = false
|
||||||
canvas_cull_mask = 4293918721
|
canvas_cull_mask = 4293918721
|
||||||
size = Vector2i(150, 150)
|
size = Vector2i(100, 100)
|
||||||
render_target_update_mode = 4
|
render_target_update_mode = 4
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite2D" parent="Sprite3D/SubViewportContainer/SubViewport"]
|
[node name="Sprite" type="Sprite2D" parent="Sprite3D/SubViewportContainer/SubViewport"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
texture_filter = 1
|
texture_filter = 1
|
||||||
offset = Vector2(75, 75)
|
offset = Vector2(50, 50)
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ collision_mask = 0
|
|||||||
|
|
||||||
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
[node name="Sprite" type="Sprite3D" parent="Pickup"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
pixel_size = 0.025
|
||||||
billboard = 2
|
billboard = 2
|
||||||
texture_filter = 0
|
texture_filter = 0
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
[gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://db075qhmlmrcu"]
|
[gd_resource type="Resource" script_class="WeaponStats" load_steps=4 format=3 uid="uid://db075qhmlmrcu"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://cj1psfba5bhup" path="res://src/items/3D Render Icons/3Dkubel.png" id="1_gulxx"]
|
|
||||||
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_kbje7"]
|
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="1_kbje7"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://bkntmni5jxfpk" path="res://src/items/weapons/textures/KUBEL.PNG" id="1_kwtbu"]
|
||||||
|
[ext_resource type="AudioStream" uid="uid://ilf2s8ct2stt" path="res://src/audio/sfx/PLAYER_slower_slash.ogg" id="1_xfglq"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_kbje7")
|
script = ExtResource("1_kbje7")
|
||||||
AttackSpeed = 1.0
|
AttackSpeed = 1.0
|
||||||
WeaponElement = 5
|
WeaponElement = 5
|
||||||
WeaponTag = 0
|
WeaponTag = 0
|
||||||
SelfDamage = 0
|
|
||||||
SoundEffect = 4
|
SoundEffect = 4
|
||||||
Name = "Kubel"
|
Name = "Kubel"
|
||||||
Description = "+9 ATK
|
Description = "+9 ATK
|
||||||
@@ -25,9 +25,8 @@ TelluricResistance = 0
|
|||||||
HydricResistance = 0
|
HydricResistance = 0
|
||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_gulxx")
|
Texture = ExtResource("1_kwtbu")
|
||||||
|
AudioStream = ExtResource("1_xfglq")
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[gd_resource type="Resource" script_class="WeaponStats" load_steps=3 format=3 uid="uid://u8ed8gs5xx2h"]
|
[gd_resource type="Resource" script_class="WeaponStats" load_steps=2 format=3 uid="uid://u8ed8gs5xx2h"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://b4b2qa08jn6vp" path="res://src/items/weapons/textures/AIRSPEAR.PNG" id="1_f06uw"]
|
|
||||||
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_j7txh"]
|
[ext_resource type="Script" uid="uid://cc7byqeolw5y4" path="res://src/items/weapons/WeaponStats.cs" id="2_j7txh"]
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
@@ -8,7 +7,6 @@ script = ExtResource("2_j7txh")
|
|||||||
AttackSpeed = 1.0
|
AttackSpeed = 1.0
|
||||||
WeaponElement = 2
|
WeaponElement = 2
|
||||||
WeaponTag = 0
|
WeaponTag = 0
|
||||||
SelfDamage = 0
|
|
||||||
SoundEffect = 22
|
SoundEffect = 22
|
||||||
Name = "Mother's Spear"
|
Name = "Mother's Spear"
|
||||||
Description = "\"Earth, When I am about to Die, I Lean on you. Earth, While I am Alive, I Depend on You\"."
|
Description = "\"Earth, When I am about to Die, I Lean on you. Earth, While I am Alive, I Depend on You\"."
|
||||||
@@ -24,8 +22,6 @@ HydricResistance = 0
|
|||||||
IgneousResistance = 0
|
IgneousResistance = 0
|
||||||
FerrumResistance = 0
|
FerrumResistance = 0
|
||||||
HolyResistance = 0
|
HolyResistance = 0
|
||||||
CurseResistance = 0
|
|
||||||
ThrowSpeed = 12.0
|
ThrowSpeed = 12.0
|
||||||
ThrowDamage = 5
|
ThrowDamage = 5
|
||||||
ItemTag = 0
|
ItemTag = 0
|
||||||
Texture = ExtResource("1_f06uw")
|
|
||||||
|
|||||||
@@ -244,6 +244,48 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.992, 0, 0.765)
|
|||||||
[node name="EnemySpawn1" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
[node name="EnemySpawn1" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn5" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn6" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn7" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn8" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn9" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn10" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn11" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn12" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn13" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn14" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn15" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn16" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn17" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
|
[node name="EnemySpawn18" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.266, 0, 6.644)
|
||||||
|
|
||||||
[node name="EnemySpawn2" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
[node name="EnemySpawn2" type="Marker3D" parent="Spawn Points/EnemySpawnPoints"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.808, 0, -3.291)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.808, 0, -3.291)
|
||||||
|
|
||||||
|
|||||||
@@ -34,21 +34,17 @@ script = ExtResource("1_ukqf2")
|
|||||||
|
|
||||||
[node name="CenterContainer2" type="CenterContainer" parent="."]
|
[node name="CenterContainer2" type="CenterContainer" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 8
|
anchors_preset = 5
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
anchor_top = 0.5
|
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
anchor_bottom = 0.5
|
|
||||||
offset_left = -400.0
|
offset_left = -400.0
|
||||||
offset_top = -512.5
|
|
||||||
offset_right = 400.0
|
offset_right = 400.0
|
||||||
offset_bottom = 512.5
|
offset_bottom = 1025.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
|
||||||
|
|
||||||
[node name="AugmentableItemsList" type="PanelContainer" parent="CenterContainer2"]
|
[node name="AugmentableItemsList" type="PanelContainer" parent="CenterContainer2"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
custom_minimum_size = Vector2(800, 975)
|
custom_minimum_size = Vector2(800, 1025)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="Panel" type="Panel" parent="CenterContainer2/AugmentableItemsList"]
|
[node name="Panel" type="Panel" parent="CenterContainer2/AugmentableItemsList"]
|
||||||
@@ -144,6 +140,9 @@ layout_mode = 2
|
|||||||
[node name="AugmentableSlot19" parent="CenterContainer2/AugmentableItemsList/Panel/MarginContainer2/Inventory" instance=ExtResource("1_a5r0f")]
|
[node name="AugmentableSlot19" parent="CenterContainer2/AugmentableItemsList/Panel/MarginContainer2/Inventory" instance=ExtResource("1_a5r0f")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
|
[node name="AugmentableSlot20" parent="CenterContainer2/AugmentableItemsList/Panel/MarginContainer2/Inventory" instance=ExtResource("1_a5r0f")]
|
||||||
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="ConfirmAugmentContainer" type="Panel" parent="."]
|
[node name="ConfirmAugmentContainer" type="Panel" parent="."]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
visible = false
|
||||||
@@ -159,6 +158,7 @@ layout_mode = 1
|
|||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
offset_right = -40.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_7co7g"]
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_7co7g"]
|
||||||
|
|
||||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xwkpe"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xwkpe"]
|
||||||
bg_color = Color(0, 0, 0, 0.603922)
|
bg_color = Color(0, 0, 0, 0.168627)
|
||||||
|
|
||||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_b6rkr"]
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_b6rkr"]
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ visible = false
|
|||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
offset_right = -440.0
|
offset_right = -480.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_7co7g")
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_7co7g")
|
||||||
@@ -49,7 +49,7 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_xwkpe")
|
|||||||
|
|
||||||
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
|
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
offset_right = 1480.0
|
offset_right = 1440.0
|
||||||
offset_bottom = 1080.0
|
offset_bottom = 1080.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[gd_scene load_steps=7 format=3 uid="uid://c005nd0m2eim"]
|
[gd_scene load_steps=7 format=3 uid="uid://c005nd0m2eim"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://cglxk7v8hpesn" path="res://src/ui/inventory_menu/ItemSlot.cs" id="1_yttxt"]
|
[ext_resource type="Script" uid="uid://cglxk7v8hpesn" path="res://src/ui/inventory_menu/ItemSlot.cs" id="1_yttxt"]
|
||||||
[ext_resource type="Texture2D" uid="uid://cj1psfba5bhup" path="res://src/items/3D Render Icons/3Dkubel.png" id="3_t6dim"]
|
[ext_resource type="Texture2D" uid="uid://dymrg1fmwho35" path="res://src/items/weapons/textures/Cross Sword.png" id="2_rf22b"]
|
||||||
[ext_resource type="StyleBox" uid="uid://bxuy4tnftibfq" path="res://src/options/SelectedOptionsBox.tres" id="4_lt1pw"]
|
[ext_resource type="StyleBox" uid="uid://bxuy4tnftibfq" path="res://src/options/SelectedOptionsBox.tres" id="4_lt1pw"]
|
||||||
[ext_resource type="StyleBox" uid="uid://bl15q835s4ene" path="res://src/options/UnselectedOptionsBox.tres" id="4_rf22b"]
|
[ext_resource type="StyleBox" uid="uid://bl15q835s4ene" path="res://src/options/UnselectedOptionsBox.tres" id="4_rf22b"]
|
||||||
[ext_resource type="FontFile" uid="uid://0syyay37admf" path="res://src/ui/fonts/georgiab.ttf" id="4_t6dim"]
|
[ext_resource type="FontFile" uid="uid://0syyay37admf" path="res://src/ui/fonts/georgiab.ttf" id="4_t6dim"]
|
||||||
@@ -37,8 +37,7 @@ vertical_alignment = 1
|
|||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
custom_minimum_size = Vector2(50, 50)
|
custom_minimum_size = Vector2(50, 50)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
texture = ExtResource("3_t6dim")
|
texture = ExtResource("2_rf22b")
|
||||||
expand_mode = 2
|
|
||||||
|
|
||||||
[node name="Control" type="HBoxContainer" parent="ItemInfo"]
|
[node name="Control" type="HBoxContainer" parent="ItemInfo"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user