Updated Titanic Longsword's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:49:00 -04:00
parent aa77486a6a
commit 7c760fc0f5
2 changed files with 3 additions and 5 deletions

View File

@ -16,14 +16,12 @@ namespace Decimation.Content.Items.Weapons
protected override void InitWeapon()
{
item.useTime = 21;
item.useAnimation = 21;
item.useTime = 88;
item.useAnimation = 88;
item.crit = 14;
item.knockBack = 7;
this.item.value = Item.buyPrice(gold: 45);
item.value = Item.buyPrice(gold: 45);
item.rare = Rarity.LightPurple.GetRarityValue();
item.width = 84;
item.height = 84;
item.autoReuse = true;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

After

Width:  |  Height:  |  Size: 1.3 KiB