Skip to content

[Weapon] Chord Cascade #130

@SorraTheOrc

Description

@SorraTheOrc

Chord Cascade

  • Damage Type: AoE magic damage. Cascading waves ripple horizontally across the screen, damaging all in their path.
  • Graphics: Glowing blue and white musical notes surge forward in rhythmic bursts, creating splashing ripple effects upon impact.
  • Flavor: "When music literally moves you."

Checklist

See https://survivors.tmg.dev/docs/Customization/NewAttack.html

  • Add a Weapon Type entry to WeaponType.cs if necessary
  • Create a [WEAPONNAME]EntityAuthoring.cs in Assets/_Dev/Runtime/Authoring/Weapons/
  • Create an attack system in [WEAPONNAME]WeaponSystem.cs in Assets/_Dev/Runtime/Systems/Weapons/
  • Create [WEAPONNAME]WeaponAuthoring.cs in Assets/_Dev/Runtime/Authoring/Weapons/
  • Create an in-world Weapon Entity Prefab called [WEAPON NAME] Attack - EntityPrefab in Prefabs/Attack Entities (this is the prefab that will to the damage, e.g. the projectile)
  • Graphics on a child of Entity Prefab
  • Create a Weapon Prefab called [WEAPONNAME] Weapon Entity in Resources/Prefabs/Weapons
  • Create a WeaponUpgradeProperties Scriptable Object in Resources/ScriptableObjects/Weapon Upgrades called WeaponUpgradeProperties_[WEAPON NAME]
  • Create an Icon and assign it to the properties
  • Test

Metadata

Metadata

Assignees

No one assigned

    Labels

    Game BalanceImprove the game balance in playenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions