Mystery item implementation
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[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://b5s0sr6ddpjp4" path="res://src/items/consumable/textures/Mystery.png" id="1_g5ngs"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_51ovu")
|
||||
Name = "Fragment"
|
||||
Description = "Unidentified fragment."
|
||||
RaiseHPAmount = 0
|
||||
RaiseVTAmount = 0
|
||||
Name = "Fragment"
|
||||
Description = "Unidentified fragment."
|
||||
SpawnRate = 0.5
|
||||
ThrowSpeed = 12.0
|
||||
HealHPAmount = 0
|
||||
HealVTAmount = 0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 2
|
||||
Texture = ExtResource("1_g5ngs")
|
||||
metadata/_custom_type_script = "uid://cymeea1n4f04i"
|
||||
Reference in New Issue
Block a user