Difference between revisions of "Talk:Flying above Twilight"
(→XP formula: new section) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
**Okay, did some flying today. Highest I managed was +21, lowest was -29. This was as a level 50. [[User:Cristiona|Cristiona]] | **Okay, did some flying today. Highest I managed was +21, lowest was -29. This was as a level 50. [[User:Cristiona|Cristiona]] | ||
− | + | * Would it be okay to say that the Rabid Airborne Rodent is a one-time adventure, or has anyone gotten it twice. | |
− | + | <br />Should it help, I'm spading the exp information while I transmogify. | |
− | + | <br /> | |
− | |||
− | |||
− | Should it help, I'm spading the exp information while I transmogify. | ||
− | |||
− | |||
Level 1 | Level 1 | ||
− | Strength: 6 (3) | + | <br />Strength: 6 (3) |
− | Intellect: 4 | + | <br />Intellect: 4 |
− | Reflexes: 6 (3) | + | <br />Reflexes: 6 (3) |
− | + | <br /> | |
− | + | <br />Fastest commute ever: 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 | |
− | + | <br />Mapquest: Fastest Quest Ever: 4, 4, 4, 4, 4, 4, 4, 4 | |
− | Fastest commute ever: 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 | + | <br />One good turn deserves another: 3, 3, 3 |
− | Mapquest: Fastest Quest Ever: 4, 4, 4, 4, 4, 4, 4, 4 | + | <br /> |
− | One good turn deserves another: 3, 3, 3 | + | <br />Level 2 |
− | + | <br />Strength: 9 (6) | |
+ | <br />Intellect: 11 | ||
+ | <br />Reflexes: 11 (8) | ||
+ | <br /> | ||
+ | <br />Fastest Commute Ever: 8, 8, 8, 8, 8, 8, | ||
+ | <br />Mapquest: Fastest Quest Ever: 10, 11, 11, 11, 11, 11, 11, 11, | ||
+ | <br />One Good Turn Deserves Another: 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, | ||
+ | <br />[[User:Wyronth|Wyronth]] | ||
+ | ==Level * 12== | ||
+ | The XP gain is not level*12... that's the ''cap'' [[User:Cristiona|Cristiona]] | ||
− | + | == XP formula == | |
− | |||
− | |||
− | |||
+ | Aside from the level*12 cap, the XP is between 0.95 and 1.05 of the base stat, in 1% jumps. This can be formulated as <code>round(base_stat*(95+randint(0,10))/100)</code>. For example, base stat of 160 yields: | ||
− | + | 152 154 155 157 158 160 162 163 165 166 168 --[[User:Muhandes|Muhandes]] 08:23, 12 January 2010 (UTC) | |
− | |||
− | |||
− | [[User: |
Latest revision as of 00:23, 12 January 2010
XP range is base stats, not buffed. Cristiona
- It seems to be base ± 10. soleta 11:59, 19 February 2008 (MST)
- I think the range might be bigger. It's at least base ± 21. I'll try to record some numbers. Hm... perhaps ±level? Cristiona
- Okay, did some flying today. Highest I managed was +21, lowest was -29. This was as a level 50. Cristiona
- Would it be okay to say that the Rabid Airborne Rodent is a one-time adventure, or has anyone gotten it twice.
Should it help, I'm spading the exp information while I transmogify.
Level 1
Strength: 6 (3)
Intellect: 4
Reflexes: 6 (3)
Fastest commute ever: 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
Mapquest: Fastest Quest Ever: 4, 4, 4, 4, 4, 4, 4, 4
One good turn deserves another: 3, 3, 3
Level 2
Strength: 9 (6)
Intellect: 11
Reflexes: 11 (8)
Fastest Commute Ever: 8, 8, 8, 8, 8, 8,
Mapquest: Fastest Quest Ever: 10, 11, 11, 11, 11, 11, 11, 11,
One Good Turn Deserves Another: 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
Wyronth
Level * 12
The XP gain is not level*12... that's the cap Cristiona
XP formula
Aside from the level*12 cap, the XP is between 0.95 and 1.05 of the base stat, in 1% jumps. This can be formulated as round(base_stat*(95+randint(0,10))/100)
. For example, base stat of 160 yields:
152 154 155 157 158 160 162 163 165 166 168 --Muhandes 08:23, 12 January 2010 (UTC)