mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-01 16:37:20 +00:00
parent
03cf52e9e9
commit
81ecf91734
File diff suppressed because one or more lines are too long
@ -912,7 +912,12 @@ makeRevengeMove 'Avalanche'
|
|||||||
|
|
||||||
extendMove 'Acrobatics', ->
|
extendMove 'Acrobatics', ->
|
||||||
@basePower = (battle, user, target) ->
|
@basePower = (battle, user, target) ->
|
||||||
if !user.hasItem() then 2 * @power else @power
|
if !user.hasItem()
|
||||||
|
2 * @power
|
||||||
|
else if user.hasItem("Flying Gem")
|
||||||
|
2 * @power
|
||||||
|
else
|
||||||
|
@power
|
||||||
|
|
||||||
extendMove 'Acupressure', ->
|
extendMove 'Acupressure', ->
|
||||||
@use = (battle, user, target) ->
|
@use = (battle, user, target) ->
|
||||||
|
@ -946,7 +946,7 @@
|
|||||||
"Delta Gardevoir": {
|
"Delta Gardevoir": {
|
||||||
"default": {
|
"default": {
|
||||||
"abilities": [
|
"abilities": [
|
||||||
"Lightning Rod",
|
"Lightningrod",
|
||||||
"Clear Body"
|
"Clear Body"
|
||||||
],
|
],
|
||||||
"unreleasedHidden": true,
|
"unreleasedHidden": true,
|
||||||
@ -21706,22 +21706,29 @@
|
|||||||
"isBattleOnly": false,
|
"isBattleOnly": false,
|
||||||
"learnset": {
|
"learnset": {
|
||||||
"level-up": {
|
"level-up": {
|
||||||
"Bide": 17,
|
"Boomburst": 1,
|
||||||
"Bulldoze": 21,
|
"Drakon Voice": 1,
|
||||||
"Dragon Claw": 55,
|
"Ancient Roar": 1,
|
||||||
"Dragon Tail": 45,
|
"Sand-Attack": 1,
|
||||||
"DragonBreath": 35,
|
|
||||||
"Earth Power": 39,
|
|
||||||
"Faint Attack": 7,
|
|
||||||
"Hyper Beam": 49,
|
|
||||||
"Mud-Slap": 13,
|
|
||||||
"Rock Slide": 25,
|
|
||||||
"Sand Tomb": 10,
|
|
||||||
"Sand-Attack": 4,
|
|
||||||
"Sandstorm": 44,
|
|
||||||
"Screech": 34,
|
|
||||||
"SonicBoom": 1,
|
"SonicBoom": 1,
|
||||||
"Supersonic": 29
|
"Faint Attack": 1,
|
||||||
|
"Bide": 1,
|
||||||
|
"Mud-Slap": 5,
|
||||||
|
"Bulldoze": 8,
|
||||||
|
"Sand Tomb": 12,
|
||||||
|
"Rock Slide": 15,
|
||||||
|
"Supersonic": 19,
|
||||||
|
"Screech": 22,
|
||||||
|
"Earth Power": 26,
|
||||||
|
"Dragon Tail": 29,
|
||||||
|
"Earthquake": 33,
|
||||||
|
"DragonBreath": 35,
|
||||||
|
"Sandstorm": 36,
|
||||||
|
"Uproar": 40,
|
||||||
|
"Hyper Beam": 43,
|
||||||
|
"Dragon Claw": 45,
|
||||||
|
"Dragon Rush": 47,
|
||||||
|
"Bug Buzz": 50
|
||||||
},
|
},
|
||||||
"machine": {
|
"machine": {
|
||||||
"Aerial Ace": 0,
|
"Aerial Ace": 0,
|
||||||
@ -42841,17 +42848,18 @@
|
|||||||
"isBattleOnly": false,
|
"isBattleOnly": false,
|
||||||
"learnset": {
|
"learnset": {
|
||||||
"level-up": {
|
"level-up": {
|
||||||
"Extrasensory": 49,
|
|
||||||
"Faint Attack": 31,
|
|
||||||
"Fake Out": 19,
|
|
||||||
"Growth": 7,
|
|
||||||
"Harden": 3,
|
|
||||||
"Nature Power": 13,
|
|
||||||
"Pound": 1,
|
"Pound": 1,
|
||||||
"Razor Leaf": 1,
|
"Harden": 3,
|
||||||
"Razor Wind": 37,
|
"Growth": 6,
|
||||||
"Swagger": 43,
|
"Nature Power": 9,
|
||||||
"Torment": 25
|
"Fake Out": 12,
|
||||||
|
"Razor Leaf": 14,
|
||||||
|
"Torment": 16,
|
||||||
|
"Razor Wind": 20,
|
||||||
|
"Faint Attack": 24,
|
||||||
|
"Leaf Blade": 28,
|
||||||
|
"Swagger": 32,
|
||||||
|
"Extrasensory": 36
|
||||||
},
|
},
|
||||||
"machine": {
|
"machine": {
|
||||||
"Attract": 0,
|
"Attract": 0,
|
||||||
@ -53526,6 +53534,7 @@
|
|||||||
"learnset": {
|
"learnset": {
|
||||||
"level-up": {
|
"level-up": {
|
||||||
"Faint Attack": 1,
|
"Faint Attack": 1,
|
||||||
|
"Hurricane": 32,
|
||||||
"Leaf Storm": 49,
|
"Leaf Storm": 49,
|
||||||
"Leaf Tornado": 19,
|
"Leaf Tornado": 19,
|
||||||
"Nasty Plot": 1,
|
"Nasty Plot": 1,
|
||||||
@ -53533,56 +53542,39 @@
|
|||||||
"Whirlwind": 1
|
"Whirlwind": 1
|
||||||
},
|
},
|
||||||
"machine": {
|
"machine": {
|
||||||
|
"Hidden Power": 0,
|
||||||
|
"Sunny Day": 0,
|
||||||
|
"Hyper Beam": 0,
|
||||||
|
"Protect": 0,
|
||||||
|
"Frustration": 0,
|
||||||
|
"Return": 0,
|
||||||
|
"Rock Tomb": 0,
|
||||||
"Aerial Ace": 0,
|
"Aerial Ace": 0,
|
||||||
"Attract": 0,
|
"Attract": 0,
|
||||||
"Brick Break": 0,
|
|
||||||
"Confide": 0,
|
|
||||||
"Cut": 0,
|
|
||||||
"Dark Pulse": 0,
|
|
||||||
"Dig": 0,
|
|
||||||
"Double Team": 0,
|
|
||||||
"Embargo": 0,
|
|
||||||
"Energy Ball": 0,
|
|
||||||
"Explosion": 0,
|
|
||||||
"Facade": 0,
|
|
||||||
"False Swipe": 0,
|
|
||||||
"Flash": 0,
|
|
||||||
"Fling": 0,
|
|
||||||
"Focus Blast": 0,
|
"Focus Blast": 0,
|
||||||
"Frustration": 0,
|
"Energy Ball": 0,
|
||||||
"Giga Impact": 0,
|
"Fling": 0,
|
||||||
"Grass Knot": 0,
|
"New Moon": 0,
|
||||||
"Hidden Power": 0,
|
|
||||||
"Hyper Beam": 0,
|
|
||||||
"Low Sweep": 0,
|
|
||||||
"Nature Power": 0,
|
|
||||||
"Payback": 0,
|
|
||||||
"Power-Up Punch": 0,
|
|
||||||
"Protect": 0,
|
|
||||||
"Psych Up": 0,
|
|
||||||
"Rest": 0,
|
|
||||||
"Retaliate": 0,
|
|
||||||
"Return": 0,
|
|
||||||
"Rock Slide": 0,
|
|
||||||
"Rock Smash": 0,
|
|
||||||
"Rock Tomb": 0,
|
|
||||||
"Round": 0,
|
|
||||||
"Shadow Ball": 0,
|
|
||||||
"Zombie Strike": 0,
|
|
||||||
"Sleep Talk": 0,
|
|
||||||
"Snarl": 0,
|
|
||||||
"SolarBeam": 0,
|
|
||||||
"Strength": 0,
|
|
||||||
"Substitute": 0,
|
"Substitute": 0,
|
||||||
"Sunny Day": 0,
|
"Silver Wind": 0,
|
||||||
"Swagger": 0,
|
"Round": 0
|
||||||
"Swords Dance": 0,
|
},
|
||||||
"Thief": 0,
|
"egg": {
|
||||||
"Torment": 0,
|
"Amnesia": 0,
|
||||||
"Toxic": 0,
|
"Beat Up": 0,
|
||||||
"X-Scissor": 0,
|
"Bullet Seed": 0,
|
||||||
"New Moon": 0
|
"Defog": 0,
|
||||||
|
"Foul Play": 0,
|
||||||
|
"Grassy Terrain": 0,
|
||||||
|
"Leech Seed": 0,
|
||||||
|
"Nasty Plot": 0,
|
||||||
|
"Power Swap": 0,
|
||||||
|
"Quick Attack": 0,
|
||||||
|
"Razor Wind": 0,
|
||||||
|
"Take Down": 0,
|
||||||
|
"Worry Seed": 0
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
"attack": 100,
|
"attack": 100,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user