Updated Talonian Pillar's sprite.
Updated Hour Glass.
This commit is contained in:
parent
4c08d18a6f
commit
e4ba4d4277
Binary file not shown.
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 242 B |
@ -9,7 +9,6 @@ namespace Decimation.Content.Items.Tools
|
|||||||
{
|
{
|
||||||
protected override string ItemName => "The Hour Glass";
|
protected override string ItemName => "The Hour Glass";
|
||||||
protected override string ItemTooltip => "Costs 50 mana.";
|
protected override string ItemTooltip => "Costs 50 mana.";
|
||||||
protected override DrawAnimation Animation => new DrawAnimationVertical(15, 4);
|
|
||||||
|
|
||||||
protected override void InitTool()
|
protected override void InitTool()
|
||||||
{
|
{
|
||||||
@ -21,6 +20,7 @@ namespace Decimation.Content.Items.Tools
|
|||||||
item.useStyle = 4;
|
item.useStyle = 4;
|
||||||
item.rare = Rarity.Purple.GetRarityValue();
|
item.rare = Rarity.Purple.GetRarityValue();
|
||||||
item.expert = true;
|
item.expert = true;
|
||||||
|
item.autoReuse = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool UseItem(Player player)
|
public override bool UseItem(Player player)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 372 B |
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in New Issue
Block a user