0.2.0 commit
This commit is contained in:
23
Content/Items/Materials/FrozenTablet.cs
Normal file
23
Content/Items/Materials/FrozenTablet.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terraria.ID;
|
||||
using Terraria.ModLoader;
|
||||
using Terraria;
|
||||
|
||||
namespace tMx.Content.Items.Materials
|
||||
{
|
||||
public class FrozenTablet : ModItem
|
||||
{
|
||||
public override void SetDefaults()
|
||||
{
|
||||
Item.ResearchUnlockCount = 666;
|
||||
Item.value = Item.buyPrice(gold: 1);
|
||||
Item.rare = ItemRarityID.Blue;
|
||||
Item.material = true;
|
||||
Item.maxStack = 666;
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Content/Items/Materials/FrozenTablet.png
Normal file
BIN
Content/Items/Materials/FrozenTablet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Content/Items/Materials/FrozenTablet.psd
Normal file
BIN
Content/Items/Materials/FrozenTablet.psd
Normal file
Binary file not shown.
23
Content/Items/Materials/MoltenTablet.cs
Normal file
23
Content/Items/Materials/MoltenTablet.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terraria.ID;
|
||||
using Terraria.ModLoader;
|
||||
using Terraria;
|
||||
|
||||
namespace tMx.Content.Items.Materials
|
||||
{
|
||||
public class MoltenTablet : ModItem
|
||||
{
|
||||
public override void SetDefaults()
|
||||
{
|
||||
Item.ResearchUnlockCount = 666;
|
||||
Item.value = Item.buyPrice(gold: 1);
|
||||
Item.rare = ItemRarityID.Red;
|
||||
Item.material = true;
|
||||
Item.maxStack = 666;
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Content/Items/Materials/MoltenTablet.png
Normal file
BIN
Content/Items/Materials/MoltenTablet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Content/Items/Materials/MoltenTablet.psd
Normal file
BIN
Content/Items/Materials/MoltenTablet.psd
Normal file
Binary file not shown.
Reference in New Issue
Block a user