Merge remote-tracking branch 'origin/master'

This commit is contained in:
Kyle Coburn 2015-05-29 11:29:46 -07:00
commit 54d6ade8c4
2 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,7 @@
In gen 1, Pokémon stats are described by HP, attack, defense, speed, and special. Special is used as both an attack and defense measurement for attacks designated as "special" internally.
The minimum stats at level 8 are **25** HP, **14** attack, **11** defense, **12** speed, **11** special.
The minimum stats at level 8 are **25** HP, **14** attack, **11** defense, **13** speed, **11** special.
The maximum stats at level 8 are **27** HP, **16** attack, **14** defense, **15** speed, **13** special.
@ -20,12 +20,12 @@ The probability of stats are derived from the DV values, which describe the poss
**Level 8** (learn Horn Attack)
| Skill\DV | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
|----------|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|
| Attack | 14 | 14 | 14 | 14 | 14 | 15 | 15 | 15 | 15 | 15 | 15 | 16 | 16 | 16 | 16 | 16 |
| Defense | 11 | 11 | 11 | 12 | 12 | 12 | 12 | 12 | 12 | 13 | 13 | 13 | 13 | 13 | 13 | 14 |
| Speed | 13 | 13 | 13 | 13 | 13 | 13 | 14 | 14 | 14 | 14 | 14 | 14 | 15 | 15 | 15 | 15 |
| Special | 11 | 11 | 11 | 11 | 12 | 12 | 12 | 12 | 12 | 12 | 13 | 13 | 13 | 13 | 13 | 13 |
| Skill\DV | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
|----------|----|----|----|----|------|------|------|------|------|------|------|------|------|------|------|------|
| Attack | 14 | 14 | 14 | 14 | 14 | _15_ | _15_ | _15_ | _15_ | _15_ | _15_ | _16_ | _16_ | _16_ | _16_ | _16_ |
| Defense | 11 | 11 | 11 | 12 | 12 | 12 | 12 | 12 | 12 | 13 | 13 | 13 | 13 | 13 | 13 | 14 |
| Speed | 13 | 13 | 13 | 13 | 13 | 13 | _14_ | _14_ | _14_ | _14_ | _14_ | _14_ | _15_ | _15_ | _15_ | _15_ |
| Special | 11 | 11 | 11 | 11 | _12_ | _12_ | _12_ | _12_ | _12_ | _12_ | _13_ | _13_ | _13_ | _13_ | _13_ | _13_ |
**Level 23** (learn Thrash)

View File

@ -2,6 +2,7 @@
| Time | Frames | Seed | Name | Bot version | Found by |
|---------|---------|--------------|------|-------------|----------------------------------------------|
| 1:55:17 | 415,040 | `1431947968` | L | v2.0.2 | ThePokéBot |
| 1:56:09 | 418,162 | `1431351259` | K | v2.0.1 | ThePokéBot |
| 1:56:30 | 419,406 | `1431340812` | Z | v2.0.1 | ThePokéBot |
| 1:56:30 | 419,413 | `1431096540` | A | v2.0 | Notwa |