Updated Umbra's sprite.
This commit is contained in:
parent
6d6c996162
commit
428d11a55d
@ -14,13 +14,12 @@ namespace Decimation.Content.Items.Weapons.Bloodshot
|
||||
protected override string ItemTooltip => "Turns wooden arrows into siphon arrows.";
|
||||
protected override DamageType DamagesType => DamageType.Ranged;
|
||||
protected override int Damages => 20;
|
||||
protected override string ProjectileName => "WoodenArrowFriendly";
|
||||
protected override bool VanillaProjectile => true;
|
||||
protected override int ProjectileId => ProjectileID.WoodenArrowFriendly;
|
||||
|
||||
protected override void InitWeapon()
|
||||
{
|
||||
item.width = 20;
|
||||
item.height = 20;
|
||||
item.width = 22;
|
||||
item.height = 38;
|
||||
item.value = Item.buyPrice(0, 2);
|
||||
item.rare = Rarity.Green.GetRarityValue();
|
||||
item.useAmmo = AmmoID.Arrow;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 372 B |
Loading…
Reference in New Issue
Block a user