Fixed Shield animation jumps and secondary attack Fixed demon wall stone behavior Made overworld ambient sounds unpausable
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
[gd_resource type="Resource" script_class="ConsumableItemStats" load_steps=4 format=3 uid="uid://d0cxrf0nldona"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://cye8wlqbx66h4" path="res://src/audio/sfx/player_heal.ogg" id="1_71cro"]
|
|
[ext_resource type="Texture2D" uid="uid://ttmu3vttq8yo" path="res://src/items/consumable/textures/amrit shard.PNG" id="1_f1n30"]
|
|
[ext_resource type="Script" uid="uid://cymeea1n4f04i" path="res://src/items/consumable/ConsumableItemStats.cs" id="2_riwik"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_riwik")
|
|
HealHPAmount = 60
|
|
HealVTAmount = 0
|
|
PermanentRaiseHPAmount = 16
|
|
PermanentRaiseVTAmount = 0
|
|
Name = "Amrit Shard"
|
|
Description = "A droplet of the heavenly elixir, frozen in time.
|
|
Restores 60 HP. If HP full, raises MAX HP by 16."
|
|
SpawnRate = 0.05
|
|
BonusAttack = 0
|
|
BonusDefense = 0
|
|
BonusLuck = 0.05
|
|
BonusHP = 0
|
|
BonusVT = 0
|
|
AeolicResistance = 0
|
|
TelluricResistance = 0
|
|
HydricResistance = 0
|
|
IgneousResistance = 0
|
|
FerrumResistance = 0
|
|
ThrowSpeed = 12.0
|
|
ThrowDamage = 5
|
|
ItemTag = 0
|
|
Texture = ExtResource("1_f1n30")
|
|
AudioStream = ExtResource("1_71cro")
|