first commit
This commit is contained in:
@ -0,0 +1,145 @@
|
||||
{
|
||||
"implemented": true,
|
||||
"name": "Roaring Moon",
|
||||
"nationalPokedexNumber": 1005,
|
||||
"primaryType": "dragon",
|
||||
"secondaryType": "dark",
|
||||
"abilities": ["protosynthesis"],
|
||||
"baseStats": {
|
||||
"hp": 105,
|
||||
"attack": 139,
|
||||
"defence": 71,
|
||||
"special_attack": 55,
|
||||
"special_defence": 101,
|
||||
"speed": 119
|
||||
},
|
||||
"catchRate": 10,
|
||||
"maleRatio": -1,
|
||||
"baseExperienceYield": 295,
|
||||
"baseFriendship": 0,
|
||||
"evYield": {
|
||||
"hp": 0,
|
||||
"attack": 3,
|
||||
"defence": 0,
|
||||
"special_attack": 0,
|
||||
"special_defence": 0,
|
||||
"speed": 0
|
||||
},
|
||||
"experienceGroup": "slow",
|
||||
"eggCycles": 50,
|
||||
"eggGroups": ["undiscovered"],
|
||||
"behaviour": {
|
||||
"moving": {
|
||||
"fly": {
|
||||
"canFly": true,
|
||||
"flySpeedHorizontal": 0.6
|
||||
},
|
||||
"walk": {
|
||||
"walkSpeed": 0.2
|
||||
}
|
||||
},
|
||||
"resting": {
|
||||
"canSleep": true,
|
||||
"willSleepOnBed": false,
|
||||
"depth": "normal",
|
||||
"light": "0-4"
|
||||
},
|
||||
"canLook": true,
|
||||
"looksAtEntities": true,
|
||||
"wanderChance": 120,
|
||||
"wanderSpeed": 0.2
|
||||
},
|
||||
"moves": [
|
||||
"1:bite",
|
||||
"1:breakingswipe",
|
||||
"1:dragonbreath",
|
||||
"1:focusenergy",
|
||||
"1:jawlock",
|
||||
"1:leer",
|
||||
"1:scaleshot",
|
||||
"1:sunnyday",
|
||||
"7:incinerate",
|
||||
"14:headbutt",
|
||||
"21:scaryface",
|
||||
"28:dragonclaw",
|
||||
"35:zenheadbutt",
|
||||
"42:flamethrower",
|
||||
"49:nightslash",
|
||||
"56:dragondance",
|
||||
"63:dragonrush",
|
||||
"70:fly",
|
||||
"77:throatchop",
|
||||
"84:roost",
|
||||
"91:doubleedge",
|
||||
"tm:acrobatics",
|
||||
"tm:aerialace",
|
||||
"tm:airslash",
|
||||
"tm:bodypress",
|
||||
"tm:bodyslam",
|
||||
"tm:breakingswipe",
|
||||
"tm:brickbreak",
|
||||
"tm:crunch",
|
||||
"tm:darkpulse",
|
||||
"tm:dig",
|
||||
"tm:doubleedge",
|
||||
"tm:dracometeor",
|
||||
"tm:dragoncheer",
|
||||
"tm:dragonclaw",
|
||||
"tm:dragondance",
|
||||
"tm:dragonpulse",
|
||||
"tm:dragontail",
|
||||
"tm:earthquake",
|
||||
"tm:endure",
|
||||
"tm:facade",
|
||||
"tm:fireblast",
|
||||
"tm:firefang",
|
||||
"tm:firespin",
|
||||
"tm:flamethrower",
|
||||
"tm:fly",
|
||||
"tm:gigaimpact",
|
||||
"tm:heatwave",
|
||||
"tm:hurricane",
|
||||
"tm:hydropump",
|
||||
"tm:hyperbeam",
|
||||
"tm:hypervoice",
|
||||
"tm:ironhead",
|
||||
"tm:knockoff",
|
||||
"tm:lashout",
|
||||
"tm:metalclaw",
|
||||
"tm:outrage",
|
||||
"tm:protect",
|
||||
"tm:rest",
|
||||
"tm:roar",
|
||||
"tm:rockslide",
|
||||
"tm:scaleshot",
|
||||
"tm:scaryface",
|
||||
"tm:shadowclaw",
|
||||
"tm:sleeptalk",
|
||||
"tm:snarl",
|
||||
"tm:stompingtantrum",
|
||||
"tm:stoneedge",
|
||||
"tm:substitute",
|
||||
"tm:sunnyday",
|
||||
"tm:tailwind",
|
||||
"tm:takedown",
|
||||
"tm:taunt",
|
||||
"tm:terablast",
|
||||
"tm:throatchop",
|
||||
"tm:thunderfang",
|
||||
"tm:uturn",
|
||||
"tm:xscissor",
|
||||
"tm:zenheadbutt"
|
||||
],
|
||||
"hitbox": {
|
||||
"width": 3,
|
||||
"height": 4,
|
||||
"fixed": false
|
||||
},
|
||||
"labels": ["gen9", "paradox"],
|
||||
"aspects": [],
|
||||
"height": 20,
|
||||
"weight": 3800,
|
||||
"evolutions": [],
|
||||
"cannotDynamax": false,
|
||||
"pokedex": ["cobblemon.species.roaringmoon.desc"]
|
||||
}
|
Reference in New Issue
Block a user