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

Scion 2E [WIP]

1565593681
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
I'm prepping for a Scion 2E game and I didn't immediately see a Scion 2E sheet. Which incidentally is bizarre because the GitHub does have a Scion 2E sheet by Salvador but it doesn't show in the dropdown. I haven't played the system and after looking at Salvador's there's apparently some missing functionality. I was basing my sheet off of the Scion-Origins book and didn't realize the sheet changes between tiers. That being said, my sheet currently only supports Origin characters. Before I consider putting in those features and uploading to Roll20's github I thought I'd publicize the sheet and see if some Pro-accounts would be interested in beta-testing it and see what other stuff I'm missing or should add.&nbsp; HTML:&nbsp; <a href="https://pastebin.com/xV4K5jPa" rel="nofollow">https://pastebin.com/xV4K5jPa</a> CSS:&nbsp; <a href="https://pastebin.com/nxGztxx0" rel="nofollow">https://pastebin.com/nxGztxx0</a>
1565593839
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
The dice roller in particular is very WIP as well as the Knack outputs. I haven't started on roll templates for the sheet yet as it took me forever to figure out the sheetworkers (even with the wonderful GiG's help)
1565614236
Finderski
Pro
Sheet Author
Compendium Curator
Richard T. said: I'm prepping for a Scion 2E game and I didn't immediately see a Scion 2E sheet. Which incidentally is bizarre because the GitHub does have a Scion 2E sheet by Salvador but it doesn't show in the dropdown. I haven't played the system and after looking at Salvador's there's apparently some missing functionality. I was basing my sheet off of the Scion-Origins book and didn't realize the sheet changes between tiers. That being said, my sheet currently only supports Origin characters. Before I consider putting in those features and uploading to Roll20's github I thought I'd publicize the sheet and see if some Pro-accounts would be interested in beta-testing it and see what other stuff I'm missing or should add.&nbsp; HTML:&nbsp; <a href="https://pastebin.com/xV4K5jPa" rel="nofollow">https://pastebin.com/xV4K5jPa</a> CSS:&nbsp; <a href="https://pastebin.com/nxGztxx0" rel="nofollow">https://pastebin.com/nxGztxx0</a> The sheet looks nice! :) I don't play Scion, so can't help much, but you might consider creating a Test Campaign for this sheet...you could then publicly post the link so other players of Scion 2E (Pro or otherwise) could jump into the game and test it out. That would also then provide a forum specific to that game where people could provide direct feed back and receive feedback from you very easily. I did that for the Savage Worlds Tabbed sheet and it's worked out very well—it's been great, in fact.
1565647684
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
A good idea, if people wanna just have a quick peek, I'll make a couple sample sheets public.&nbsp; <a href="https://app.roll20.net/join/5007926/u8hDJg" rel="nofollow">https://app.roll20.net/join/5007926/u8hDJg</a>
1565749544
Salvador M.
KS Backer
Sheet Author
Well yours is definitely prettier than mine. :D Honestly the paper sheets don't actually have space for nearly everything you'd want to track. Enough so there's a few fan made ones floating around with significantly different layouts. I did my best to more or less match the official layout at least in style while still finding room for the extra information. Repeating sections help with that a lot. Also, I have no idea why my sheet isn't live yet. I actually logged into the forums to make a post about that after I noticed people complaining about the lack of one on the Scion Discord. Then I saw this thread and now I don't know if it's better to keep to one thread for the game/edition or make a new one for my sheet. ^^;
1565750253
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Yeah, feeling frustrated after working on the sheet and doing more of a deep dive of the rules and finding there's like 9 things that ought to be supported on the sheet. */exasperated*&nbsp; Talking to my group now and trying to figure out what they wanna do since we're all new to the system. Its oddly tough finding a good hook/theme for a campaign.&nbsp;
1565750351
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Oh! While you're around, I only have access to Origin/Hero rules but I noticed your sheet has versions for Demigods/Gods, is it correct that the thing that changes is how big your Legends track is or is there more to it?&nbsp;
1565751135
Salvador M.
KS Backer
Sheet Author
The Demigod/God boxes on my sheet are basically placeholders until those books come out. I strongly suspect there will be more to add by then but until the books actually exist the only thing we know for sure is the legend. Is there anything you found that my version is missing? I tried to get everything I could but I wouldn't be surprised if I missed something.
1565757354
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Can the blind lead the blind? I just updated my sheet with Purviews, Legends, and made Paths a repeating field. Did up a roll template too but annoyed that I probably can't replicate the system's Add Successes to non-zero rolls.&nbsp;
1565931375
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Updated sheet with Boons and Birthrights.&nbsp;
1566075001
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
So testing some rolltemplate logic I threw in a bit of a test but for some reason its throwing up console errors.&nbsp; &lt;rolltemplate class="sheet-rolltemplate-sheetroll"&gt; &lt;div class="sheet-template-container"&gt; &lt;div class="sheet-template-header"&gt;{{rollname}}&lt;/div&gt; &lt;div class="sheet-template-row"&gt;&lt;span class="sheet-template-label"&gt;Result: &lt;/span&gt;{{result}} &lt;div class="sheet-template-row"&gt; &lt;span class="sheet-template-label"&gt;Enhancements &lt;/span&gt;: {{enhancement}} &lt;/div&gt; &lt;div class="sheet-template-row"&gt; &lt;span class="sheet-template-label"&gt;Difficulty &lt;/span&gt;: {{difficulty}} &lt;/div&gt; {{#rollTotal() result 0}} &lt;span&gt;Result was a 0&lt;/span&gt; {{/rolltotal() result 0}} &lt;/div&gt; &lt;/rolltemplate&gt; The console is throwing up app.js?1565106060:267 Uncaught Error: Unclosed section "rollTotal() result 0" at 563 at a (app.js?1565106060:267) at d.parse (app.js?1565106060:267) at d.render (app.js?1565106060:267) at Object.e.render (app.js?1565106060:267) at Object.d20.textchat.incoming (app.js?1565106060:559) at a (app.js?1565106060:559) at r (base.js?1563899019:6) But that looks closed to me... am I wrong?&nbsp;
1566128486
Jakob
Sheet Author
API Scripter
{{/roll t otal() result 0}} Lower case "t", it's just a typo :).
1566160514
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Oh god, it is a different case. *dies*
1566173068
Kraynic
Pro
Sheet Author
Richard T. said: Oh god, it is a different case. *dies* Sort of like I felt a while back after poking at a problem for a couple hours, then posting the code and one of my html labels had an extra 't' in it.&nbsp; Nothing like posting something like that for all the (Roll20) world to see!&nbsp; *sigh*