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

Allow for exhaustion to be configurable #2959

Merged
merged 13 commits into from
Feb 9, 2024
Prev Previous commit
Next Next commit
Update module/config.mjs
Co-authored-by: Jeff Hitchcock <github444@command-center.org>
  • Loading branch information
krbz999 and arbron authored Feb 7, 2024
commit 4c1071164f376e572e99a0c5ca0e05789c9128a7
2 changes: 1 addition & 1 deletion module/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ DND5E.conditionEffects = {
halfMovement: new Set(["exhaustion-2", "prone"]),
crawl: new Set(["prone", "exceedingCarryingCapacity"]),
petrification: new Set(["petrified"]),
halfHealth: new Set([4])
halfHealth: new Set(["exhaustion-4"])
};

/* -------------------------------------------- */
Expand Down