chore: resize Geltana
to 2x and balance useTime
This commit is contained in:
parent
82944b3012
commit
f106a650ee
2 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ namespace continuity.Content.Items.Weapons
|
|||
Item.knockBack = 3f;
|
||||
Item.useAnimation = 15;
|
||||
Item.DamageType = DamageClass.Melee;
|
||||
Item.useTime = 13;
|
||||
Item.useTime = 15;
|
||||
Item.damage = 24;
|
||||
Item.width = 54;
|
||||
Item.height = 106;
|
||||
Item.width = 88;
|
||||
Item.height = 96;
|
||||
Item.value = Item.buyPrice(gold: 15);
|
||||
Item.rare = ItemRarityID.Blue;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 908 B |
Reference in a new issue