Skip to content

Commit

Permalink
Balance-29-04-24 (#1693)
Browse files Browse the repository at this point in the history
* nerf steel 8

* buff piplup line

* buff dewpider line
  • Loading branch information
sylvainpolletvillard authored Apr 30, 2024
1 parent f225629 commit 4b93293
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
4 changes: 2 additions & 2 deletions app/core/attacking-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class AttackingState extends PokemonState {
pokemon.count.tripleAttackCount++
this.attack(pokemon, board, targetCoordinate)
this.attack(pokemon, board, targetCoordinate)

if (pokemon.name === Pkm.MORPEKO) {
target.status.triggerParalysis(2000, pokemon)
}
Expand Down Expand Up @@ -176,7 +176,7 @@ export default class AttackingState extends PokemonState {
} else if (pokemon.effects.has(Effect.CORKSCREW_CRASH)) {
trueDamagePart += 1.0
} else if (pokemon.effects.has(Effect.MAX_MELTDOWN)) {
trueDamagePart += 1.4
trueDamagePart += 1.3
}
if (pokemon.items.has(Item.RED_ORB) && target) {
trueDamagePart += 0.25
Expand Down
26 changes: 13 additions & 13 deletions app/models/colyseus-models/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export class Onix extends Pokemon {
atk = 9
def = 10
speDef = 5
maxPP = 70
maxPP = 100
range = 1
skill = Ability.SPIKE_ARMOR
attackSprite = AttackSprite.ROCK_MELEE
Expand All @@ -625,7 +625,7 @@ export class Steelix extends Pokemon {
atk = 14
def = 20
speDef = 5
maxPP = 70
maxPP = 100
range = 1
skill = Ability.SPIKE_ARMOR
attackSprite = AttackSprite.ROCK_MELEE
Expand All @@ -639,7 +639,7 @@ export class MegaSteelix extends Pokemon {
atk = 20
def = 30
speDef = 15
maxPP = 70
maxPP = 100
range = 1
skill = Ability.SPIKE_ARMOR
attackSprite = AttackSprite.ROCK_MELEE
Expand Down Expand Up @@ -3439,8 +3439,8 @@ export class Prinplup extends Pokemon {
evolution = Pkm.EMPOLEON
hp = 130
atk = 9
def = 3
speDef = 3
def = 4
speDef = 4
maxPP = 100
range = 1
skill = Ability.IRON_TAIL
Expand All @@ -3453,8 +3453,8 @@ export class Empoleon extends Pokemon {
stars = 3
hp = 240
atk = 20
def = 3
speDef = 3
def = 5
speDef = 5
maxPP = 100
range = 1
skill = Ability.IRON_TAIL
Expand Down Expand Up @@ -12395,10 +12395,10 @@ export class Dewpider extends Pokemon {
stars = 1
evolution = Pkm.ARAQUANID
hp = 60
atk = 6
atk = 7
def = 2
speDef = 1
maxPP = 90
maxPP = 100
range = 1
skill = Ability.STICKY_WEB
attackSprite = AttackSprite.BUG_MELEE
Expand All @@ -12410,11 +12410,11 @@ export class Araquanid extends Pokemon {
additional = true
rarity = Rarity.UNCOMMON
stars = 2
hp = 130
atk = 13
def = 3
hp = 150
atk = 16
def = 4
speDef = 2
maxPP = 90
maxPP = 100
range = 1
skill = Ability.STICKY_WEB
attackSprite = AttackSprite.BUG_MELEE
Expand Down
4 changes: 4 additions & 0 deletions app/public/dist/client/changelog/patch-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Each player now starts on a different map. Portals now makes you travel to new l
- New ability for Croagunk line: Cross poison
- Nerfed Tepig line: HP 80/140/220→70/140/210, Attack: 8/14/24→7/12/20, Def/Spedef: 3/5/7→2/4/6
- Changed Aron line: Attack 4/8/16 → 4/9/19, Spedef: 2/4/6→2/3/5
- Buffed Piplup line: Def & SpeDef: 3/3/3 → 3/4/5
- Nerf Onix line: PP 70 → 100
- Nerf Gligar line: PP 90 → 100
- Buff Stun Spore: ~~5/10/20~~ 10/20/40 damage
- Buff Pineco line: Def ~~3/5~~ 5/7
Expand All @@ -94,6 +96,7 @@ Each player now starts on a different map. Portals now makes you travel to new l
- Buff Vileplume: Attack 20 → 24
- Buff Starly line: Attack ~~8/16/24~~ 9/18/28
- Buff Servine: Attack 11 → 13
- Buff Dewpider line: HP: 60/130 → 70/150, Attack: 6/13→7/16, Def: 2/3 → 2/4, PP: 90 → 100
- Added AP scaling to Tether Dance (Spinda): user gain *20%* attack speed
- Added AP scaling to Beat up (Houndour): Summon 1/2/3 Houndour with *100%* HP
- Added AP scaling to Heal Block (Cacnea): deal *20/40/80* special damage to adjacent enemies and wound them for 5 seconds
Expand All @@ -108,6 +111,7 @@ Each player now starts on a different map. Portals now makes you travel to new l
- Buff Ghost: status durations ~~5/5/5/5~~ 7/7/7/3 seconds
- Fairy splash now can only inflict Charm if eye contact = the charm victim and origin are targeting each other
- Nerf Flying 8: skydive damage ~~200%~~ 150%
- Nerf Steel 8: ~~140%~~ 130% true damage
- Buff Flora: Oddish, Gloom, Vileplume and Bellossom are now able to receive items from KO Flora Pokémon

# Changes to Items
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/bg/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@
"STEEL_SURGE": "Раздайте 33% от ATK като TRUE",
"STEEL_SPIKE": "Раздаване на 66% от ATK като TRUE",
"CORKSCREW_CRASH": "Раздайте 100% от ATK като TRUE",
"MAX_MELTDOWN": "Раздайте 140% от ATK като TRUE",
"MAX_MELTDOWN": "Раздайте 130% от ATK като TRUE",
"BAD_DREAMS": "Противоположната единица с най-висок HP + SHIELD губи 50% от него и е FLINCH за 7 секунди.",
"PHANTOM_FORCE": "Също така противниковата единица с най-висок ATK губи 50% от него и е PARALYSIS за 7 секунди",
"SHADOW_TAG": "Също така, противниковата единица с най-висок AP губи 50% от него и е SILENCE за 7 секунди",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@
"STEEL_SURGE": "Handle 33 % der ATK als TRUE",
"STEEL_SPIKE": "Handle 66 % der ATK als TRUE",
"CORKSCREW_CRASH": "Handle 100 % der ATK als TRUE",
"MAX_MELTDOWN": "Handle 140 % der ATK als TRUE",
"MAX_MELTDOWN": "Handle 130 % der ATK als TRUE",
"BAD_DREAMS": "Die gegnerische Einheit mit den höchsten HP + SHIELD verliert 50% davon und ist 7 Sekunden lang FLINCH.",
"PHANTOM_FORCE": "Außerdem verliert die gegnerische Einheit mit dem höchsten ATK 50% davon ihres ATK und wird 7 Sekunden lang PARALYSIS",
"SHADOW_TAG": "Außerdem verliert die gegnerische Einheit mit der höchsten AP 50% davon und ist 7 Sekunden lang SILENCE",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
"STEEL_SURGE": "Deal 33% of ATK as TRUE",
"STEEL_SPIKE": "Deal 66% of ATK as TRUE",
"CORKSCREW_CRASH": "Deal 100% of ATK as TRUE",
"MAX_MELTDOWN": "Deal 140% of ATK as TRUE",
"MAX_MELTDOWN": "Deal 130% of ATK as TRUE",
"BAD_DREAMS": "The enemy with the highest HP + SHIELD lose 50% of it and is FLINCH for 7 seconds",
"PHANTOM_FORCE": "Also, the enemy with the highest ATK lose 50% of it and is PARALYSIS for 7 seconds",
"SHADOW_TAG": "Also, the enemy with the highest AP lose 50% of it and is SILENCE for 7 seconds",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@
"STEEL_SURGE": "Reparte el 33 % del ATK como TRUE",
"STEEL_SPIKE": "Repartir el 66% del ATK como TRUE",
"CORKSCREW_CRASH": "Reparte el 100 % del ATK como TRUE",
"MAX_MELTDOWN": "Reparte el 140 % del ATK como TRUE",
"MAX_MELTDOWN": "Reparte el 130 % del ATK como TRUE",
"BAD_DREAMS": "La unidad del oponente con el HP + SHIELD más alto pierde el 50% del mismo y es FLINCH durante 7 segundos",
"PHANTOM_FORCE": "Además, la unidad oponente con el mayor ATK pierde el 50% del mismo y es PARALYSIS durante 7 segundos",
"SHADOW_TAG": "Además, la unidad rival con el AP más alto pierde un 50% del mismo y es SILENCE durante 7 segundos.",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@
"STEEL_SURGE": "Inflige 33 % d'ATK comme TRUE",
"STEEL_SPIKE": "Inflige 66 % de l'ATK comme TRUE",
"CORKSCREW_CRASH": "Inflige 100 % de l'ATK comme TRUE",
"MAX_MELTDOWN": "Inflige 140 % de l'ATK comme TRUE",
"MAX_MELTDOWN": "Inflige 130 % de l'ATK comme TRUE",
"BAD_DREAMS": "L'unité adverse avec les HP + SHIELD les plus élevés en perd 50% et est FLINCH pendant 7 secondes.",
"PHANTOM_FORCE": "De plus, l'unité adverse avec l'ATK la plus élevée en perd 50% et est PARALYSIS pendant 7 secondes.",
"SHADOW_TAG": "De plus, l'unité adverse avec la AP la plus élevée en perd 50% et est SILENCE pendant 7 secondes.",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
"STEEL_SURGE": "Distribuisci il 33% di ATK come TRUE",
"STEEL_SPIKE": "Distribuisci il 66% di ATK come TRUE",
"CORKSCREW_CRASH": "Distribuisci il 100% di ATK come TRUE",
"MAX_MELTDOWN": "Distribuisci il 140% di ATK come TRUE",
"MAX_MELTDOWN": "Distribuisci il 130% di ATK come TRUE",
"BAD_DREAMS": "L'unità avversaria con gli HP + SHIELD più alti perde il 50% ed è FLINCH per 7 secondi.",
"PHANTOM_FORCE": "Inoltre, l'unità avversaria con il più alto ATK perde il 50% ed è PARALYSIS per 7 secondi.",
"SHADOW_TAG": "Inoltre, l'unità avversaria con l'AP più alto perde il 50% ed è SILENCE per 7 secondi.",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
"STEEL_SURGE": "ATKの33%をTRUEとして与える",
"STEEL_SPIKE": "ATKの66%をTRUEとして与える",
"CORKSCREW_CRASH": "ATKの100%をTRUEとして与える",
"MAX_MELTDOWN": "ATKの140%をTRUEとして与える",
"MAX_MELTDOWN": "ATKの130%をTRUEとして与える",
"BAD_DREAMS": "最も高いHP+SHIELDを持つ相手ユニットはその50%を失い、7秒間FLINCH状態になる。",
"PHANTOM_FORCE": "また、ATKが最も高い相手ユニットはその50%を失い、7秒間PARALYSISになる。",
"SHADOW_TAG": "また、APが最も高い相手ユニットは50%を失い、7秒間SILENCEになる。",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/nl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@
"STEEL_SURGE": "Behandel 33% van ATK als TRUE",
"STEEL_SPIKE": "Behandel 66% van ATK als TRUE",
"CORKSCREW_CRASH": "Behandel 100% van ATK als TRUE",
"MAX_MELTDOWN": "Behandel 140% van ATK als TRUE",
"MAX_MELTDOWN": "Behandel 130% van ATK als TRUE",
"BAD_DREAMS": "De eenheid met de hoogste HP + SHIELD verliest 50% en is 7 seconden lang FLINCH.",
"PHANTOM_FORCE": "De eenheid met de hoogste ATK verliest 50% en is 7 seconden lang PARALYSIS",
"SHADOW_TAG": "De eenheid van de tegenstander met de hoogste AP verliest 50% en is 7 seconden SILENCE",
Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@
"STEEL_SURGE": "Lidar com 33% do ATK como TRUE",
"STEEL_SPIKE": "Lidar com 66% do ATK como TRUE",
"CORKSCREW_CRASH": "Lidar com 100% do ATK como TRUE",
"MAX_MELTDOWN": "Lidar com 140% do ATK como TRUE",
"MAX_MELTDOWN": "Lidar com 130% do ATK como TRUE",
"BAD_DREAMS": "A unidade adversária com o maior HP + SHIELD perde 50% dele e é FLINCH durante 7 segundos",
"PHANTOM_FORCE": "Além disso, a unidade adversária com o maior ATK perde 50% dele e é PARALYSIS durante 7 segundos",
"SHADOW_TAG": "Além disso, a unidade adversária com o maior AP perde 50% dele e é SILENCE durante 7 segundos",
Expand Down

0 comments on commit 4b93293

Please sign in to comment.