Compare commits

...

4 Commits

Author SHA1 Message Date
chaosgrimmon
38f533276f
[Bug] Lustrous Globe named Lustrous Orb (#1781)
* [Bug] Lustrous Globe, not Orb for Palkia Origin

* [Bug] Lustrous Globe named Lustrous Orb

Translation sourced from https://www.pokewiki.de/Wei%C3%9Fkristall

* [Bug] Lustrous Globe named Lustrous Orb

* [Bug] Lustrous Globe named Lustrous Orb

Prior translation appears correct, cross-referenced with https://www.wikidex.net/wiki/Gran_lustresfera

* [Bug] Lustrous Globe named Lustrous Orb

Translation sourced from https://www.pokepedia.fr/Globe_Perl%C3%A9

* [Bug] Lustrous Globe named Lustrous Orb

Translation sourced from https://wiki.pokemoncentral.it/Splendisferoide

* [Bug] Lustrous Globe named Lustrous Orb

Prior translation seems correct, cross-referenced with https://pokemon.fandom.com/ko/wiki/%ED%81%B0%EB%B0%B1%EC%98%A5

* [Bug] Lustrous Globe named Lustrous Orb

No source found. Brilhante take from canonical translation of https://bulbapedia.bulbagarden.net/wiki/Lustrous_Orb

* [Bug] Lustrous Globe named Lustrous Orb

Translation sourced from https://bulbapedia.bulbagarden.net/wiki/Lustrous_Globe

* [Bug] Lustrous Globe named Lustrous Orb

Translation sourced from https://bulbapedia.bulbagarden.net/wiki/Lustrous_Globe
2024-06-04 01:53:58 -04:00
Madmadness65
a01cb96de6 Allow Pumpkaboo & Gourgeist forms to be caught
They do not have sprite differences currently, so they won't be able to be identified at a glance, but they do have the canon stat differences between "sizes".
2024-06-04 00:33:57 -05:00
Tempoanon
c499f351d1
[Bug] Add missing snowscape TM mons (#1742) 2024-06-03 23:51:36 -05:00
returntoice
041519a78f
[Localization] #1761 Korean double trainer dialogue (#1765)
* Your commit message

* localization
2024-06-03 23:46:42 -04:00
14 changed files with 191 additions and 152 deletions

View File

@ -1111,6 +1111,8 @@ export default class BattleScene extends SceneBase {
case Species.FLOETTE: case Species.FLOETTE:
case Species.FLORGES: case Species.FLORGES:
case Species.FURFROU: case Species.FURFROU:
case Species.PUMPKABOO:
case Species.GOURGEIST:
case Species.ORICORIO: case Species.ORICORIO:
case Species.MAGEARNA: case Species.MAGEARNA:
case Species.ZARUDE: case Species.ZARUDE:

View File

@ -66,7 +66,7 @@ export enum FormChangeItem {
HARD_METEORITE, HARD_METEORITE,
SMOOTH_METEORITE, SMOOTH_METEORITE,
ADAMANT_CRYSTAL, ADAMANT_CRYSTAL,
LUSTROUS_ORB, LUSTROUS_GLOBE,
GRISEOUS_CORE, GRISEOUS_CORE,
REVEAL_GLASS, REVEAL_GLASS,
GRACIDEA, GRACIDEA,
@ -520,7 +520,7 @@ export const pokemonFormChanges: PokemonFormChanges = {
new SpeciesFormChange(Species.DIALGA, "", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.ADAMANT_CRYSTAL)) new SpeciesFormChange(Species.DIALGA, "", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.ADAMANT_CRYSTAL))
], ],
[Species.PALKIA]: [ [Species.PALKIA]: [
new SpeciesFormChange(Species.PALKIA, "", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.LUSTROUS_ORB)) new SpeciesFormChange(Species.PALKIA, "", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.LUSTROUS_GLOBE))
], ],
[Species.GIRATINA]: [ [Species.GIRATINA]: [
new SpeciesFormChange(Species.GIRATINA, "altered", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.GRISEOUS_CORE)) new SpeciesFormChange(Species.GIRATINA, "altered", SpeciesFormKey.ORIGIN, new SpeciesFormChangeItemTrigger(FormChangeItem.GRISEOUS_CORE))

View File

@ -2010,15 +2010,15 @@ export function initSpecies() {
new PokemonSpecies(Species.TREVENANT, 6, false, false, false, "Elder Tree Pokémon", Type.GHOST, Type.GRASS, 1.5, 71, Abilities.NATURAL_CURE, Abilities.FRISK, Abilities.HARVEST, 474, 85, 110, 76, 65, 82, 56, 60, 50, 166, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.TREVENANT, 6, false, false, false, "Elder Tree Pokémon", Type.GHOST, Type.GRASS, 1.5, 71, Abilities.NATURAL_CURE, Abilities.FRISK, Abilities.HARVEST, 474, 85, 110, 76, 65, 82, 56, 60, 50, 166, GrowthRate.MEDIUM_FAST, 50, false),
new PokemonSpecies(Species.PUMPKABOO, 6, false, false, false, "Pumpkin Pokémon", Type.GHOST, Type.GRASS, 0.4, 5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 49, 66, 70, 44, 55, 51, 120, 50, 67, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonSpecies(Species.PUMPKABOO, 6, false, false, false, "Pumpkin Pokémon", Type.GHOST, Type.GRASS, 0.4, 5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 49, 66, 70, 44, 55, 51, 120, 50, 67, GrowthRate.MEDIUM_FAST, 50, false, false,
new PokemonForm("Average Size", "", Type.GHOST, Type.GRASS, 0.4, 5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 49, 66, 70, 44, 55, 51, 120, 50, 67, false, null, true), new PokemonForm("Average Size", "", Type.GHOST, Type.GRASS, 0.4, 5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 49, 66, 70, 44, 55, 51, 120, 50, 67, false, null, true),
new PokemonForm("Small Size", "small", Type.GHOST, Type.GRASS, 0.3, 3.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 44, 66, 70, 44, 55, 56, 120, 50, 67, false, null, true), new PokemonForm("Small Size", "small", Type.GHOST, Type.GRASS, 0.3, 3.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 44, 66, 70, 44, 55, 56, 120, 50, 67, false, "", true),
new PokemonForm("Large Size", "large", Type.GHOST, Type.GRASS, 0.5, 7.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 54, 66, 70, 44, 55, 46, 120, 50, 67, false, null, true), new PokemonForm("Large Size", "large", Type.GHOST, Type.GRASS, 0.5, 7.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 54, 66, 70, 44, 55, 46, 120, 50, 67, false, "", true),
new PokemonForm("Super Size", "super", Type.GHOST, Type.GRASS, 0.8, 15, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 59, 66, 70, 44, 55, 41, 120, 50, 67, false, null, true), new PokemonForm("Super Size", "super", Type.GHOST, Type.GRASS, 0.8, 15, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 335, 59, 66, 70, 44, 55, 41, 120, 50, 67, false, "", true),
), ),
new PokemonSpecies(Species.GOURGEIST, 6, false, false, false, "Pumpkin Pokémon", Type.GHOST, Type.GRASS, 0.9, 12.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 65, 90, 122, 58, 75, 84, 60, 50, 173, GrowthRate.MEDIUM_FAST, 50, false, false, new PokemonSpecies(Species.GOURGEIST, 6, false, false, false, "Pumpkin Pokémon", Type.GHOST, Type.GRASS, 0.9, 12.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 65, 90, 122, 58, 75, 84, 60, 50, 173, GrowthRate.MEDIUM_FAST, 50, false, false,
new PokemonForm("Average Size", "", Type.GHOST, Type.GRASS, 0.9, 12.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 65, 90, 122, 58, 75, 84, 60, 50, 173, false, null, true), new PokemonForm("Average Size", "", Type.GHOST, Type.GRASS, 0.9, 12.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 65, 90, 122, 58, 75, 84, 60, 50, 173, false, null, true),
new PokemonForm("Small Size", "small", Type.GHOST, Type.GRASS, 0.7, 9.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 55, 85, 122, 58, 75, 99, 60, 50, 173, false, null, true), new PokemonForm("Small Size", "small", Type.GHOST, Type.GRASS, 0.7, 9.5, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 55, 85, 122, 58, 75, 99, 60, 50, 173, false, "", true),
new PokemonForm("Large Size", "large", Type.GHOST, Type.GRASS, 1.1, 14, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 75, 95, 122, 58, 75, 69, 60, 50, 173, false, null, true), new PokemonForm("Large Size", "large", Type.GHOST, Type.GRASS, 1.1, 14, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 75, 95, 122, 58, 75, 69, 60, 50, 173, false, "", true),
new PokemonForm("Super Size", "super", Type.GHOST, Type.GRASS, 1.7, 39, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 85, 100, 122, 58, 75, 54, 60, 50, 173, false, null, true), new PokemonForm("Super Size", "super", Type.GHOST, Type.GRASS, 1.7, 39, Abilities.PICKUP, Abilities.FRISK, Abilities.INSOMNIA, 494, 85, 100, 122, 58, 75, 54, 60, 50, 173, false, "", true),
), ),
new PokemonSpecies(Species.BERGMITE, 6, false, false, false, "Ice Chunk Pokémon", Type.ICE, null, 1, 99.5, Abilities.OWN_TEMPO, Abilities.ICE_BODY, Abilities.STURDY, 304, 55, 69, 85, 32, 35, 28, 190, 50, 61, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.BERGMITE, 6, false, false, false, "Ice Chunk Pokémon", Type.ICE, null, 1, 99.5, Abilities.OWN_TEMPO, Abilities.ICE_BODY, Abilities.STURDY, 304, 55, 69, 85, 32, 35, 28, 190, 50, 61, GrowthRate.MEDIUM_FAST, 50, false),
new PokemonSpecies(Species.AVALUGG, 6, false, false, false, "Iceberg Pokémon", Type.ICE, null, 2, 505, Abilities.OWN_TEMPO, Abilities.ICE_BODY, Abilities.STURDY, 514, 95, 117, 184, 44, 46, 28, 55, 50, 180, GrowthRate.MEDIUM_FAST, 50, false), new PokemonSpecies(Species.AVALUGG, 6, false, false, false, "Iceberg Pokémon", Type.ICE, null, 2, 505, Abilities.OWN_TEMPO, Abilities.ICE_BODY, Abilities.STURDY, 514, 95, 117, 184, 44, 46, 28, 55, 50, 180, GrowthRate.MEDIUM_FAST, 50, false),

View File

@ -63123,9 +63123,12 @@ export const tmSpecies: TmSpecies = {
[Moves.SNOWSCAPE]: [ [Moves.SNOWSCAPE]: [
Species.SLOWPOKE, Species.SLOWPOKE,
Species.SLOWBRO, Species.SLOWBRO,
Species.SEEL,
Species.DEWGONG,
Species.SHELLDER, Species.SHELLDER,
Species.CLOYSTER, Species.CLOYSTER,
Species.CHANSEY, Species.CHANSEY,
Species.LAPRAS,
Species.ARTICUNO, Species.ARTICUNO,
Species.DRAGONITE, Species.DRAGONITE,
Species.MEW, Species.MEW,
@ -63140,6 +63143,7 @@ export const tmSpecies: TmSpecies = {
Species.PILOSWINE, Species.PILOSWINE,
Species.DELIBIRD, Species.DELIBIRD,
Species.BLISSEY, Species.BLISSEY,
Species.SUICUNE,
Species.WINGULL, Species.WINGULL,
Species.PELIPPER, Species.PELIPPER,
Species.SPOINK, Species.SPOINK,
@ -63148,11 +63152,20 @@ export const tmSpecies: TmSpecies = {
Species.SNORUNT, Species.SNORUNT,
Species.GLALIE, Species.GLALIE,
Species.LUVDISC, Species.LUVDISC,
Species.REGICE,
Species.PIPLUP, Species.PIPLUP,
Species.PRINPLUP, Species.PRINPLUP,
Species.EMPOLEON, Species.EMPOLEON,
Species.SHELLOS, [
Species.GASTRODON, Species.SHELLOS,
"east",
"west",
],
[
Species.GASTRODON,
"east",
"west",
],
Species.MISMAGIUS, Species.MISMAGIUS,
Species.HAPPINY, Species.HAPPINY,
Species.SNOVER, Species.SNOVER,
@ -63170,7 +63183,17 @@ export const tmSpecies: TmSpecies = {
Species.CUBCHOO, Species.CUBCHOO,
Species.BEARTIC, Species.BEARTIC,
Species.CRYOGONAL, Species.CRYOGONAL,
Species.TORNADUS, [
Species.TORNADUS,
"incarnate",
"therian",
],
[
Species.KYUREM,
"",
"black",
"white",
],
Species.FROAKIE, Species.FROAKIE,
Species.FROGADIER, Species.FROGADIER,
[ [
@ -63184,8 +63207,13 @@ export const tmSpecies: TmSpecies = {
Species.BERGMITE, Species.BERGMITE,
Species.AVALUGG, Species.AVALUGG,
Species.DIANCIE, Species.DIANCIE,
Species.PRIMARINA,
Species.CRABOMINABLE, Species.CRABOMINABLE,
Species.MAGEARNA, [
Species.MAGEARNA,
"",
"original",
],
Species.INTELEON, Species.INTELEON,
Species.FROSMOTH, Species.FROSMOTH,
Species.EISCUE, Species.EISCUE,
@ -63633,12 +63661,21 @@ export const tmSpecies: TmSpecies = {
Species.WEAVILE, Species.WEAVILE,
Species.GLACEON, Species.GLACEON,
Species.FROSLASS, Species.FROSLASS,
Species.PALKIA, [
Species.PALKIA,
"",
"origin",
],
Species.ARCEUS, Species.ARCEUS,
Species.OSHAWOTT, Species.OSHAWOTT,
Species.DEWOTT, Species.DEWOTT,
Species.SAMUROTT, Species.SAMUROTT,
Species.BASCULIN, [
Species.BASCULIN,
"red-striped",
"blue-striped",
"white-striped",
],
Species.DUCKLETT, Species.DUCKLETT,
Species.SWANNA, Species.SWANNA,
Species.ALOMOMOLA, Species.ALOMOMOLA,

View File

@ -366,7 +366,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Harter Meteorit", "HARD_METEORITE": "Harter Meteorit",
"SMOOTH_METEORITE": "Glatter Meteorit", "SMOOTH_METEORITE": "Glatter Meteorit",
"ADAMANT_CRYSTAL": "Adamantkristall", "ADAMANT_CRYSTAL": "Adamantkristall",
"LUSTROUS_ORB": "Weiß-Orb", "LUSTROUS_GLOBE": "Weißkristall",
"GRISEOUS_CORE": "Platinumkristall", "GRISEOUS_CORE": "Platinumkristall",
"REVEAL_GLASS": "Wahrspiegel", "REVEAL_GLASS": "Wahrspiegel",
"GRACIDEA": "Gracidea", "GRACIDEA": "Gracidea",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Hard Meteorite", "HARD_METEORITE": "Hard Meteorite",
"SMOOTH_METEORITE": "Smooth Meteorite", "SMOOTH_METEORITE": "Smooth Meteorite",
"ADAMANT_CRYSTAL": "Adamant Crystal", "ADAMANT_CRYSTAL": "Adamant Crystal",
"LUSTROUS_ORB": "Lustrous Orb", "LUSTROUS_GLOBE": "Lustrous Globe",
"GRISEOUS_CORE": "Griseous Core", "GRISEOUS_CORE": "Griseous Core",
"REVEAL_GLASS": "Reveal Glass", "REVEAL_GLASS": "Reveal Glass",
"GRACIDEA": "Gracidea", "GRACIDEA": "Gracidea",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Meteorito Duro", "HARD_METEORITE": "Meteorito Duro",
"SMOOTH_METEORITE": "Meteorito Suave", "SMOOTH_METEORITE": "Meteorito Suave",
"ADAMANT_CRYSTAL": "Gran Diamansfera", "ADAMANT_CRYSTAL": "Gran Diamansfera",
"LUSTROUS_ORB": "Gran Lustresfera", "LUSTROUS_GLOBE": "Gran Lustresfera",
"GRISEOUS_CORE": "Gran Griseosfera", "GRISEOUS_CORE": "Gran Griseosfera",
"REVEAL_GLASS": "Espejo Veraz", "REVEAL_GLASS": "Espejo Veraz",
"GRACIDEA": "Gracídea", "GRACIDEA": "Gracídea",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Méteorite Solide", "HARD_METEORITE": "Méteorite Solide",
"SMOOTH_METEORITE": "Méteorite Lisse", "SMOOTH_METEORITE": "Méteorite Lisse",
"ADAMANT_CRYSTAL": "Globe Adamant", "ADAMANT_CRYSTAL": "Globe Adamant",
"LUSTROUS_ORB": "Orbe Perlé", "LUSTROUS_GLOBE": "Globe Perlé",
"GRISEOUS_CORE": "Globe Platiné", "GRISEOUS_CORE": "Globe Platiné",
"REVEAL_GLASS": "Miroir Sacré", "REVEAL_GLASS": "Miroir Sacré",
"GRACIDEA": "Gracidée", "GRACIDEA": "Gracidée",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Meteorite Dura", "HARD_METEORITE": "Meteorite Dura",
"SMOOTH_METEORITE": "Meteorite Liscia", "SMOOTH_METEORITE": "Meteorite Liscia",
"ADAMANT_CRYSTAL": "Adamasferoide", "ADAMANT_CRYSTAL": "Adamasferoide",
"LUSTROUS_ORB": "Splendisfera", "LUSTROUS_GLOBE": "Splendisferoide",
"GRISEOUS_CORE": "Grigiosferoide", "GRISEOUS_CORE": "Grigiosferoide",
"REVEAL_GLASS": "Verispecchio", "REVEAL_GLASS": "Verispecchio",
"GRACIDEA": "Gracidea", "GRACIDEA": "Gracidea",

View File

@ -1,4 +1,4 @@
import {DialogueTranslationEntries, SimpleTranslationEntries} from "#app/plugins/i18n"; import { DialogueTranslationEntries, SimpleTranslationEntries } from "#app/plugins/i18n";
// Dialogue of the NPCs in the game when the player character is male (or unset) // Dialogue of the NPCs in the game when the player character is male (or unset)
export const PGMdialogue: DialogueTranslationEntries = { export const PGMdialogue: DialogueTranslationEntries = {
@ -2335,113 +2335,113 @@ export const PGFmiscDialogue: SimpleTranslationEntries = PGMmiscDialogue;
export const PGMdoubleBattleDialogue: DialogueTranslationEntries = { export const PGMdoubleBattleDialogue: DialogueTranslationEntries = {
"blue_red_double": { "blue_red_double": {
"encounter": { "encounter": {
1: `Blue: Hey Red, let's show them what we're made of! 1: `그린: 어이 레드! 우리가 누군지 보여주자고!
$Red: ... $레드: ...
$Blue: This is Pallet Town Power!`, $그린: 태초마을의 !`,
}, },
"victory": { "victory": {
1: `Blue: That was a great battle! 1: `그린: 훌륭한 승부였어!
$Red: ...`, $레드: ...`,
}, },
}, },
"red_blue_double": { "red_blue_double": {
"encounter": { "encounter": {
1: `Red: ...! 1: `레드: ...!
$Blue: He never talks much. $그린: .
$Blue: But dont let that fool you! He is a champ after all!`, $그린: 그렇지만 ! !`,
}, },
"victory": { "victory": {
1: `Red: ...! 1: `레드: ...!
$Blue: Next time we will beat you!`, $그린: 다음에는 !`,
}, },
}, },
"tate_liza_double": { "tate_liza_double": {
"encounter": { "encounter": {
1: `Tate: Are you suprised? 1: `풍: 에헤헤... 체육관 관장이
$Liza: We are two gym leaders at once! $란: ?
$Tate: We are twins! $풍: 우리는 !
$Liza: We dont need to talk to understand each other! $란: 굳이
$Tate: Twice the power... $풍: 자동으로 릿
$Liza: Can you handle it?`, $란: 호흡을 !`,
}, },
"victory": { "victory": {
1: `Tate: What? Our combination was perfect! 1: `풍: 우, 우리들의
$Liza: Looks like we need to train more...`, $란: 팀워크가...!`,
}, },
}, },
"liza_tate_double": { "liza_tate_double": {
"encounter": { "encounter": {
1: `Liza: Hihihi... Are you suprised? 1: `란: 우후후... 체육관 관장이
$Tate: Yes, we are really two gym leaders at once! $풍: ?
$Liza: This is my twin brother Tate! $란: 우리는 !
$Tate: And this is my twin sister Liza! $풍: 완벽한
$Liza: Don't you think we are a perfect combination?` $란: 과연 ?`
}, },
"victory": { "victory": {
1: `Liza: Are we... 1: `란: 우리들이 생각한 만큼
$Tate: ...not as strong as we thought?`, $풍: 우리가 ?`,
}, },
}, },
"wallace_steven_double": { "wallace_steven_double": {
"encounter": { "encounter": {
1: `Steven: Wallace, let's show them the power of the champions! 1: `성호: 윤진! 우리 챔피언의 힘을 보여주자!
$Wallace: We will show you the power of Hoenn! $윤진: 호연의 !
$Steven: Let's go!`, $성호: 간다!`,
}, },
"victory": { "victory": {
1: `Steven: That was a great battle! 1: `성호: 훌륭한 승부였어!
$Wallace: We will win next time!`, $윤진: 다음엔 !`,
}, },
}, },
"steven_wallace_double": { "steven_wallace_double": {
"encounter": { "encounter": {
1: `Steven: Do you have any rare pokémon? 1: `성호: 너 혹시 희귀한 포켓몬 가지고 있니?
$Wallace: Steven... We are here for a battle, not to show off our pokémon. $윤진: 성호야... .
$Steven: Oh... I see... Let's go then!`, $성호: 오... ... !`,
}, },
"victory": { "victory": {
1: `Steven: Now that we are done with the battle, let's show off our pokémon! 1: `성호: 이제 승부는 끝났으니 포켓몬을 자랑해 볼까!
$Wallace: Steven...`, $윤진: 성호야...`,
}, },
}, },
"alder_iris_double": { "alder_iris_double": {
"encounter": { "encounter": {
1: `Alder: We are the strongest trainers in Unova! 1: `노간주: 우리는 하나 지방 최강의 트레이너들이란다!
$Iris: Fights against strong trainers are the best!`, $아이리스: 이렇게 ~!!`,
}, },
"victory": { "victory": {
1: `Alder: Wow! You are super strong! 1: `노간주: 장하구나! 실로 견줄 자가 천하에 없도다!
$Iris: We will win next time!`, $아이리스: 다음 ~!`,
}, },
}, },
"iris_alder_double": { "iris_alder_double": {
"encounter": { "encounter": {
1: `Iris: Welcome Challenger! I am THE Unova Champion! 1: `아이리스: 어서 와, 도전자! 내가 바로 하나 지방 챔피언이야~!
$Alder: Iris, aren't you a bit too excited?`, $노간주: 아이리스야, ?`,
}, },
"victory": { "victory": {
1: `Iris: A loss like this is not easy to take... 1: `아이리스: 후와아아아아... 최선을 다했는데도... 우리가 져버렸네!
$Alder: But we will only get stronger with every loss!`, $노간주: 하지만 !`,
}, },
}, },
"piers_marnie_double": { "piers_marnie_double": {
"encounter": { "encounter": {
1: `Marnie: Brother, let's show them the power of Spikemuth! 1: `마리: 오빠, 스파이크마을의 힘을 보여주자!
$Piers: We bring darkness!`, $두송: 우리가 !`,
}, },
"victory": { "victory": {
1: `Marnie: You brought light to our darkness! 1: `마리: 네가 우리의 어둠에 빛을 불러왔구나!
$Piers: Its too bright...`, $두송: 여긴 ...`,
}, },
}, },
"marnie_piers_double": { "marnie_piers_double": {
"encounter": { "encounter": {
1: `Piers: Ready for a concert? 1: `두송: 큰서트 즐길 준비 됐어?
$Marnie: Brother... They are here to fight, not to sing...`, $마리: 오빠... ...`,
}, },
"victory": { "victory": {
1: `Piers: Now that was a great concert! 1: `두송: 훌륭한 콘서트였다!
$Marnie: Brother...`, $마리: 오빠...`,
}, },
}, },
}; };

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "단단한운석", "HARD_METEORITE": "단단한운석",
"SMOOTH_METEORITE": "부드러운운석", "SMOOTH_METEORITE": "부드러운운석",
"ADAMANT_CRYSTAL": "큰금강옥", "ADAMANT_CRYSTAL": "큰금강옥",
"LUSTROUS_ORB": "큰백옥", "LUSTROUS_GLOBE": "큰백옥",
"GRISEOUS_CORE": "큰백금옥", "GRISEOUS_CORE": "큰백금옥",
"REVEAL_GLASS": "비추는거울", "REVEAL_GLASS": "비추는거울",
"GRACIDEA": "그라시데아꽃", "GRACIDEA": "그라시데아꽃",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "Meteorito Duro", "HARD_METEORITE": "Meteorito Duro",
"SMOOTH_METEORITE": " Meteorito Liso", "SMOOTH_METEORITE": " Meteorito Liso",
"ADAMANT_CRYSTAL": "Cristal Adamante", "ADAMANT_CRYSTAL": "Cristal Adamante",
"LUSTROUS_ORB": "Orbe Pérola", "LUSTROUS_GLOBE": "Globo Brilhante",
"GRISEOUS_CORE": "Núcleo Platinado", "GRISEOUS_CORE": "Núcleo Platinado",
"REVEAL_GLASS": "Espelho da Verdade", "REVEAL_GLASS": "Espelho da Verdade",
"GRACIDEA": "Gracídea", "GRACIDEA": "Gracídea",

View File

@ -365,7 +365,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"HARD_METEORITE": "坚硬陨石", "HARD_METEORITE": "坚硬陨石",
"SMOOTH_METEORITE": "光滑陨石", "SMOOTH_METEORITE": "光滑陨石",
"ADAMANT_CRYSTAL": "大金刚宝玉", "ADAMANT_CRYSTAL": "大金刚宝玉",
"LUSTROUS_ORB": "白玉宝珠", "LUSTROUS_GLOBE": "大白宝玉",
"GRISEOUS_CORE": "大白金宝玉", "GRISEOUS_CORE": "大白金宝玉",
"REVEAL_GLASS": "现形镜", "REVEAL_GLASS": "现形镜",
"GRACIDEA": "葛拉西蒂亚花", "GRACIDEA": "葛拉西蒂亚花",

View File

@ -419,7 +419,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
HARD_METEORITE: "堅硬隕石", HARD_METEORITE: "堅硬隕石",
SMOOTH_METEORITE: "光滑隕石", SMOOTH_METEORITE: "光滑隕石",
ADAMANT_CRYSTAL: "大金剛寶玉", ADAMANT_CRYSTAL: "大金剛寶玉",
LUSTROUS_ORB: "白玉寶珠", LUSTROUS_GLOBE: "大白寶玉",
GRISEOUS_CORE: "大白金寶玉", GRISEOUS_CORE: "大白金寶玉",
REVEAL_GLASS: "現形鏡", REVEAL_GLASS: "現形鏡",
GRACIDEA: "葛拉西蒂亞花", GRACIDEA: "葛拉西蒂亞花",