Fix up effect items
Fix up minimap Add some debug info
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=2 format=3 uid="uid://bldgbv38yplgk"]
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://bldgbv38yplgk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dg6rwrbmo67yp" path="res://src/items/effect/textures/Kyuuketsuki.png" id="1_0tcgy"]
|
||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="1_hxj1b"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_hxj1b")
|
||||
UsableItemTag = 7
|
||||
ElementalDamageType = 0
|
||||
Name = "Kyuuketsuki"
|
||||
Name = "Scripture Sign: Kyuuketsuki"
|
||||
Description = "Absorbs HP from all enemies in the room."
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
@@ -20,7 +21,9 @@ HydricResistance = 0
|
||||
IgneousResistance = 0
|
||||
FerrumResistance = 0
|
||||
HolyResistance = 0
|
||||
CurseResistance = 0
|
||||
ThrowSpeed = 12.0
|
||||
ThrowDamage = 5
|
||||
ItemTag = 0
|
||||
Texture = ExtResource("1_0tcgy")
|
||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||
|
||||
Reference in New Issue
Block a user