Changes

Stats

95 bytes added, 10:10, 8 November 2016
'''[[SPD]]''' or '''[[Speed]]''' affects the turn order and the number of turns the Yo-kai get each battle.
 
'''[[Base Stats (YW2)|Base Stats for All Yo-kai in Yo-kai Watch 2]]'''
==Other Stats==
==Formula==
'''===Stats Formula''':===
'''parameters''':
x, y, z: three IVs [[IV]]s (I call them IV_A, IV_B_1 and IV_B_2 respectively.)
e: [[EV ]] (attribute bonus)
l: level
(assuming Yo-kai grows at medium speed)
['''HP]''':
HP = floor(e * (1.0 + l * 0.0050505) + (B + x + y) + (B + x + y + z) * 0.1 * l)
['''Other stats]''':
stat = floor(e * (1.0 + l * 0.0050505) + (B * 0.1) + (B + x + y + z) * 0.05 * l)