first commit, even though I've been "done" with the mod for like ever
This commit is contained in:
19
Items/OutbreakCatalyst.cs
Normal file
19
Items/OutbreakCatalyst.cs
Normal 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
BIN
Items/OutbreakCatalyst.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user