Files
GameJamDungeon/Zennysoft.Game.Ma/src/items/box/resources/EmptyPromise.tres

33 lines
1.0 KiB
Plaintext

[gd_resource type="Resource" script_class="BoxItemStats" load_steps=3 format=3 uid="uid://cgkorwblwr12t"]
[ext_resource type="Texture2D" uid="uid://eclhe8el3hrn" path="res://src/items/box/textures/Empty Box.png" id="1_650jj"]
[ext_resource type="Script" uid="uid://vuavr681au06" path="res://src/items/accessory/BoxItemStats.cs" id="1_i336w"]
[resource]
script = ExtResource("1_i336w")
DamageToPlayer = 0
Name = "Empty Promise"
StatDescription = "Box"
FlavorText = "An empty box.
Possesses a certain weight to it that may allow it to be propelled by force quite nicely.
Though, there are likely those in the Tower who may be open to exchange of such, or really any, objects."
SpawnRate = 0.1
BonusAttack = 0
BonusDefense = 0
BonusLuck = 5
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 0
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_650jj")
metadata/_custom_type_script = "uid://vuavr681au06"