Updated Lightning Sphere's sprite.
This commit is contained in:
parent
4f0ec9b01a
commit
8bc27709da
@ -1,7 +1,9 @@
|
|||||||
|
using Decimation.Content.Projectiles;
|
||||||
using Decimation.Lib.Items;
|
using Decimation.Lib.Items;
|
||||||
using Decimation.Lib.Util;
|
using Decimation.Lib.Util;
|
||||||
using Microsoft.Xna.Framework;
|
using Microsoft.Xna.Framework;
|
||||||
using Terraria;
|
using Terraria;
|
||||||
|
using Terraria.ModLoader;
|
||||||
|
|
||||||
namespace Decimation.Content.Items.Weapons.Bloodshot
|
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 ItemName => "Vampiric Shiv";
|
||||||
protected override string ItemTooltip => "Heal 10% of damages inflicted";
|
protected override string ItemTooltip => "Heal 10% of damages inflicted";
|
||||||
protected override int Damages => 12;
|
protected override int Damages => 12;
|
||||||
protected override string ProjectileName => "Tooth";
|
protected override int ProjectileId => ModContent.ProjectileType<Tooth>();
|
||||||
|
|
||||||
protected override void InitWeapon()
|
protected override void InitWeapon()
|
||||||
{
|
{
|
||||||
item.width = 20;
|
item.width = 46;
|
||||||
item.height = 20;
|
item.height = 52;
|
||||||
item.crit = 4;
|
item.crit = 4;
|
||||||
// item.useStyle = 3;
|
// item.useStyle = 3;
|
||||||
item.useTime = 20;
|
item.useTime = 20;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 623 B |
Loading…
Reference in New Issue
Block a user