Skip to content

[New Feature] Disable attack cursor on enemy TechnoTypes with AttackCursorOnEnemies=no #216

@AlliedG

Description

@AlliedG

Description:

Disable attack cursor logic on enemies if AttackCursorOnEnemies=no is set on a TechnoType

This is the opposite of existing logic to target friendly units with a weapon. Further documentation on this logic can be found on modenc

https://www.modenc.renegadeprojects.com/AttackCursorOnFriendlies

This logic should not change existing CanPassiveAquire= CanRetaliate= tags ; modders should implement this as they see fit

Possible mod ideas with this logic

  • A unit which can buff a single unit (as opposed to NoManualFire= Airburst, AOE buff solution) via AttachEffect
  • An alternative to NoManualFire= aoe buff support weapon for a TechnoType where manual targeting is desirable but you don't want the player to waste a shot.

Possible Implementation:

[SomeTechnoType]
AttackCursorOnEnemies=no ;Disable the attack cursor on enemy TechnoTypes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions