Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when targeting a token with tagged target modifiers #2127

Closed
devakm opened this issue Jan 18, 2025 · 2 comments · Fixed by #2132 or #2149
Closed

Error when targeting a token with tagged target modifiers #2127

devakm opened this issue Jan 18, 2025 · 2 comments · Fixed by #2132 or #2149
Assignees
Labels
bug Something isn't working

Comments

@devakm
Copy link

devakm commented Jan 18, 2025

Adding Blur as an Active Effect using the editor in the Character Sheet, I keep getting this error in Effect Modifiers:

Image

The error triggers if I target the token that has Blur Active Effect and then select a token to make an attack on that target, or any similar order.

Key point is that it seems to break when trying to load the custom active affect into Effect Modifiers window.

If I disable that Blur Active Effect the Effect Modifiers stops throwing an error and works as expected.

Image

{
  "disabled": false,
  "name": "Blur",
  "img": "icons/svg/aura.svg",
  "_id": "BiqHW6hh8a3RzrLn",
  "type": "base",
  "system": {},
  "changes": [
    {
      "key": "system.conditions.target.modifiers",
      "mode": 2,
      "value": "-3 to hit Blur #hit @eft:BiqHW6hh8a3RzrLn",
      "priority": null
    }
  ],
  "duration": {
    "startTime": null,
    "seconds": null,
    "combat": null,
    "rounds": null,
    "turns": null,
    "startRound": null,
    "startTurn": null
  },
  "description": "",
  "origin": null,
  "tint": "#ffffff",
  "transfer": false,
  "statuses": [],
  "sort": 0,
  "flags": {
    "gurps": {
      "duration": {
        "delaySeconds": null
      }
    }
  },
  "_stats": {
    "compendiumSource": null,
    "duplicateSource": null,
    "coreVersion": "12.331",
    "systemId": "gurps",
    "systemVersion": "0.17.17-rc.3",
    "createdTime": 1737235172671,
    "modifiedTime": 1737235862042,
    "lastModifiedBy": "sVxF0AzuvK7ZMqXx"
  }
}
@mjeffw mjeffw added the bug Something isn't working label Jan 20, 2025
@chrismaille chrismaille self-assigned this Jan 30, 2025
@chrismaille
Copy link
Contributor

Fixed:

Image

@chrismaille chrismaille mentioned this issue Jan 30, 2025
@chrismaille chrismaille changed the title 17.17-rc3 Effect Modifier fails to load Active Effect Error when targeting a token with tagged target modifiers Jan 30, 2025
@devakm
Copy link
Author

devakm commented Feb 1, 2025

Verified fix using patch f8b41fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants