Files
GameJamDungeon/Zennysoft.Game.Ma/src/items/throwable/resources/GeomanticDiceAeolic.tres

34 lines
940 B
Plaintext

[gd_resource type="Resource" script_class="ThrowableItemStats" load_steps=3 format=3 uid="uid://b2tjmgvxww6bk"]
[ext_resource type="Texture2D" uid="uid://rfxc185x4vij" path="res://src/items/throwable/textures/Green Dice.png" id="1_6iufs"]
[ext_resource type="Script" uid="uid://d3wlunkcuv2w2" path="res://src/items/throwable/ThrowableItemStats.cs" id="2_pxcw1"]
[resource]
script = ExtResource("2_pxcw1")
HealHPAmount = 10
HealVTAmount = 5
ElementType = 1
UsableItemTag = 0
MinimumCount = 1
MaximumCount = 8
Name = "Geomantic Dice - Aeolic"
StatDescription = "Throw to deal minor Aeolic damage to enemy."
FlavorText = ""
SpawnRate = 1.0
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 = 20.0
ThrowDamage = 20
ItemTag = 0
Texture = ExtResource("1_6iufs")