mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
Fix Alien Roleplaying Game's panic roll translation refs
This commit is contained in:
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 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.
|
||||
</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. 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.
|
||||
</div>
|
||||
{{/rollTotal() panic-roll 10}}
|
||||
@@ -6198,4 +6198,4 @@
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user