mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Random Battle: Modify levels and Ability ratings
- Set Pokemon whose Ability is banned from UU at UU level - Change weather Ability ratings, primarily to make sure Politoed always gets Drizzle
This commit is contained in:
parent
f980e57fb6
commit
e2ef6ec36a
|
|
@ -588,7 +588,7 @@ exports.BattleAbilities = {
|
|||
},
|
||||
id: "drizzle",
|
||||
name: "Drizzle",
|
||||
rating: 4,
|
||||
rating: 4.5,
|
||||
num: 2
|
||||
},
|
||||
"drought": {
|
||||
|
|
@ -598,7 +598,7 @@ exports.BattleAbilities = {
|
|||
},
|
||||
id: "drought",
|
||||
name: "Drought",
|
||||
rating: 4,
|
||||
rating: 4.5,
|
||||
num: 70
|
||||
},
|
||||
"dryskin": {
|
||||
|
|
@ -2208,7 +2208,7 @@ exports.BattleAbilities = {
|
|||
},
|
||||
id: "sandstream",
|
||||
name: "Sand Stream",
|
||||
rating: 4,
|
||||
rating: 4.5,
|
||||
num: 45
|
||||
},
|
||||
"sandveil": {
|
||||
|
|
@ -2453,7 +2453,7 @@ exports.BattleAbilities = {
|
|||
},
|
||||
id: "snowwarning",
|
||||
name: "Snow Warning",
|
||||
rating: 3.5,
|
||||
rating: 4,
|
||||
num: 117
|
||||
},
|
||||
"solarpower": {
|
||||
|
|
|
|||
|
|
@ -1908,8 +1908,11 @@ exports.BattleScripts = {
|
|||
Aerodactyl: 79, Aggron: 79, Blastoise: 79, Gardevoir: 79, Manectric: 79, Sceptile: 79, Venusaur: 79,
|
||||
Diancie: 77, Metagross: 77, Sableye: 77,
|
||||
|
||||
// Holistic judgment
|
||||
Ninetales: 79, Politoed: 79, Unown: 85, Wobbuffet: 79
|
||||
// Banned Ability
|
||||
Gothitelle: 77, Ninetales: 77, Politoed: 77, Wobbuffet: 77,
|
||||
|
||||
// Holistic judgement
|
||||
Unown: 85
|
||||
};
|
||||
var tier = template.tier;
|
||||
if (tier.charAt(0) === '(') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user