mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 11:42:21 +02:00
Replace Rood dialouge, Add Kukui / Mustard
This commit is contained in:
parent
9c1fdb1a5b
commit
2cb256c6ae
@ -726,17 +726,17 @@ export const trainerTypeDialogue: TrainerTypeDialogue = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[TrainerType.ROOD]: [
|
[TrainerType.COLRESS]: [
|
||||||
{
|
{
|
||||||
encounter: [
|
encounter: [
|
||||||
"dialogue:rood.encounter.1",
|
"dialogue:colress.encounter.1",
|
||||||
"dialogue:rood.encounter.2",
|
"dialogue:colress.encounter.2",
|
||||||
"dialogue:rood.encounter.3",
|
"dialogue:colress.encounter.3",
|
||||||
],
|
],
|
||||||
victory: [
|
victory: [
|
||||||
"dialogue:rood.victory.1",
|
"dialogue:colress.victory.1",
|
||||||
"dialogue:rood.victory.2",
|
"dialogue:colress.victory.2",
|
||||||
"dialogue:rood.victory.3",
|
"dialogue:colress.victory.3",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -2505,6 +2505,17 @@ export const trainerTypeDialogue: TrainerTypeDialogue = {
|
|||||||
"dialogue:iris.defeat.1"
|
"dialogue:iris.defeat.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
[TrainerType.KUKUI]: {
|
||||||
|
encounter: [
|
||||||
|
"dialogue:kukui.encounter.1"
|
||||||
|
],
|
||||||
|
victory: [
|
||||||
|
"dialogue:kukui.victory.1"
|
||||||
|
],
|
||||||
|
defeat: [
|
||||||
|
"dialogue:kukui.defeat.1"
|
||||||
|
]
|
||||||
|
},
|
||||||
[TrainerType.HAU]: {
|
[TrainerType.HAU]: {
|
||||||
encounter: [
|
encounter: [
|
||||||
"dialogue:hau.encounter.1"
|
"dialogue:hau.encounter.1"
|
||||||
@ -2549,6 +2560,17 @@ export const trainerTypeDialogue: TrainerTypeDialogue = {
|
|||||||
"dialogue:leon.defeat.1"
|
"dialogue:leon.defeat.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
[TrainerType.MUSTARD]: {
|
||||||
|
encounter: [
|
||||||
|
"dialogue:mustard.encounter.1"
|
||||||
|
],
|
||||||
|
victory: [
|
||||||
|
"dialogue:mustard.victory.1"
|
||||||
|
],
|
||||||
|
defeat: [
|
||||||
|
"dialogue:mustard.defeat.1"
|
||||||
|
]
|
||||||
|
},
|
||||||
[TrainerType.WHITNEY]: {
|
[TrainerType.WHITNEY]: {
|
||||||
encounter: [
|
encounter: [
|
||||||
"dialogue:whitney.encounter.1"
|
"dialogue:whitney.encounter.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user