Updated Titanic Longsword's sprite.
This commit is contained in:
parent
aa77486a6a
commit
7c760fc0f5
@ -16,14 +16,12 @@ namespace Decimation.Content.Items.Weapons
|
|||||||
|
|
||||||
protected override void InitWeapon()
|
protected override void InitWeapon()
|
||||||
{
|
{
|
||||||
item.useTime = 21;
|
item.useTime = 88;
|
||||||
item.useAnimation = 21;
|
item.useAnimation = 88;
|
||||||
item.crit = 14;
|
item.crit = 14;
|
||||||
item.knockBack = 7;
|
item.knockBack = 7;
|
||||||
this.item.value = Item.buyPrice(gold: 45);
|
item.value = Item.buyPrice(gold: 45);
|
||||||
item.rare = Rarity.LightPurple.GetRarityValue();
|
item.rare = Rarity.LightPurple.GetRarityValue();
|
||||||
item.width = 84;
|
|
||||||
item.height = 84;
|
|
||||||
item.autoReuse = true;
|
item.autoReuse = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user