innerthunder
605ae9e1c3
[Move] Improved damage forecasting for Shell Side Arm ( #4310 )
2024-09-18 19:03:01 -04:00
Madmadness65
81ea1296b3
[Miscellaneous] Add new Lake and RUins biome BGM by Lmz ( #4319 )
...
* Add new biome BGM by Firel
* Add new biome BGM by Lmz
* Update bgm-name.json
2024-09-18 19:00:06 -04:00
peng06
0567d4b5e2
[Dev] Remove variant-tiers.ts
Enum ( #3746 )
...
* remove varianttiers
* Thanks GitHub
* Update import in `overrides.ts`
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>
2024-09-18 15:20:33 -04:00
Lugiad
6c3947107b
Update config.ts
2024-09-18 19:47:42 +02:00
Lugiad
90bc7e61fc
Add files via upload
2024-09-18 19:12:48 +02:00
Lugiad
87330648df
Add files via upload
2024-09-18 19:11:57 +02:00
Lugiad
1460e2b008
Merge branch 'beta' into hebrew-pr
2024-09-18 18:49:13 +02:00
Lugiad
6495eef073
Update bgm-name.json
2024-09-18 17:23:29 +02:00
flx-sta
6030b780f2
[Move][Mirror] Update HitTagAttr attributes v2 ( #4297 )
...
* [Move] Updated HitAttr tags
Affects Whirlwind/Fly, Steamroller/Minimize, and Malicious Moonsault/Minimize
* [Move] Update for MinimizeAccuracyAttr
Affects Steamroller and Malicious Moonsault
* add: whirlwind test
* add: steamroller test
* rename: `AlwaysHitMinimizeAttr` (from `MinimizeAccuracyAttr`)
* rename: `DealsDoubleDamageToTagAttr` (from `HitsTagAttr`)
---------
Co-authored-by: chaosgrimmon <31082757+chaosgrimmon@users.noreply.github.com>
2024-09-17 22:41:46 -04:00
Jannik Tappert
e386504977
[BUG][Beta] Fix English Status Symbols ( #4293 )
...
* Have English Status Symbols show up again :)
* It now uses the function instead
---------
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-09-17 22:26:47 -04:00
podar
106ed6b27b
[Bug] Using default animation for errors that occur. ( #4266 )
...
* Using default animation for errors that occur.
* Renaming function to make it clear that logging happens
* Updating logging for missing animations
* Missed committing linter changes
* Update src/data/battle-anims.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Update src/data/battle-anims.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* Update src/data/battle-anims.ts
Co-authored-by: NightKev <34855794+DayKev@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-17 22:15:47 -04:00
flx-sta
4389bff5d0
[Bug] Fix stat-protection-attribute not taking inverts (e.g. Contrary) into account ( #4031 )
...
* add generic types to`Pokemon.getAbilityAttrs()`
* add invert check to `ProtectStatAbAttr.apply...`
This makes sure that a stat is only protected if no other ability inverts the change. E.g. `Contrary` inverts any decrease to an increase
* migrate contrary.test.ts to game.classicMode
* move `StatStageChangeMultiplierAbAttr` resolve above `ProtectStatAbAttr`
The effect of StatStageChangeMultiplierAbAttr is now applied before resolving any ProtectStatAbAttr. Thus the stage (level) of the BattleStat change was properly altered at the time of resolving the protection
* revert ability.ts changes
* add automated tests for `Clear Body` + `Contrary`
* StateStageChangePhase replace ~~`IntegerHolder`~~ with `NumberHolder`
Update Utils import and replace all occurcences of `Utils.`
* contrary.test.ts: remove `js` import
2024-09-17 19:14:41 -07:00
Lugiad
e0244e0b31
Update a-trainers-test-dialogue.json
2024-09-18 00:31:25 +02:00
Lugiad
8dffce19a2
Update bgm-name.json
2024-09-18 00:30:26 +02:00
Madmadness65
00ba2eebc8
Add new biome BGM by Firel ( #4301 )
2024-09-17 21:57:34 +01:00
Leo Kim
fe69bd2b55
add missing translation for korean ( #4295 )
2024-09-17 10:50:51 -07:00
Dakurei
1fb5389765
Auto center the window vertically ( #2686 )
...
+ When the game is played in landscape format
or in portrait format when it's not a touchscreen
2024-09-17 17:55:50 +01:00
cam
18dc9d216c
[Bug][Move] Clanging Scales animation on incorrect sprite ( #4290 )
...
Set focus to 1 on move's target sprite for every frame.
2024-09-17 15:58:49 +01:00
AJ Fontaine
3ed2c74f38
[Enhancement] Add Met Wave to Pokemon Data ( #4271 )
...
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-16 15:44:03 -07:00
Lugiad
778b8f02fc
Add files via upload
2024-09-16 23:42:53 +02:00
Lugiad
3336bf8f4d
statuses_he.json
2024-09-16 23:42:29 +02:00
Lugiad
9300c59ad0
statuses_he..json
2024-09-16 23:42:07 +02:00
Lugiad
a6a4e54c03
Merge branch 'beta' into hebrew-pr
2024-09-16 23:20:28 +02:00
PigeonBar
009fd3fc5c
[Bug] Fix reloads erasing weather on first wave of biome ( #4078 )
...
* [Bug] Fix reloads erasing weather on first wave of biome
* Minor revisions
* Minor revisions 2
* Update test
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-09-16 15:30:42 -04:00
MokaStitcher
128df1b6d2
[QoL] [ui] Make tutorials darken background ( #4283 )
...
* [ui] add prompt icon to the message boxes that don't have it
* [ui] add background overlay during tutorials
* add missing doc
* Improve documentation based on suggestions
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: NightKev <34855794+DayKev@users.noreply.github.com>
2024-09-16 15:19:34 -04:00
Jannik Tappert
4605ed4c4f
[Localization] Localized status condition icon ( #4286 )
...
* Status Condition Icons now can be localized. Already added german
* More
2024-09-16 15:18:57 -04:00
podar
0dabf87815
Being explicit in vite configuration for relative paths ( #4264 )
2024-09-16 21:08:50 +02:00
Blitzy
d5cce666d3
Remove Dragon Ascent Requirement ( #4284 )
2024-09-16 20:03:13 +01:00
Tomás Marques
2221afca81
[QoL] Slight Resize and Reallocate to IV graph in new game screen ( #1928 )
...
* Resize and Reallocate to IV graph in new game
* decrease moveset container size
* fix to font shadow
* fix to shadows
* Remove unused variable
* Revert IV text back to original size
* fix eslint error check post merge
* Update src/ui/stats-container.ts
Reformat statLabel line.
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
---------
Co-authored-by: tomasrggm <tomasrggm@gmail.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-09-16 11:44:11 -07:00
Tempoanon
72439ffff7
[Move][Beta] Add back grounded condition to ground shaky moves and grassy terrain ( #4276 )
2024-09-16 10:58:28 -04:00
Lugiad
6c2880dc30
[Localization] Missing French entries ( #4270 )
...
* Update battle.json
* Update move-trigger.json
* Update party-ui-handler.json
* Update tutorial.json
* Update tutorial.json
* Update trainer-names.json
* Update menu.json
2024-09-15 22:01:44 -04:00
sodam
6c43e97001
[Bug] fixed ME event ``trash to treasure
`` wrong descriptions of the choices ( #4273 )
...
* modified script (by ImperialSympathizer)
* removed wrong word(healing)
* removed wrong word
2024-09-15 22:01:07 -04:00
chaosgrimmon
880a46b659
[Sprite] Fix Lycanroc Midday ( #4274 )
...
* [Sprite] Midday Lycanroc back
* [Sprite] Midday Lycanroc shiny front
* [Sprite] Midday Lycanroc shiny back
2024-09-15 22:00:47 -04:00
Lugiad
75fe691cd5
Add files via upload
2024-09-15 23:03:18 +02:00
Lugiad
71cfcd338b
Delete src/locales/he_IL directory
2024-09-15 23:02:17 +02:00
Lugiad
932cc3fdc0
Update starter-select-ui-handler.ts
2024-09-15 22:47:02 +02:00
Lugiad
ef69cb3fd0
Update settings-display-ui-handler.ts
2024-09-15 22:46:29 +02:00
Lugiad
bd9ce49130
Update settings.ts
2024-09-15 22:46:01 +02:00
Lugiad
6605e0ba85
Update i18n.ts
2024-09-15 22:45:19 +02:00
Lugiad
7abc5e9315
Update config.ts
2024-09-15 22:44:35 +02:00
Lugiad
fe1a6079bc
Rename types_he-IL.png to types_he.png
2024-09-15 22:44:12 +02:00
Lugiad
892ad0adec
Update and rename types_he-IL.json to types_he.json
2024-09-15 22:43:34 +02:00
Lugiad
513ac1dd82
Update settings.ts
2024-09-15 21:09:39 +02:00
Lugiad
c295afd112
Update i18n.ts
2024-09-15 21:08:44 +02:00
Lugiad
39ac733d0e
Update settings-display-ui-handler.ts
2024-09-15 21:08:10 +02:00
Lugiad
d2f12b5e65
Update starter-select-ui-handler.ts
2024-09-15 21:07:09 +02:00
Lugiad
eef81f62e2
Update types_he-IL.json
2024-09-15 20:50:16 +02:00
Lugiad
340e667f14
Update menu.json
2024-09-15 20:26:31 +02:00
Lugiad
dc4e787cda
Add files via upload
2024-09-15 20:24:58 +02:00
Lugiad
6540524679
Add files via upload
2024-09-15 20:24:22 +02:00