pokerogue/src/locales/fr
cadi 8c8ddd26b5
[Ability] Implement Quick Draw (#2287)
* implement quick draw

* add line

* change ability success condition

* quick draw comes before quick claw effect

* now ability has chance variable to test conditional situation

* add unit test

* Merge branch 'main' into ability-quick-draw

* modifed: ability.getTriggerMessage

* modified: to use pokemon.battleData.abilityRevealed

* modified: changed private variable to public

* erase expect interceptor log

* add localizations

* modified: add comma in locales

* modified: ability docs & trigger logic

* modified: changed test logic
2024-06-24 11:22:15 -04:00
..
ability-trigger.ts [Ability] Implement Quick Draw (#2287) 2024-06-24 11:22:15 -04:00
ability.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
achv.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
battle-message-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
battle.ts [Localization] include pokemon names, stats into battle:stat* keys (#2373) 2024-06-22 21:55:09 -04:00
berry.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
biome.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
challenges.ts [UI] Update Challenge UI (#2393) 2024-06-19 20:40:08 +01:00
command-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
common.ts [UI] Update Challenge UI (#2393) 2024-06-19 20:40:08 +01:00
config.ts [UI] Update Challenge UI (#2393) 2024-06-19 20:40:08 +01:00
dialogue.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
egg.ts [Localization] localize hatch egg message (+ egg move unlock) (#2395) 2024-06-23 20:14:18 -04:00
fight-ui-handler.ts [Localization(fr)] Some missing translations + some corrections (#2538) 2024-06-23 12:37:04 -04:00
game-mode.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
game-stats-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
growth.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
menu-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
menu.ts [Localization] "Choose a Pokémon." French & Korean translation (#2549) 2024-06-23 15:14:09 -04:00
modifier-type.ts [Localization(fr)] Some missing translations + some corrections (#2538) 2024-06-23 12:37:04 -04:00
move.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
nature.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
party-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
pokeball.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
pokemon-info-container.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
pokemon-info.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
pokemon.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
save-slot-select-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
settings.ts [Localization(fr)] Some missing translations + some corrections (#2538) 2024-06-23 12:37:04 -04:00
splash-messages.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
starter-select-ui-handler.ts [Feature] [Same species Egg] Egg class rewrite to enable fully parameterized eggs to generate same species eggs + Egg overrides (#1833) 2024-06-21 20:19:56 -04:00
trainers.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
tutorial.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
voucher.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
weather.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00