37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
[gd_resource type="Resource" script_class="ArmorStats" load_steps=3 format=3 uid="uid://bbakqutps7jn6"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cen481sdhh8uj" path="res://src/items/armor/textures/Demon Robe.png" id="1_1o8ag"]
|
|
[ext_resource type="Script" uid="uid://dqtp6ewvttoyu" path="res://src/items/armor/ArmorStats.cs" id="2_cwod3"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_cwod3")
|
|
_telluricResistance = 0.0
|
|
_aeolicResistance = 0.0
|
|
_hydricResistance = 0.0
|
|
_igneousResistance = 0.0
|
|
_ferrumResistance = 0.0
|
|
_holyResistance = 0.0
|
|
_curseResistance = 0.0
|
|
ArmorTag = 0
|
|
Name = "Demon Robe"
|
|
StatDescription = ""
|
|
FlavorText = "Ceremonial robes worn by the magistrate of a former Hell.
|
|
Celestial punishment, at all levels of creative brutality that karma could demand, should still carry with it an air of grace."
|
|
SpawnRate = 0.3
|
|
BonusAttack = 0
|
|
BonusDefense = 7
|
|
BonusLuck = 0
|
|
BonusHP = 0
|
|
BonusVT = 0
|
|
AeolicResistance = 0
|
|
TelluricResistance = 0
|
|
HydricResistance = 0
|
|
IgneousResistance = 0
|
|
FerrumResistance = 0
|
|
HolyResistance = 0
|
|
CurseResistance = 25
|
|
ThrowSpeed = 12.0
|
|
ThrowDamage = 5
|
|
ItemTag = 0
|
|
Texture = ExtResource("1_1o8ag")
|