chore: resize Geltana to 2x and balance useTime

This commit is contained in:
Muhammad Nauman Raza 2024-11-13 22:23:45 +00:00
parent 82944b3012
commit f106a650ee
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 3 additions and 3 deletions

View file

@ -23,10 +23,10 @@ namespace continuity.Content.Items.Weapons
Item.knockBack = 3f; Item.knockBack = 3f;
Item.useAnimation = 15; Item.useAnimation = 15;
Item.DamageType = DamageClass.Melee; Item.DamageType = DamageClass.Melee;
Item.useTime = 13; Item.useTime = 15;
Item.damage = 24; Item.damage = 24;
Item.width = 54; Item.width = 88;
Item.height = 106; Item.height = 96;
Item.value = Item.buyPrice(gold: 15); Item.value = Item.buyPrice(gold: 15);
Item.rare = ItemRarityID.Blue; Item.rare = ItemRarityID.Blue;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 908 B