Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Hell on Earth Classic Sheet Issues

1628361852

Edited 1628362040
So I had this "brilliant" idea to take the Classic Deadlands 20th Anniversary sheet and try to adapt it for Hell on Earth/Lost Colony. I thought it would be simple to add a few aptitudes and archetype tabs, but I seem to be missing something critical. For instance, when I added the blastin' Aptitude, I duplicated the Demolition aptitude for syntax: <div class="sheet-item sheet-item-traits"> <h4 data-i18n="blastin">Blastin'</h4> <div class="sheet-grid-1m1"> <input type="text" name="attr_blastinlvl" value="0" /> + <input type="text" name="attr_blastinmod" value="0" /> </div> <button type="roll" name="roll_Blastin" value="@{gmtoggle}&{template:simple} {{rollname=@{blastinMacro}}} {{aptitude=[[@{blastinlvl}@{knodtype}!!k1+(@{blastinmod}+@{wound_mod})]]}} {{level=[[@{blastinlvl}]]}} {{unskilled=[[1@{knodtype}!!k1+(-4 + @{wound_mod})]]}}"></button> </div> <div class="sheet-item sheet-item-traits"> <h4 data-i18n="demolition">Demolition</h4> <div class="sheet-grid-1m1"> <input type="text" name="attr_demolitionlvl" value="0" /> + <input type="text" name="attr_demolitionmod" value="0" /> </div> <button type="roll" name="roll_Demolition" value="@{gmtoggle}&{template:simple} {{rollname=@{demolitionMacro}}} {{aptitude=[[@{demolitionlvl}@{knodtype}!!k1+(@{demolitionmod}+@{wound_mod})]]}} {{level=[[@{demolitionlvl}]]}} {{unskilled=[[1@{knodtype}!!k1+(-4 + @{wound_mod})]]}}"></button> </div> But the display when I try it in my sandbox comes out like this: I'm not sure what I'm missing, but it seems like it should be something pretty simple. Any advice would be appreciated!
1628365423
Andreas J.
Forum Champion
Sheet Author
Translator
You need to add blastin to the translation.json, or remove the data-i18n attribute from the html element. so this should work: &lt;h4&gt;Blastin'&lt;/h4&gt; more about how translations work: <a href="https://wiki.roll20.net/I18n" rel="nofollow">https://wiki.roll20.net/I18n</a>
I have this in the translation.json: "artillery": "Artillery", "blastin": "Blastin'",
1628541780
Andreas J.
Forum Champion
Sheet Author
Translator
and testing with that didn't work? Are you sure you tested with the updated translation.json? If nothing else, test with "blastin": "Blastin", maybe the ' at the end somehow causes problems. not likely, but worth a shot.