All items have an image
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=2 format=3 uid="uid://bjwbx3ymt8o7"]
|
||||
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 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="Texture2D" uid="uid://djby4qor86st1" path="res://src/items/Icons/Unidentified Item.png" id="1_g5ngs"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_51ovu")
|
||||
@@ -8,8 +9,8 @@ HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
PermanentRaiseHPAmount = 0
|
||||
PermanentRaiseVTAmount = 0
|
||||
Name = "Fragment"
|
||||
Description = "Unidentified fragment."
|
||||
Name = "Unknown Fragment"
|
||||
Description = "Unknown fragment."
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
@@ -22,7 +23,9 @@ HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
CurseResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 2
|
||||
Texture = ExtResource("1_g5ngs")
|
||||
metadata/_custom_type_script = "uid://cymeea1n4f04i"
|
||||
|
||||
Reference in New Issue
Block a user