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 .
×

Teenagers from Outer Space

So I tried to make one but unfortunately having a great deal of difficulty wrapping my mind around the code. Has anyone made a Character sheet for "Teenagers from Outer Space" it's pretty much a D6 system and pretty laid back. If someone might be willing to help me code it, I would appreciate it. I have a start, but it's as ugly as sin. {    "legacy": true} <label for="Charactername">Character name</label> <input type="text" id="Charactername" name="Charactername"> <label for="Playername">Player name</label> <input type="text" id="Playername" name="Playername"> <label for="Type">Type of Being</label> <input type="text" id="Type" name="Type"> <table> Statistics <tr>Smarts</tr> <tr><input type="number" name="attr_smarts"></tr> <tr>Bod</tr> <tr><input type="number" name="attr_bod"><button type="roll" value="/roll 1d6 + @{Attr_bod}" name="roll_Bodcheck">Roll Bod Check</button></tr> <tr>Relationship with X</tr> <tr><input type="number" name="attr_rwx"><button type="roll" value="/roll 1d6 + @{Attr_rwx}" name="roll_Rwxcheck">Roll RWX Check</button></tr> <tr>Luck</tr> <tr><input type="number" name="attr_luck"><button type="roll" value="/roll 1d6 + @{Attr_luck}" name="roll_Luckcheck">Roll Luck Check</button></tr> <tr>Driving/Riding</tr> <tr><input type="number" name="attr_drive"><button type="roll" value="/roll 1d6 + @{Attr_drive}" name="roll_Drivecheck">Roll Driving/Riding Check</button></tr> <tr>Looks</tr> <tr><input type="number" name="attr_looks"><button type="roll" value="/roll 1d6 + @{Attr_looks}" name="roll_Lookscheck">Roll Looks Check</button></tr> <tr>Cool</tr> <tr><input type="number" name="attr_cool"><button type="roll" value="/roll 1d6 + @{Attr_cool}" name="roll_Coolcheck">Roll Cool Check</button></tr> </table> <table> Health (Bonks) <input type="number" name="attr_bonks"> </table> Knacks Powers
1774157123
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I actually am working on a tool to make this simpler, Sheet Architect . It's available in Alpha.
Cool I wish you luck with it, wish I had the money to try it out.
1774188613
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
No worries.