Add jewels but no implementation yet (needed redesign of inventory menu to function correctly)
29 lines
827 B
Plaintext
29 lines
827 B
Plaintext
[gd_resource type="Resource" script_class="JewelStats" load_steps=3 format=3 uid="uid://b8f23e2kay1cr"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cdq12s3k2oemt" path="res://src/items/jewels/texture/Anabolic.png" id="1_6jhk1"]
|
|
[ext_resource type="Script" uid="uid://btikba31yb0tl" path="res://src/items/jewels/JewelStats.cs" id="1_6xlbl"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_6xlbl")
|
|
JewelTag = 2
|
|
Name = "Anabolic Jewel"
|
|
Description = "Increase HP regen speed."
|
|
SpawnRate = 0.5
|
|
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_6jhk1")
|
|
metadata/_custom_type_script = "uid://btikba31yb0tl"
|