for example I might have 100d100+10 and it might have -20000 credits
another time I might have 10d100+1000 and it might have 10000 credits.

Perhaps the starting credits aren't working as defined?I just ran into the same problem. Currently the dice have limits:
x d y + z
x goes from 0 to 255
y goes from 0 to 255
z goes from -32768 to 32767
LoL!!HaHa! Sapphire-class yatch ship class: invalid starting credits
Code: Select all
startingCredits= "254d254+32766"
HaHa! Sapphire-class yatch ship class: invalid starting credits
Code: Select all
startingCredits= "250d250+32000"
Code: Select all
startingCredits= "200d200+30000"
Code: Select all
startingCredits= "255d255"
AH, yes.. which makes me wonder-HaHa! Sapphire-class yatch ship class: invalid starting credits
Code: Select all
startingCredits= "0d0+0"
Ok, maybe any something other than:HaHa! Sapphire-class yatch ship class: invalid starting credits
I mean, right? George, what I read is that 0d0+0 is valid, and can obviously generate 0.*x d y + z
x goes from 0 to 255
y goes from 0 to 255
z goes from -32768 to 32767
Code: Select all
startingCredits= "100d100+32767"
Code: Select all
startingCredits= "254d254"
Code: Select all
startingCredits= "253d254"
Code: Select all
startingCredits= "1d255"
HaHa! Sapphire-class yatch ship class: invalid starting credits
Code: Select all
startingCredits= "250d250"
Code: Select all
startingCredits= "1d250+1"