Skip to content

Conversation

@TheGrayAlien
Copy link
Collaborator

Replaces the list of addition effects to the selected abilities. If the ability already has an effect it should be included in the list unless you don't want the original effect on the ability.

Example:
{
"Rule": "AbilityTargetEffectsOverridden",
"Config": {
"Javelin": [ "Weaken1Turn" ],
"ExplodingGasLamp": [ "Diseased", "Stunned" ]
}

REPLACES the list of addition effects to the selected abilities. If the ability already has an effect it should be included in the list unless you don't want the original effect on the ability.

Usage example:

{
      "Rule": "AbilityTargetEffects",
      "Config": {
        "Javelin": [
          "Weaken1Turn"
        ],
        "PVPBlink": [
          "Weaken1Turn",
          "Disoriented"
        ],
        "PanicPowderArrow": [
          "Panic",
          "Netted"
        ],
        "TurretDamageProjectile": [
          "Tangled"
        ],
        "EnemyTurretDamageProjectile": [
          "Tangled"
        ],
        "TurretHighDamageProjectile": [
          "Panic",
          "Blinded"
        ],
        "TauntingScream": [
          "Weaken2Turns",
          "Disoriented"
        ],
        "WarCry": [
          "Panic",
          "Blinded"
        ],
        "ExplodingGasLamp": [
          "Diseased",
          "Stunned"
        ]
      }
Include rule in the Essentials README.
Renamed to fit in line with current rule name methodology.
@github-actions github-actions bot added the area: houserules/essentials The collection of default rules and rulesets for HouseRules label Jun 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: houserules/essentials The collection of default rules and rulesets for HouseRules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants