I did a small analysis of the 5 different points when a player can trigger the "learn from your mistakes" move:
Learn from your mistakes when you have this many marks | Miss-rolls to gain 1XP | Miss-rolls to have to learn the wrong lesson |
---|---|---|
6 | 12 | 96 |
7 | 12.73 | 175 |
8 | 13.33 | 355.6 |
9 | 13.85 | 900 |
10 | 14.29 | 4000 |
Triggering the "learn from your mistakes" move as frequently as possible gives more XP overall but the difference is minor: less than 20% extra XP compared to waiting for a full failure trackbefore you trigger. At the same time frequent triggers will result in a 4066% increase in how often you'll be learning the wrong lesson compared to waiting for a full failure track before triggering!
If someone wants to verify the code that produced the above table, I wrote it on a casio fx-3650P II just for fun so I can't exactly upload the code but here's a rough dump:
For 6->M To 10:
0->X:
0->Y:
1->A:
Lbl 1:
1->B:
Lbl 2:
(M>A)+(M>B)+1+X->X:
(M<=A)+(M<=B)=2=>Y+1->Y:
B+1->B:
B<=10=>Goto 2:
A+1->A:
A<=10=>Goto 1:
M[output triangle symbol]
M*400/X[output triangle symbol]
M*400*Y[output triangle symbol]
Next
No comments:
Post a Comment