Jannik Tappert
963384951b
Update src/locales/de/battler-tags.json
2024-09-09 15:29:17 +02:00
Niccolò
6ca0cb5888
Update src/locales/it/battler-tags.json
2024-09-09 15:27:25 +02:00
Lugiad
685975f44b
Update move-trigger.json
2024-09-09 15:11:47 +02:00
AJ Fontaine
16fc3a87b7
Fix usedTMs crash ( #4132 )
2024-09-09 14:07:05 +01:00
Lugiad
dfab0e05cd
Update src/locales/es/battler-tags.json
...
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-09-09 15:00:49 +02:00
Lugiad
e5995ce63c
Update src/locales/ja/battler-tags.json
...
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-09 13:47:26 +02:00
Lugiad
c8a505319c
Update src/locales/pt_BR/battler-tags.json
...
Co-authored-by: José Ricardo <josefleury@discente.ufg.br>
2024-09-09 13:47:21 +02:00
Lugiad
b2ad128a08
Update battler-tags.json
2024-09-09 13:47:07 +02:00
Lugiad
346860d0a8
Update src/locales/ko/battler-tags.json
...
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
2024-09-09 13:16:18 +02:00
Lugiad
fccfa07b3a
Update battler-tags.json
2024-09-09 12:56:17 +02:00
Lugiad
1da366c6bb
Update battler-tags.json
2024-09-09 12:54:55 +02:00
Lugiad
624a115126
Update battler-tags.json
2024-09-09 12:54:39 +02:00
Lugiad
b8acbc9402
Update battler-tags.json
2024-09-09 12:54:15 +02:00
Lugiad
43241ffdb7
Update battler-tags.json
2024-09-09 12:53:41 +02:00
Lugiad
1459db5b46
Update battler-tags.json
2024-09-09 12:51:53 +02:00
Lugiad
24e3afc47d
Update arena-tag.json
2024-09-09 12:51:33 +02:00
Lugiad
e29384916c
Update arena-tag.json
2024-09-09 12:51:13 +02:00
Lugiad
1947554678
Update battler-tags.json
2024-09-09 12:50:38 +02:00
Lugiad
dd2a53b5e8
Update battler-tags.json
2024-09-09 12:50:24 +02:00
Lugiad
027b29b2c7
Update battler-tags.json
2024-09-09 12:50:09 +02:00
Lugiad
013091fae0
Update battler-tags.json
2024-09-09 12:49:45 +02:00
Lugiad
880131a534
Update move-trigger.json
2024-09-09 12:46:43 +02:00
Adrian T.
f5bf766ff7
[Move] Fully implement Tar Shot ( #4043 )
2024-09-09 00:42:53 -07:00
innerthunder
c710f85fd3
Fix Pokemon.isTrapped
only checking enemy Pokemon for trapping abilities ( #4124 )
2024-09-09 14:19:59 +08:00
flx-sta
39b6a72517
[Bug] Fix #762 : All Pokemon become invisible when capturing then switching with your only pokemon that was not fainted ( #4025 )
...
* fix #762 by using slotIndex to add to party
for now the new pokemon was ALWAYS just pushed to the party array. Now it's put into the slot that was also previously selected as the mon to release
* add docs for `Pokemon.addToParty()`
* add simple tests for addToParty
* update `isBetween` docs. Remove `.js` imports
2024-09-09 01:10:47 -04:00
Adrian T.
06f98f6737
[Bug] Fix console error from undefined stockpilingTag ( #4118 )
2024-09-08 20:50:47 -07:00
innerthunder
68b956cbe6
[Bug] Fix incorrect defensive properties on Terastallized Pokemon ( #4070 )
...
* Fix incorrect defensive properties on Terastallized Pokemon
* Add tests to `effectiveness.test.ts`
* Suppress errors from Tera achievement validation
2024-09-08 20:48:09 -07:00
Mumble
a30201f185
[Hotfix] Retrieving the correct form index for correct cry keys ( #4121 )
...
* [DOCS] adding JSDocs to `arena.ts` (#3590 )
* adding some docs
* Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* seems like battleStats changed to statStages
* Apply suggestions from code review
editing doc text
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update tsdocs, convert comment to tsdoc in `pokemon.ts`
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* [Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )
* fix scrappy + etc. update inverse battle test code
* update test code following request from swain
* fix and optimize imports (#4061 )
- remove any `.js` extension imports
- remove unncessary dynamic imports of `modifier.ts` file. The file was being imported statically & dynamically. Made it pure static
- increase vite chunk-size warning limit
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
* returned main
* Fixed cry key
* Revert "[DOCS] adding JSDocs to `arena.ts` (#3590 )"
This reverts commit 675e6a0635
.
* Revert "[Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )"
This reverts commit 45af0dd170
.
* Revert "fix and optimize imports (#4061 )"
This reverts commit e12548cdb0
.
---------
Co-authored-by: DustinLin <39450497+DustinLin@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: frutescens <info@laptop>
2024-09-08 22:12:37 -04:00
Amani H.
38cb10ff97
[Hotfix] Fix System Data Conversion Failure ( #4123 )
2024-09-09 02:50:00 +01:00
Opaque02
93d6375894
Updated all fields (except passwords) to allow for 20 characters ( #4119 )
2024-09-09 00:57:44 +01:00
Mumble
021f31b589
[Hotfix] Retrieve the right cry when alternate-form Pokemon faint + retrieve the correct sprite key ( #4117 )
...
* [DOCS] adding JSDocs to `arena.ts` (#3590 )
* adding some docs
* Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* seems like battleStats changed to statStages
* Apply suggestions from code review
editing doc text
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update tsdocs, convert comment to tsdoc in `pokemon.ts`
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* [Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )
* fix scrappy + etc. update inverse battle test code
* update test code following request from swain
* fix and optimize imports (#4061 )
- remove any `.js` extension imports
- remove unncessary dynamic imports of `modifier.ts` file. The file was being imported statically & dynamically. Made it pure static
- increase vite chunk-size warning limit
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
* Fusion hotfix
* returned main
* Faint cry properly retrieved for non fused Pokemon with forms
* Revert "[DOCS] adding JSDocs to `arena.ts` (#3590 )"
This reverts commit b73fd97760
.
* Revert "[Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )"
This reverts commit 31fcbf49f4
.
* Revert "fix and optimize imports (#4061 )"
This reverts commit d1bd6974e4
.
* Fixed sprite key generation
---------
Co-authored-by: DustinLin <39450497+DustinLin@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: frutescens <info@laptop>
2024-09-09 00:03:37 +01:00
Mumble
22c60ab532
[Hotfix][Bug] Retrieves the correct cry for Fused Pokemon ( #4116 )
...
* [DOCS] adding JSDocs to `arena.ts` (#3590 )
* adding some docs
* Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* seems like battleStats changed to statStages
* Apply suggestions from code review
editing doc text
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update tsdocs, convert comment to tsdoc in `pokemon.ts`
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* [Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )
* fix scrappy + etc. update inverse battle test code
* update test code following request from swain
* fix and optimize imports (#4061 )
- remove any `.js` extension imports
- remove unncessary dynamic imports of `modifier.ts` file. The file was being imported statically & dynamically. Made it pure static
- increase vite chunk-size warning limit
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
* Fusion hotfix
* Revert "fix and optimize imports (#4061 )"
This reverts commit 287d671cfd
.
* Revert "[Bug] Fix scrappy (+ some immunity move and ability) in inverse battle (#4067 )"
This reverts commit 9fd34c95d5
.
* Revert "[DOCS] adding JSDocs to `arena.ts` (#3590 )"
This reverts commit 0742efd196
.
* typo
* Fixed fusionFaintCry to return correct cry
---------
Co-authored-by: DustinLin <39450497+DustinLin@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: frutescens <info@laptop>
2024-09-08 21:42:11 +01:00
Lugiad
df250c8b90
[Localization] New translations batch locales (Move-disabling effects, abilities triggers, error messages and some misc ajustements) ( #4068 )
...
* Update battle.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update battler-tags.json
* Update battle.json
* Update battler-tags.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update battler-tags.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update battler-tags.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update battle.json
* Update battler-tags.json
* Update battle.json
* Update battle.json
* Update src/locales/de/battle.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/battler-tags.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update battler-tags.json
* Update src/locales/ko/battle.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/ko/battler-tags.json
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
* Update src/locales/it/battle.json
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update src/locales/it/battler-tags.json
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* Update menu.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update menu.json
* Update src/locales/de/ability-trigger.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/ability-trigger.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/menu.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/ko/ability-trigger.json
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* Update src/locales/ko/menu.json
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* Update src/locales/ko/ability-trigger.json
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* Update src/locales/ko/menu.json
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
* Update menu.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update ability-trigger.json
* Update menu.json
* Update ability-trigger.json
* Update battle.json
* Update battler-tags.json
* Update src/locales/zh_CN/battle.json
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/zh_TW/battle.json
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update menu.json
* Update battler-tags.json
* Update battle.json
* Update ability-trigger.json
* Update battler-tags.json
* Update battler-tags.json
* Update battler-tags.json
* Update battler-tags.json
* Update modifier-type.json
* Update menu.json
* Update battle.json
* Update tutorial.json
* Update tutorial.json
* Update egg.json
* Update battle.json
* Update battle.json
* Update tutorial.json
* Update egg.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update modifier-type.json
* Update challenges.json
* Update src/locales/ko/modifier-type.json
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/ko/modifier-type.json
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* Update src/locales/ja/battle.json
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update src/locales/ja/menu.json
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update src/locales/ja/modifier-type.json
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update src/locales/ja/modifier-type.json
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update src/locales/ja/modifier-type.json
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
* Update dialogue.json
* Update dialogue-misc.json
* Update dialogue-final-boss.json
* Update dialogue-double-battle.json
* Update ability-trigger.json
* Update achv.json
* Update arena-tag.json
* Update battle.json
* Update battler-tags.json
* Update command-ui-handler.json
* Update menu.json
* Update modifier-type.json
* Update modifier.json
* Update move-trigger.json
* Update pokemon-info-container.json
* Update pokemon-info.json
* Update splash-messages.json
* Update status-effect.json
* Update tutorial.json
* Update voucher.json
* Update weather.json
* Update ability-trigger.json
* Update src/locales/de/modifier-type.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/modifier-type.json
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update modifier-type.json
* Update bgm-name.json
* Update bgm-name.json
* Update src/locales/it/menu.json
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
* types_ja.png update
* Apply suggestions from code review
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-08 13:57:17 +02:00
Mumble
4a98c36427
[Hotfix] Properly whitelisting fused Pokemon that happen to have Pokemon with alt. forms ( #4104 )
2024-09-08 02:58:24 -04:00
NightKev
55b89e82c7
[Hotfix] Remove extra Roark victory line, fix baton pass i18n in achv.ts
( #4103 )
2024-09-08 02:46:56 -04:00
James Diefenbach
7ab0bbbd94
[Hotfix] Fix cases where hatched Pokemon don't get an egg move ( #4102 )
...
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
2024-09-08 02:45:30 -04:00
innerthunder
8082e6dc58
[Hotfix] Fix harsh weather cancelling moves based on base type ( #4097 )
2024-09-08 02:29:49 -04:00
James Diefenbach
0bdb697077
[Hotfix] Show enemy item icons after egg summary ( #4101 )
...
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
2024-09-08 02:18:51 -04:00
flx-sta
2bd07cb84e
fix and optimize imports ( #4061 )
...
- remove any `.js` extension imports
- remove unncessary dynamic imports of `modifier.ts` file. The file was being imported statically & dynamically. Made it pure static
- increase vite chunk-size warning limit
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
2024-09-07 21:37:37 -07:00
Leo Kim
2fc3179bd9
[Bug] Fix scrappy (+ some immunity move and ability) in inverse battle ( #4067 )
...
* fix scrappy + etc. update inverse battle test code
* update test code following request from swain
2024-09-07 21:37:14 -07:00
DustinLin
f73a830f77
[DOCS] adding JSDocs to arena.ts
( #3590 )
...
* adding some docs
* Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* seems like battleStats changed to statStages
* Apply suggestions from code review
editing doc text
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* Update tsdocs, convert comment to tsdoc in `pokemon.ts`
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-07 21:36:47 -07:00
damocleas
a214110030
Voucher Event ( #4094 )
...
* Update modifier-type.ts
* Great tier vouch
* Update trainer-victory-phase.ts
* Update trainer-victory-phase.ts
* Update timed-event-manager.ts and loading-scene.ts (#1 )
* Update timed-event-manager.ts and loading-scene.ts
* egg-update-zh-cn update
* Update language codes in loading-scene.ts and timed-event-manager.ts
* updated image
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
2024-09-08 04:17:02 +01:00
Frederico Santos
9c74a86a10
Merge pull request #4087 from pagefaultgames/beta
...
Release #4
2024-09-08 04:15:00 +01:00
Amani H.
ffcedfd9a4
[Dev] Save Data Version Migration ( #4080 )
...
* Initial Draft
* Successfuly Migration with Vitamins and White Herb
* Apply Session Data Patches Earlier
* Remove Stray `console.log`
2024-09-08 02:40:45 +01:00
Opaque02
b36823af4a
Fixed small RNG misusage ( #4092 )
2024-09-08 02:33:33 +01:00
James Diefenbach
dfa3993864
Egg summary background touchup ( #4091 )
...
* darker egg-summary background
* reset old background for beta
* update egg summary bg
* reset overrides
---------
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
2024-09-08 01:32:49 +02:00
Amani H.
7288350d45
[Item/Balance] Overhaul Lapsing Modifiers ( #4032 )
...
* Refactor Lapsing Modifiers, Lerp Hue of Count
* Fix Unit Tests
* Add Documentation to `hslToHex` Function
* Change Descriptions for New Behavior
* Add Documentation to Lapsing Modifiers
* Add Unit Tests for Lures
* Update Unit Tests for X Items and Lures
* Update Boilerplate Error Message
* Update Boilerplate Docs
2024-09-06 22:54:54 -04:00
James Diefenbach
ba212945de
[Enhancement] Darker egg summary background image ( #4076 )
...
* darker egg-summary background
* reset old background for beta
* darker egg summary bg
---------
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
2024-09-06 20:34:13 -04:00
flx-sta
ae50db7710
[Optimization] parallel testing ( #4075 )
...
* add: vitest projects (multiple)
preparations for parallel testing
* update: tests workflow
better parallel testing
2024-09-06 16:24:38 -07:00
Adrian T.
e6a574c48f
[P2 Bug] Revert to normal form when Pokémon is fainted ( #4049 )
...
* revert to normal forms when fainted
* Remove `.js` from import
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-06 12:17:08 -07:00