diff --git a/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug b/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug index bc6be90d3a..b0f42c89d6 100644 --- a/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug +++ b/Torchbearer 2E/src/pug/pages/anatomy/conditions.pug @@ -24,5 +24,5 @@ mixin condition(attr, name, desc, recovery) +condition("afraid", "Afraid", "No help or use Beginner's Luck.", "Will Ob 3") +condition("exhausted", "Exhausted", "-1S to disposition to any conflict; may not use instinct for free.", "Health Ob 3") +condition("injured", "Injured", "1D to skills, Nature, Will, and Health (but not recovery).", "Health Ob 4") - +condition("sick", "Angry", "-1D to skills, Nature, Will, and Health (but not recovery); can not practice, learn, or advance.", "Will Ob 3") + +condition("sick", "Angry", "-1D to skills, Nature, Will, and Health (but not recovery); cannot practice, learn, or advance.", "Will Ob 3") +condition("dead", "Dead", "May not test, help, or use wises.") diff --git a/Torchbearer 2E/torchbearer.html b/Torchbearer 2E/torchbearer.html index e2a2fbdd1c..5b87402f53 100644 --- a/Torchbearer 2E/torchbearer.html +++ b/Torchbearer 2E/torchbearer.html @@ -412,7 +412,7 @@
Will Ob 3
-
-1D to skills, Nature, Will, and Health (but not recovery); can not practice, learn, or advance.
+
-1D to skills, Nature, Will, and Health (but not recovery); cannot practice, learn, or advance.