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

Pendragon sheet (French) - small issue with dice rolls

Hi folks, There is a nifty character sheet for Pendragon, one in English & one in French. Unfortunately, the french version which i'm using is having a small issue with dice rolls. All rolls where your score is above 20 doesnt add the numbers above 20 to the rolls.  It's a small thing, but the english version does this correcty, so I suppose the formula needs to be changed. Question = how can I edit the sheet so that those bonus numbers for scores above 20 are added correctly to the rolls? Thanks a mil in advance
1580516932
GiGs
Pro
Sheet Author
API Scripter
Unfortunately you can't, unless you're a Pro subscriber. I'd ask on the sheet request thread to see if anyone is willing to update the sheet for you, but it's a big project. Someone would have to manually edit and rewrite the code for every button on the sheet. What you can do is make macros to roll the dice properly and use them instead. Still a fair bit of work, but doesnt need the sheets to be edited. Here's the structure of the roll from the other character sheet: /roll 1d20+[[{{?{Score|10},0}>21}*(?{Score}-20) + 0]]<[[?{Score}]]
Thank you good sir will try and see if I can get some macros going :) 
I'm trying to play around with a skill called "epee" (sword in English). Is my syntax correct? /roll 1d20+[[{{?{@{epee} |10},0}>21}*(?{@{epee} }-20) + 0]]<[[?{@{epee} }]]
1580590522
GiGs
Pro
Sheet Author
API Scripter
No, you should replace the query part :  ?{Score|10} and replace with the attribute call, like so: /roll 1d20+[[{{@{epee},0}>21}*(@{epee}-20) + 0]]<[[@{epee}]] If you want to allow for modifiers, do something like this /roll 1d20+[[{{@{epee}+?{Modifier|0},0}>21}*(@{epee}+?{Modifier}-20) + 0]]<[[@{epee}+?{Modifier}]]
Sweet :) You saved me invaluable time thank you so much! 
1580591613
GiGs
Pro
Sheet Author
API Scripter
You're welcome :) If you want to make the rule usable by any character change each @{epee} to @{selected|epee} then when you have a token selected, it will use the epee skill of the character linked to that token.
1580594438

Edited 1580594527
Sweet, thank you so much, is there a variable for the name of the token being selected? I'd like to fancy up the macro with "XXX strikes a hard sword blow" or something like that  
1580594765
GiGs
Pro
Sheet Author
API Scripter
yes, you can use @{selected|token_name} or @{selected|character_name} (sometimes they are different)
Awesome! I was starting to create macros on each character sheet, but I realized it was gonna be hell doing all my PCs plus major NPCs. Using macros with tokens seems much easier (unless there's a way to automatically share macros between all the PC & NPC sheets?)
1580597043
GiGs
Pro
Sheet Author
API Scripter
Macros is the way to do that, and if you check the Token action button, they';ll automatically hover on the top left of the screen for every token. that might be too much of a clutter, but it can be handy if you like it.
Awesome, thanks a bunch once again
1585407514
tontione
Pro
Sheet Author
Hi all, a few years later, i'm currently working on pendragon sheet (french first) again ! I fixed the &gt;20 bonus issue, and created a brand new roll template. You can check it here :&nbsp; <a href="https://app.roll20.net/join/497536/JVenWw" rel="nofollow">https://app.roll20.net/join/497536/JVenWw</a> Be carreful, it's working only on first value of trait, carac, passion and competence : carac =&gt; taille passion =&gt; honneur trait =&gt; chaste competence =&gt; canotage Feel free to try it and send me comments ! :)
1585592141
David
Sheet Author
tontione said: Hi all, a few years later, i'm currently working on pendragon sheet (french first) again ! I fixed the &gt;20 bonus issue, and created a brand new roll template. You can check it here :&nbsp; <a href="https://app.roll20.net/join/497536/JVenWw" rel="nofollow">https://app.roll20.net/join/497536/JVenWw</a> Be carreful, it's working only on first value of trait, carac, passion and competence : carac =&gt; taille passion =&gt; honneur trait =&gt; chaste competence =&gt; canotage Feel free to try it and send me comments ! :) A 5.2 Pendragon sheet was release by Cassie last week
1585605390
Caden
Forum Champion
Sheet Author
API Scripter
Compendium Curator
The Pendragon 5.2 has translation support so it can be translated to French. PM me your email if you would like an invitation to Crowdin to help with translations. If anyone does translate it let me know and I'll check the CSS for places it may need updating. - Cassie