All items have an image
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=2 format=3 uid="uid://b12mgrqpki54y"]
|
||||
[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 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"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_xaank")
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowableItemTag = 0
|
||||
ElementType = 0
|
||||
UsableItemTag = 0
|
||||
MinimumCount = 1
|
||||
MaximumCount = 8
|
||||
Name = "Mystery Dice"
|
||||
Description = "Mystery dice."
|
||||
Name = "Unknown Dice"
|
||||
Description = "Unknown Dice."
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
@@ -25,7 +25,9 @@ HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
CurseResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_r4wv3")
|
||||
metadata/_custom_type_script = "uid://d3wlunkcuv2w2"
|
||||
|
||||
Reference in New Issue
Block a user