From 225189b41da9d613de0ba290f54c8afb3889d890 Mon Sep 17 00:00:00 2001 From: Eduardo Orea Date: Fri, 5 Aug 2022 01:16:27 +0200 Subject: [PATCH] Fix and Add Alien RPG's missing panic roll description for results 1 to 6 --- .../Alien-Roleplaying-Game.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Alien Roleplaying Game/Alien-Roleplaying-Game.html b/Alien Roleplaying Game/Alien-Roleplaying-Game.html index 83d9f58516..165f5f66a1 100644 --- a/Alien Roleplaying Game/Alien-Roleplaying-Game.html +++ b/Alien Roleplaying Game/Alien-Roleplaying-Game.html @@ -4517,6 +4517,11 @@ {{/panic-roll}} + {{#rollLess() panic-roll 7}} +
+ KEEPING IT TOGETHER. You manage to keep your nerves in check. Barely. +
+ {{/rollLess() panic-roll 7}} {{#rollTotal() panic-roll 7}}
NERVOUS TWITCH. Your STRESS LEVEL, and the STRESS LEVEL of all friendly PCs in SHORT range of you, increases by one. @@ -5200,23 +5205,28 @@
{{/panic-roll}} + {{#rollLess() panic-roll 7}} +
+ KEEPING IT TOGETHER. You manage to keep your nerves in check. Barely. +
+ {{/rollLess() panic-roll 7}} {{#rollTotal() panic-roll 7}}
NERVOUS TWITCH. Your STRESS LEVEL, and the STRESS LEVEL of all friendly PCs in SHORT range of you, increases by one.
{{/rollTotal() panic-roll 7}} {{#rollTotal() panic-roll 8}} -
+
TREMBLE. You start to tremble uncontrollably. All skill rolls using AGILITY suffer a –2 modification until your panic stops.
{{/rollTotal() panic-roll 8}} {{#rollTotal() panic-roll 9}} -
+
DROP ITEM. Whether by stress, confusion or the realization that you’re all going to die anyway, you drop a weapon or other important item—the GM decides which one. Your STRESS LEVEL increases by one.
{{/rollTotal() panic-roll 9}} {{#rollTotal() panic-roll 10}} -
+
FREEZE. You’re frozen by fear or stress for one Round, losing your next slow action. Your STRESS LEVEL, and the STRESS LEVEL of all friendly PCs in SHORT range of you, increases by one.
{{/rollTotal() panic-roll 10}}