first commit
This commit is contained in:
@ -0,0 +1,171 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Diancie",
|
||||
"nationalPokedexNumber": 719,
|
||||
"primaryType": "rock",
|
||||
"secondaryType": "fairy",
|
||||
"abilities": ["clearbody"],
|
||||
"baseStats": {
|
||||
"hp": 50,
|
||||
"attack": 100,
|
||||
"defence": 150,
|
||||
"special_attack": 100,
|
||||
"special_defence": 150,
|
||||
"speed": 50
|
||||
},
|
||||
"catchRate": 3,
|
||||
"maleRatio": -1,
|
||||
"shoulderMountable": false,
|
||||
"baseExperienceYield": 300,
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 25,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"walk": {
|
||||
"walkSpeed": 0.33
|
||||
}
|
||||
},
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-7"
|
||||
}
|
||||
},
|
||||
"moves": [
|
||||
"1:diamondstorm",
|
||||
"1:harden",
|
||||
"1:rockthrow",
|
||||
"1:tackle",
|
||||
"5:sharpen",
|
||||
"7:guardsplit",
|
||||
"12:reflect",
|
||||
"14:smackdown",
|
||||
"21:flail",
|
||||
"28:ancientpower",
|
||||
"35:rockpolish",
|
||||
"42:lightscreen",
|
||||
"46:trickroom",
|
||||
"49:rockslide",
|
||||
"56:skillswap",
|
||||
"63:powergem",
|
||||
"70:safeguard",
|
||||
"70:stealthrock",
|
||||
"77:moonblast",
|
||||
"84:stoneedge",
|
||||
"tm:allyswitch",
|
||||
"tm:amnesia",
|
||||
"tm:batonpass",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:bulldoze",
|
||||
"tm:calmmind",
|
||||
"tm:charm",
|
||||
"tm:confide",
|
||||
"tm:dazzlinggleam",
|
||||
"tm:doubleteam",
|
||||
"tm:drainingkiss",
|
||||
"tm:earthpower",
|
||||
"tm:encore",
|
||||
"tm:endure",
|
||||
"tm:explosion",
|
||||
"tm:facade",
|
||||
"tm:faketears",
|
||||
"tm:flash",
|
||||
"tm:flashcannon",
|
||||
"tm:frustration",
|
||||
"tm:gigaimpact",
|
||||
"tm:guardswap",
|
||||
"tm:gyroball",
|
||||
"tm:hail",
|
||||
"tm:helpinghand",
|
||||
"tm:hiddenpower",
|
||||
"tm:hyperbeam",
|
||||
"tm:irondefense",
|
||||
"tm:lightscreen",
|
||||
"tm:metronome",
|
||||
"tm:mysticalfire",
|
||||
"tm:naturepower",
|
||||
"tm:nastyplot",
|
||||
"tm:playrough",
|
||||
"tm:powergem",
|
||||
"tm:protect",
|
||||
"tm:psychic",
|
||||
"tm:psychup",
|
||||
"tm:psyshock",
|
||||
"tm:raindance",
|
||||
"tm:reflect",
|
||||
"tm:rest",
|
||||
"tm:return",
|
||||
"tm:rockpolish",
|
||||
"tm:rockslide",
|
||||
"tm:rocktomb",
|
||||
"tm:round",
|
||||
"tm:safeguard",
|
||||
"tm:sandstorm",
|
||||
"tm:sandtomb",
|
||||
"tm:secretpower",
|
||||
"tm:skillswap",
|
||||
"tm:sleeptalk",
|
||||
"tm:smackdown",
|
||||
"tm:snore",
|
||||
"tm:snowscape",
|
||||
"tm:spikes",
|
||||
"tm:stealthrock",
|
||||
"tm:stoneedge",
|
||||
"tm:storedpower",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:swagger",
|
||||
"tm:swift",
|
||||
"tm:takedown",
|
||||
"tm:terablast",
|
||||
"tm:toxic",
|
||||
"tm:trickroom",
|
||||
"tm:wonderroom",
|
||||
"tutor:afteryou",
|
||||
"tutor:covet",
|
||||
"tutor:diamondstorm",
|
||||
"tutor:earthpower",
|
||||
"tutor:endeavor",
|
||||
"tutor:gravity",
|
||||
"tutor:healbell",
|
||||
"tutor:helpinghand",
|
||||
"tutor:irondefense",
|
||||
"tutor:lastresort",
|
||||
"tutor:magnetrise",
|
||||
"tutor:meteorbeam",
|
||||
"tutor:mistyexplosion",
|
||||
"tutor:moonblast",
|
||||
"tutor:reflect",
|
||||
"tutor:return",
|
||||
"tutor:skillswap",
|
||||
"tutor:snore",
|
||||
"tutor:stealthrock",
|
||||
"tutor:telekinesis",
|
||||
"tutor:terrainpulse",
|
||||
"tutor:wonderroom"
|
||||
],
|
||||
"labels": ["gen6", "mythical", "legendary"],
|
||||
"pokedex": ["cobblemon.species.diancie.desc"],
|
||||
"baseScale": 0.8,
|
||||
"hitbox": {
|
||||
"width": 0.8,
|
||||
"height": 1.6,
|
||||
"fixed": false
|
||||
},
|
||||
"baseFriendship": 50,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 0,
|
||||
"defence": 1,
|
||||
"special_attack": 0,
|
||||
"special_defence": 2,
|
||||
"speed": 0
|
||||
},
|
||||
"height": 7,
|
||||
"weight": 88,
|
||||
"aspects": [],
|
||||
"cannotDynamax": false
|
||||
}
|
Reference in New Issue
Block a user