Fix and Add Alien RPG's missing panic roll description for results 1 to 6

This commit is contained in:
Eduardo Orea
2022-08-05 01:45:48 +02:00
committed by Eduardo Orea
parent afd0e4412e
commit 225189b41d
@@ -4517,6 +4517,11 @@
</div>
</div>
{{/panic-roll}}
{{#rollLess() panic-roll 7}}
<div i18n-data="panic-6" class="template-grid-item template-span-six panic-effect panic-effect-6">
KEEPING IT TOGETHER. You manage to keep your nerves in check. Barely.
</div>
{{/rollLess() panic-roll 7}}
{{#rollTotal() panic-roll 7}}
<div i18n-data="panic-7" class="template-grid-item template-span-six panic-effect panic-effect-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 @@
</div>
</div>
{{/panic-roll}}
{{#rollLess() panic-roll 7}}
<div i18n-data="panic-6" class="template-grid-item template-span-six panic-effect panic-effect-6">
KEEPING IT TOGETHER. You manage to keep your nerves in check. Barely.
</div>
{{/rollLess() panic-roll 7}}
{{#rollTotal() panic-roll 7}}
<div i18n-data="panic-7" class="template-grid-item template-span-six panic-effect panic-effect-7">
NERVOUS TWITCH. Your STRESS LEVEL, and the STRESS LEVEL of all friendly PCs in SHORT range of you, increases by one.
</div>
{{/rollTotal() panic-roll 7}}
{{#rollTotal() panic-roll 8}}
<div i18n-data="panic-"8 class="template-grid-item template-span-six panic-effect panic-effect-8">
<div i18n-data="panic-8" class="template-grid-item template-span-six panic-effect panic-effect-8">
TREMBLE. You start to tremble uncontrollably. All skill rolls using AGILITY suffer a 2 modification until your panic stops.
</div>
{{/rollTotal() panic-roll 8}}
{{#rollTotal() panic-roll 9}}
<div i18n-data="panic-"9 class="template-grid-item template-span-six panic-effect panic-effect-9">
<div i18n-data="panic-9" class="template-grid-item template-span-six panic-effect panic-effect-9">
DROP ITEM. Whether by stress, confusion or the realization that youre all going to die anyway, you drop a weapon or other important item—the GM decides which one. Your STRESS LEVEL increases by one.
</div>
{{/rollTotal() panic-roll 9}}
{{#rollTotal() panic-roll 10}}
<div i18n-data="panic-"10 class="template-grid-item template-span-six panic-effect panic-effect-10">
<div i18n-data="panic-10" class="template-grid-item template-span-six panic-effect panic-effect-10">
FREEZE. Youre 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.
</div>
{{/rollTotal() panic-roll 10}}