Add more spell effects
This commit is contained in:
@@ -8,8 +8,8 @@ script = ExtResource("2_pixk1")
|
||||
UsableItemTag = 15
|
||||
ElementalDamageType = 0
|
||||
Name = "Spell Sign: Entropic Seal"
|
||||
StatDescription = "Uses a random item in the inventory.
|
||||
No effect if no usable items exist."
|
||||
StatDescription = "Uses a random spell in the inventory.
|
||||
No effect if no usable spells exist."
|
||||
FlavorText = ""
|
||||
SpawnRate = 0.5
|
||||
BonusAttack = 0
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
[gd_resource type="Resource" script_class="EffectItemStats" load_steps=3 format=3 uid="uid://cofh755qjlkn0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://prsafwfaxnda" path="res://src/items/effect/textures/Entropic Seal.png" id="1_y1nwh"]
|
||||
[ext_resource type="Script" uid="uid://b5w4iw4iqmxtn" path="res://src/items/effect/EffectItemStats.cs" id="2_cov8h"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_cov8h")
|
||||
UsableItemTag = 32
|
||||
ElementalDamageType = 0
|
||||
Name = "Spell Sign: Fortune"
|
||||
StatDescription = "Doubles the amount of stack items."
|
||||
FlavorText = ""
|
||||
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 = 22
|
||||
Texture = ExtResource("1_y1nwh")
|
||||
metadata/_custom_type_script = "uid://b5w4iw4iqmxtn"
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_4qksk")
|
||||
UsableItemTag = 0
|
||||
UsableItemTag = 33
|
||||
ElementalDamageType = 0
|
||||
Name = "Spell Sign: Recall"
|
||||
StatDescription = "Identifies a random unknown item in inventory."
|
||||
|
||||
Reference in New Issue
Block a user