Fix Alien Roleplaying Game's panic roll translation refs

This commit is contained in:
Eduardo Orea
2022-08-05 01:45:03 +02:00
committed by Eduardo Orea
parent a6f32665ee
commit afd0e4412e
@@ -4523,17 +4523,17 @@
</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}}
@@ -6198,4 +6198,4 @@
});
});
</script>
</script>