Апдейт ближнего боя (#37)

* Dagger update

* Light weapons

* HandheldAxe update

* Update handheldAxe.yml

* +sickle
+dart

* two handed update

* add Link LightHammer sprite

* pipi

* . Add Weapons prototypes

* fixes
This commit is contained in:
Ed
2024-04-05 20:19:33 +03:00
committed by GitHub
parent bdfb5a72b9
commit 492176a8c3
51 changed files with 489 additions and 66 deletions

View File

@@ -114,11 +114,29 @@ public sealed partial class MeleeWeaponComponent : Component
public bool SwingLeft;
/// <summary>
/// CrystallPunk Melee improvment. Allows each attack to take turns being either left or right
/// CrystallPunk Melee upgrade. Allows each attack to take turns being either left or right
/// </summary>
[DataField]
public bool CPSwingBeverage = true;
/// <summary>
/// CrystallPunk Melee upgrade. Modifier of wide attack animation speed
/// </summary>
[DataField]
public float CPAnimationLength = 0.5f;
/// <summary>
/// CrystallPunk Melee upgrade. Scale arc (for small knife ex.)
/// </summary>
[DataField]
public float CPAnimationScale = 1f;
/// <summary>
/// CrystallPunk Melee upgrade. how far away from the player the animation should be played.
/// </summary>
[DataField]
public float CPAnimationOffset = -1f;
// Sounds
/// <summary>