Oh come on now. It's fascinating to see the thought behind the code.
I understood what they were saying, but then I speak the language ;)
I'm torn. I think I'd be able to figure out how to work with the parser as it is, and put together some guidelines for folks to use, in order to work around the issues. But if there are multiple incorrect or "greedy" pattern-matchers in there (like the one for finding calculation-modifiers that processed the sequence "@roundup)@max:5" as if it was "@TYPE:NUM", resulting in error 'Unknown value modifier type: roundup)@max'), then the parser does need some fixes.
Any thoughts, Stormknight? I wasn't kidding about being willing to help with the snippet parser. I could PM you if you prefer.
Rollback Post to RevisionRollBack
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
Oh come on now. It's fascinating to see the thought behind the code.
I understood what they were saying, but then I speak the language ;)
I'm torn. I think I'd be able to figure out how to work with the parser as it is, and put together some guidelines for folks to use, in order to work around the issues. But if there are multiple incorrect or "greedy" pattern-matchers in there (like the one for finding calculation-modifiers that processed the sequence "@roundup)@max:5" as if it was "@TYPE:NUM", resulting in error 'Unknown value modifier type: roundup)@max'), then the parser does need some fixes.
Any thoughts, Stormknight? I wasn't kidding about being willing to help with the snippet parser. I could PM you if you prefer.
I'd love a complete documentation of all it's features and limitations.
I found a kineticist class homebrew in n a website an wanna use that. How do I add it here so I can make my character. I fell in love with the aerokineticist from pathfinder and I really wanna be that class in my party. But I don't know how to add the class I found the dndwiki, any advice
I found a kineticist class homebrew in n a website an wanna use that. How do I add it here so I can make my character. I fell in love with the aerokineticist from pathfinder and I really wanna be that class in my party. But I don't know how to add the class I found the dndwiki, any advice
Creating homebrew base classes is currently not possible on DDB.
Hey all, is {{scalevalue}} working for everyone in "snippet"? I made a subclass and used almost identical paladin aura, changed a couple words. So it has level scaling set. But in a character sheet it says literally {scalevalue} instead of the value I have set.
Hey all, is {{scalevalue}} working for everyone in "snippet"? I made a subclass and used almost identical paladin aura, changed a couple words. So it has level scaling set. But in a character sheet it says literally {scalevalue} instead of the value I have set.
Can you double check that you have only a double set of curly brackets around that snippet code?
Oh come on now. It's fascinating to see the thought behind the code.
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)
I understood what they were saying, but then I speak the language ;)
I'm torn. I think I'd be able to figure out how to work with the parser as it is, and put together some guidelines for folks to use, in order to work around the issues. But if there are multiple incorrect or "greedy" pattern-matchers in there (like the one for finding calculation-modifiers that processed the sequence "@roundup)@max:5" as if it was "@TYPE:NUM", resulting in error 'Unknown value modifier type: roundup)@max'), then the parser does need some fixes.
Any thoughts, Stormknight? I wasn't kidding about being willing to help with the snippet parser. I could PM you if you prefer.
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
I'd love a complete documentation of all it's features and limitations.
How to: Replace DEX in AC | Jump & Suffocation stats | Spell & class effect buff system | Wild Shape effect system | Tool Proficiencies as Custom Skills | Spells at higher levels explained | Superior Fighting/Martial Adept Fix | Snippet Codes Explored - Subclasses | Snippet Math Theory | Homebrew Weapons Explained
My: FEATS | MAGIC ITEMS | MONSTERS | SUBCLASSES Artificer Specialist: Weaveblade
Dndbeyond images not loading WORKAROUND FIXED!!! (TY Jay_Lane for original instructions)
Heh, well, I found the snippet code functions in the js... let's see what's going on.
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
I found a kineticist class homebrew in n a website an wanna use that. How do I add it here so I can make my character. I fell in love with the aerokineticist from pathfinder and I really wanna be that class in my party. But I don't know how to add the class I found the dndwiki, any advice
Creating homebrew base classes is currently not possible on DDB.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
That explains it. No problem than thanks though. Besides there are tons of wind based sub classes I can use
Hey all, is {{scalevalue}} working for everyone in "snippet"? I made a subclass and used almost identical paladin aura, changed a couple words. So it has level scaling set. But in a character sheet it says literally {scalevalue} instead of the value I have set.
Can you double check that you have only a double set of curly brackets around that snippet code?
Is there a way to make the text within a snippet be in bold?
Yes, <b> </b> tags will work, except in custom actions. (They get stripped out when you reload the page.)
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
Thanks I’ll try that
Hi there, maybe one of you can help me with this:
{{(modifier:cha+(classlevel/2)@rounddown)#unsigned}} -> Unknown value modifier type: rounddown
Funny thing: it worked until last iteration (other snippet wasn't working). Now I fixed the other, but this one has failed...any idea?
Use this instead: {{modifier:cha+(classlevel/2)@rounddown#unsigned}}
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
How do I unsubscribe from this thread?
It worked! Thank you so much!
Up at the top of the thread, hover over Tools, then click Unsubscribe.
I don’t have the tools button on my phone
Turn your phone sideways and you will. It needs the wider display size.
You can also manage all of your subscriptions at once here:
https://www.dndbeyond.com/account/subscriptions/articles
I recommend also using your phone in landscape orientation (sideways) for that too or you probably won’t see the unsubscribe buttons there either.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Can someone help me fix my snippet?
{{modifier:cha@min:1#unsigned}}
This shows an error. How can I show the charisma modifier, with a minimum of 1, without showing a sign?