PDA

View Full Version : [CoreRPG] Expected Format for NPC: Rolls Field?



Xorn
October 1st, 2013, 16:21
MW, any chance you could throw up a quick summary for the text-parsing expected in CoreRPG for the Rolls field? I've figured some of it out by trial and error, but I was hoping to get a specific list. For instance I put in at attack as Sling 1d20+1, Sling 1d4+1, (30/120) and I get the die rolls, labeled with everything from the , to the die roll, and it seems to ignore anything in Parenthesis (although it will be used as a label if not separated with a comma).

Moon Wizard
October 1st, 2013, 19:22
It's a fairly simple parse. It doesn't try to do anything fancy with parentheses or brackets, just a simple field to track rolls.
text +-#, text +-#, etc.

Let me know if you need any more detail.

Cheers,
JPG

Xorn
October 2nd, 2013, 01:59
I need to put the die to roll in though, correct? For example if I put Dagger +1 (1d4+1) that's not going to parse to a d20+1 roll labeled "Dagger" and a damage roll labeled "Dagger" right? The way I put it is what I need... Dagger 1d20+1, Dagger 1d4+1

Right?