ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACAD
1
Premise:
Rejecting the bloatedness of modern metagames, this solomod strives to be competitive with as little elements as possible.
Patch Notes:
Reduced Default Dance's HP by 10. (12/5/25)
2
Reduced Recycler's chance to proc from 66.7% to 60%. (12/5/25)
3
Mechanics:
Typing is determined by IVs (HP IV for primary type, Spe IV for secondary type)
Removed Leftovers. (12/5/25)
4
If secondary type = primary type, mon becomes single type. Secondary moves will use primary type.
Fixed Denigrate lowering attack as well. (12/5/25)
5
IVs do not affect stats.
Fixed Sinker being always physical. (12/5/25)
6
Ghost types can get trapped
7
8
IV Values and Corresponding Types:
Future Plans?:
Random Battle format?
9
0 - Bug
10
1 - Dark
11
2 - Dragon
12
3 - Electric
13
4 - Fairy
14
5 - Fighting
15
6 - Fire
16
7 - Flying
17
8 - Ghost
18
9 - Grass
19
10 - Ground
20
11 - Ice
21
12 - Normal
22
13 - Poison
23
14 - Psychic
24
15 - Rock
25
16 - Steel
26
17 - Water
27
18 and above - Default to primary type, which is currently Normal.
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100