36 lines
1003 B
Plaintext
36 lines
1003 B
Plaintext
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=3 format=3 uid="uid://bnec53frgyue8"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://fdbkth1vvud2" path="res://src/items/consumable/texture/Haoma Draught.png" id="1_ctwnv"]
|
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_wmtl1"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_wmtl1")
|
|
HealHPAmount = 0
|
|
HealVTAmount = 1000
|
|
PermanentRaiseHPAmount = 0
|
|
PermanentRaiseVTAmount = 25
|
|
HealsStatusAilments = false
|
|
Name = "Haoma Draught"
|
|
StatDescription = "Restores ALL VT.
|
|
If VT is full: raises max VT by 25"
|
|
FlavorText = "A divine draught to invigorate oneself.
|
|
|
|
"
|
|
SpawnRate = 0.05
|
|
BonusAttack = 0
|
|
BonusDefense = 0
|
|
BonusLuck = 0.05
|
|
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_ctwnv")
|