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

Active Effect for Powers that use another attribute’s defense scores #36

Open
Penumbra113 opened this issue May 25, 2024 · 3 comments

Comments

@Penumbra113
Copy link

I was setting up powers and couldn’t figure out the property name for using the attribute defense score from another attribute.

An example is Integrity where you use the Logic defense score for Ego attacks.

I tried Override change mode and the effect value system.abilities.logic.defenseBonus and system.abilities.logic.defense but neither worked.

Is this a possible active effect or am I using the wrong property names?

@jalensailin
Copy link
Owner

jalensailin commented May 25, 2024

So I think you may be misreading Integrity. It seems like the power lets you use Logic defense against incoming Ego attacks, not that it let's you substitute your Logic defense score in place of Ego attacks. Currently there is no automation concerning target numbers, so you would simply tell your GM that you have Integrity, and that the incoming attack is against your Logic defense, with the corresponding TN.

@Penumbra113
Copy link
Author

An example is Night Nurse in the CRB page 216. She has Integrity and has Ego (0) and Logic (3) but her defense scores for both is 13. I also checked Demiplane on how this is implemented and it looks like it also changes the defense score.

As you noted as TN is not implemented, it doesn’t have a mechanical effect but it can difficult to keep track of this power as a GM if you have to check for Integrity, Evasion, etc.

@fougerec
Copy link

An example is Night Nurse in the CRB page 216. She has Integrity and has Ego (0) and Logic (3) but her defense scores for both is 13. I also checked Demiplane on how this is implemented and it looks like it also changes the defense score.

As you noted as TN is not implemented, it doesn’t have a mechanical effect but it can difficult to keep track of this power as a GM if you have to check for Integrity, Evasion, etc.

It's also how it's implemented for characters with Brawling or Evasion. There's a weird disconnect about what is an attack as there are some powers that call out "Make a roll against X defense" but are they still attacks? That's a rules thing though and not a foundry system thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants