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

Dodge and High Velocity Missile attacks #390

Open
bottg1 opened this issue Aug 28, 2024 · 1 comment
Open

Dodge and High Velocity Missile attacks #390

bottg1 opened this issue Aug 28, 2024 · 1 comment

Comments

@bottg1
Copy link

bottg1 commented Aug 28, 2024

Not sure if I have missed this, but when a High Velocity missile attack is made and the defence option is Dodge, the system rolls against the full dodge EML rather than 50%. This means that arrow attacks are dodged when they should not be, and there is no way to modify the result manually.

@garrettdotdev
Copy link

The workaround that we're using in our games is to add an Effect; we pre-populate this on all PCs and NPCs during creation, and set it to inactive until needed. We title it "High-Velocity Missile Dodge", and in the Effects tab, we add "Combat Skills EML", "Multiply", 0.5. When a character is shot at, before selecting the Dodge defense, activate the Effect, then click Dodge, then deactivate the Effect. To have it deactivate on its own, you can enter "1" for Turns in the Duration tab.

It's not perfect, but it works for now.

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

2 participants