Updated Lightning Sphere's sprite.

This commit is contained in:
FyloZ 2020-06-30 15:41:35 -04:00
parent 4f0ec9b01a
commit 8bc27709da
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
using Decimation.Content.Projectiles;
using Decimation.Lib.Items;
using Decimation.Lib.Util;
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.ModLoader;
namespace Decimation.Content.Items.Weapons.Bloodshot
{
@ -13,12 +15,12 @@ namespace Decimation.Content.Items.Weapons.Bloodshot
protected override string ItemName => "Vampiric Shiv";
protected override string ItemTooltip => "Heal 10% of damages inflicted";
protected override int Damages => 12;
protected override string ProjectileName => "Tooth";
protected override int ProjectileId => ModContent.ProjectileType<Tooth>();
protected override void InitWeapon()
{
item.width = 20;
item.height = 20;
item.width = 46;
item.height = 52;
item.crit = 4;
// item.useStyle = 3;
item.useTime = 20;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 623 B