Files
GameJamDungeon/Zennysoft.Game.Ma/src/items/effect/resources/GreenTalisman.tres

34 lines
1.0 KiB
Plaintext

[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://2338gv6ne8jt"]
[ext_resource type="Texture2D" uid="uid://b4brs6e73yjlq" path="res://src/items/effect/textures/Green Talisman.png" id="1_h6noj"]
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_mnvt1"]
[resource]
script = ExtResource("2_mnvt1")
UsableItemTag = 22
ElementalDamageType = 0
Name = "Green Talisman"
StatDescription = "Consumeable"
FlavorText = "Contains a prayer of fortune.
In the township that formed below, it was common custom to bequeath such a charm to a loved one when they departed on a journey.
Permanently boosts the user's LUCK"
SpawnRate = 0.2
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_h6noj")
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"