Skip to content

Commit

Permalink
fix: update rebalanced moves
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Nov 19, 2024
1 parent 3b9de9c commit 3abbb20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/customValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"moveName": "Flügelschlag",
"proto": "WING_ATTACK"
},
"24_%_Flammenwurf_%_70": {
"24_%_Flammenwurf_%_65": {
"moveName": "Flammenwurf",
"proto": "FLAMETHROWER",
"type": {
Expand Down
2 changes: 1 addition & 1 deletion tests/defaultValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
"name": "Flame Wheel",
"proto": "FLAME_WHEEL",
"type": "Fire",
"power": 60
"power": 55
}
},
"items": {
Expand Down
4 changes: 2 additions & 2 deletions tests/rawValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@
"proto": "MAGNET_BOMB",
"fast": false,
"type": 9,
"power": 70,
"durationMs": 2800,
"power": 75,
"durationMs": 3000,
"energyDelta": -33,
"pvpPower": 70,
"pvpEnergyDelta": -45
Expand Down

0 comments on commit 3abbb20

Please sign in to comment.