This commit is contained in:
2024-09-08 02:00:18 -07:00
parent 5240fd5f92
commit 29a6d1072c
36 changed files with 1194 additions and 203 deletions

View File

@@ -28,3 +28,30 @@ public partial class ThrowableItem : Node3D, IThrowableItem
QueueFree();
}
}
public enum ThrowableItemTag
{
InflictTelluricDamage,
InflictAeolicDamage,
InflictHydricDamage,
InflictIgneousDamage,
InflictFerrumDamage,
DoubleEXP,
RandomWarp,
LowerTargetTo1HP,
IdentifyAllItemsCostHP,
WarpToExitIfFound,
RandomNewItem,
BasicItem,
SwapHPandVTWithEntitiesInRoom,
TeleportAllEnemiesToRoom,
TurnAllEnemiesIntoHealingItem,
KillHalfEnemiesInRoom,
AbsorbHPFromAllEnemiesInRoom,
HealsAllInRoomToMaxHP,
RandomEffect,
Add1ATK,
Add1DEF,
RaiseLevelBy1,
BriefImmunity
}