Updated Titanic Gatli Stynger's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:38:04 -04:00
parent 1341f6f2bd
commit dec2f677ef
2 changed files with 9 additions and 11 deletions

View File

@ -16,23 +16,21 @@ namespace Decimation.Content.Items.Weapons
protected override string ItemTooltip => "Feel the rage of Kronos by your side."; protected override string ItemTooltip => "Feel the rage of Kronos by your side.";
protected override DamageType DamagesType => DamageType.Ranged; protected override DamageType DamagesType => DamageType.Ranged;
protected override int Damages => 950; protected override int Damages => 950;
protected override string ProjectileName => "TitanicStyngerBolt"; protected override int ProjectileId => ModContent.ProjectileType<TitanicStyngerBolt>();
protected override void InitWeapon() protected override void InitWeapon()
{ {
this.item.CloneDefaults(ItemID.Stynger); item.CloneDefaults(ItemID.Stynger);
item.knockBack = 11; item.knockBack = 11;
item.shootSpeed = 9f; item.shootSpeed = 9f;
item.crit = 8; item.crit = 8;
item.width = 72;
this.item.width = 52; item.height = 36;
this.item.height = 26; item.useTime = 10;
this.item.useTime = 10; item.useAnimation = 10;
this.item.useAnimation = 10; item.rare = 10;
this.item.rare = 10; item.autoReuse = true;
this.item.autoReuse = true; item.value = Item.buyPrice(0, 60);
this.item.value = Item.buyPrice(0, 60);
} }
protected override ModRecipe GetRecipe() protected override ModRecipe GetRecipe()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 825 B