mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Reintroduce Basculin-B
(apparently it isn't fully aesthetic)
This commit is contained in:
parent
307b2e7c40
commit
5efcc49ae8
|
|
@ -1,6 +1,7 @@
|
||||||
exports.BattleAliases = {
|
exports.BattleAliases = {
|
||||||
// formes
|
// formes
|
||||||
"basculinb": "Basculin-Blue",
|
"basculinb": "Basculin-Blue-Striped",
|
||||||
|
"basculinblue": "Basculin-Blue-Striped",
|
||||||
"castformh": "Castform-Snowy",
|
"castformh": "Castform-Snowy",
|
||||||
"castformice": "Castform-Snowy",
|
"castformice": "Castform-Snowy",
|
||||||
"castformr": "Castform-Rainy",
|
"castformr": "Castform-Rainy",
|
||||||
|
|
@ -44,6 +45,7 @@ exports.BattleAliases = {
|
||||||
"meloettaaria": "Meloetta",
|
"meloettaaria": "Meloetta",
|
||||||
"basculinr": "Basculin",
|
"basculinr": "Basculin",
|
||||||
"basculinred": "Basculin",
|
"basculinred": "Basculin",
|
||||||
|
"basculinredstriped": "Basculin",
|
||||||
|
|
||||||
// items
|
// items
|
||||||
"cb": "Choice Band",
|
"cb": "Choice Band",
|
||||||
|
|
|
||||||
|
|
@ -597,6 +597,7 @@ whimsicott:{num:547,species:"Whimsicott",types:["Grass"],baseStats:{hp:60,atk:67
|
||||||
petilil:{num:548,species:"Petilil",types:["Grass"],gender:"F",baseStats:{hp:45,atk:35,def:50,spa:70,spd:50,spe:30},abilities:{0:"Chlorophyll",1:"Own Tempo",DW:"Leaf Guard"},heightm:0.5,weightkg:6.6,color:"Green",evos:["lilligant"],eggGroups:["Plant"]},
|
petilil:{num:548,species:"Petilil",types:["Grass"],gender:"F",baseStats:{hp:45,atk:35,def:50,spa:70,spd:50,spe:30},abilities:{0:"Chlorophyll",1:"Own Tempo",DW:"Leaf Guard"},heightm:0.5,weightkg:6.6,color:"Green",evos:["lilligant"],eggGroups:["Plant"]},
|
||||||
lilligant:{num:549,species:"Lilligant",types:["Grass"],gender:"F",baseStats:{hp:70,atk:60,def:75,spa:110,spd:75,spe:90},abilities:{0:"Chlorophyll",1:"Own Tempo",DW:"Leaf Guard"},heightm:1.1,weightkg:16.3,color:"Green",prevo:"petilil",eggGroups:["Plant"]},
|
lilligant:{num:549,species:"Lilligant",types:["Grass"],gender:"F",baseStats:{hp:70,atk:60,def:75,spa:110,spd:75,spe:90},abilities:{0:"Chlorophyll",1:"Own Tempo",DW:"Leaf Guard"},heightm:1.1,weightkg:16.3,color:"Green",prevo:"petilil",eggGroups:["Plant"]},
|
||||||
basculin:{num:550,species:"Basculin",baseForme:"Red-Striped",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Reckless",1:"Adaptability",DW:"Mold Breaker"},heightm:1,weightkg:18,color:"Green",eggGroups:["Water 2"],otherFormes:["basculinbluestriped"]},
|
basculin:{num:550,species:"Basculin",baseForme:"Red-Striped",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Reckless",1:"Adaptability",DW:"Mold Breaker"},heightm:1,weightkg:18,color:"Green",eggGroups:["Water 2"],otherFormes:["basculinbluestriped"]},
|
||||||
|
basculinbluestriped:{num:550,species:"Basculin-Blue-Striped",basespecies:"Basculin",forme:"Blue-Striped",formeletter:"B",types:["Water"],baseStats:{hp:70,atk:92,def:65,spa:80,spd:55,spe:98},abilities:{0:"Rock Head",1:"Adaptability",DW:"Mold Breaker"},heightm:1,weightkg:18,color:"Green",eggGroups:["Water 2"]},
|
||||||
sandile:{num:551,species:"Sandile",types:["Ground","Dark"],baseStats:{hp:50,atk:72,def:35,spa:35,spd:35,spe:65},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:0.7,weightkg:15.2,color:"Brown",evos:["krokorok"],eggGroups:["Ground"]},
|
sandile:{num:551,species:"Sandile",types:["Ground","Dark"],baseStats:{hp:50,atk:72,def:35,spa:35,spd:35,spe:65},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:0.7,weightkg:15.2,color:"Brown",evos:["krokorok"],eggGroups:["Ground"]},
|
||||||
krokorok:{num:552,species:"Krokorok",types:["Ground","Dark"],baseStats:{hp:60,atk:82,def:45,spa:45,spd:45,spe:74},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:1,weightkg:33.4,color:"Brown",prevo:"sandile",evos:["krookodile"],eggGroups:["Ground"]},
|
krokorok:{num:552,species:"Krokorok",types:["Ground","Dark"],baseStats:{hp:60,atk:82,def:45,spa:45,spd:45,spe:74},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:1,weightkg:33.4,color:"Brown",prevo:"sandile",evos:["krookodile"],eggGroups:["Ground"]},
|
||||||
krookodile:{num:553,species:"Krookodile",types:["Ground","Dark"],baseStats:{hp:95,atk:117,def:70,spa:65,spd:70,spe:92},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:1.5,weightkg:96.3,color:"Red",prevo:"krokorok",eggGroups:["Ground"]},
|
krookodile:{num:553,species:"Krookodile",types:["Ground","Dark"],baseStats:{hp:95,atk:117,def:70,spa:65,spd:70,spe:92},abilities:{0:"Intimidate",1:"Moxie",DW:"Anger Point"},heightm:1.5,weightkg:96.3,color:"Red",prevo:"krokorok",eggGroups:["Ground"]},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user