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

38 lines
1.3 KiB
Plaintext

[gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://djim1rdpt03ai"]
[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_ivvck"]
[ext_resource type="Texture2D" uid="uid://m84aend2srew" path="res://src/items/jewels/texture/Mercury.png" id="1_rw1fk"]
[resource]
script = ExtResource("1_ivvck")
JewelTag = 10
WeaponAugmentDescription = "Adds or improves the ability to inflict Rust while also lowering HP recovery speed."
ArmorAugmentDescription = "Improves the ability to inflict Rust while also lowering HP recovery speed."
Name = "Mercury Prism"
StatDescription = "When attached to a weapon; adds or improves the ability to inflict Rust while also lowering HP recovery speed.
When attached to other equipment; improves the ability to inflict Rust while also lowering HP recovery speed.
"
FlavorText = "A highly toxic substance encased in a masterfully crafted prism.
What sort of soul manifests such a gem?
"
SpawnRate = 0.4
BonusAttack = 0
BonusDefense = 0
BonusLuck = 0
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_rw1fk")
metadata/_custom_type_script = "uid://btikba31yb0tl"