Files
GameJamDungeon/Zennysoft.Game.Ma/src/items/jewels/resources/IgenousJewel.tres

34 lines
1.0 KiB
Plaintext

[gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://duk8un4sdv0cs"]
[ext_resource type="Texture2D" uid="uid://cg012lq8a4ncq" path="res://src/items/jewels/texture/Igneous Jewel.png" id="1_knm0p"]
[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_qh03l"]
[resource]
script = ExtResource("1_qh03l")
JewelTag = 8
Name = "Igneous Jewel"
StatDescription = "Augment
"
FlavorText = "A jewel that burns bright and reflects ambition in it's depths.
When attached to a weapon; bestows Igneous properties.
When attached to armor or mask; grants Resistance to Igneous damage."
SpawnRate = 0.15
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0
BonusHP = 0
BonusVT = 0
AeolicResistance = 0
TelluricResistance = 0
HydricResistance = 0
IgneousResistance = 25
FerrumResistance = 0
HolyResistance = 0
CurseResistance = 0
ThrowSpeed = 12.0
ThrowDamage = 5
ItemTag = 0
Texture = ExtResource("1_knm0p")
metadata/_custom_type_script = "uid://btikba31yb0tl"