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 DamageType DamagesType => DamageType.Ranged;
protected override int Damages => 950;
protected override string ProjectileName => "TitanicStyngerBolt";
protected override int ProjectileId => ModContent.ProjectileType<TitanicStyngerBolt>();
protected override void InitWeapon()
{
this.item.CloneDefaults(ItemID.Stynger);
item.CloneDefaults(ItemID.Stynger);
item.knockBack = 11;
item.shootSpeed = 9f;
item.crit = 8;
this.item.width = 52;
this.item.height = 26;
this.item.useTime = 10;
this.item.useAnimation = 10;
this.item.rare = 10;
this.item.autoReuse = true;
this.item.value = Item.buyPrice(0, 60);
item.width = 72;
item.height = 36;
item.useTime = 10;
item.useAnimation = 10;
item.rare = 10;
item.autoReuse = true;
item.value = Item.buyPrice(0, 60);
}
protected override ModRecipe GetRecipe()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 825 B