first commit, even though I've been "done" with the mod for like ever

This commit is contained in:
ForeverPyrite
2025-08-12 00:01:48 -05:00
commit 46bc9baab8
32 changed files with 1145 additions and 0 deletions

19
Items/OutbreakCatalyst.cs Normal file
View File

@@ -0,0 +1,19 @@
using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace Siva.Items
{
public class OutbreakCatalyst : ModItem
{
public override void SetDefaults()
{
Item.height = 24;
Item.width = 24;
Item.buyPrice(platinum: 5);
Item.sellPrice(0);
Item.maxStack = 1;
Item.rare = ItemRarityID.Yellow;
}
}
}

BIN
Items/OutbreakCatalyst.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB