mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
[P3 Bug] Add dialog lines for Rood (#3970)
This commit is contained in:
parent
39cfe69cd9
commit
c20f37bcf9
@ -707,6 +707,20 @@ export const trainerTypeDialogue: TrainerTypeDialogue = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
[TrainerType.ROOD]: [
|
||||||
|
{
|
||||||
|
encounter: [
|
||||||
|
"dialogue:rood.encounter.1",
|
||||||
|
"dialogue:rood.encounter.2",
|
||||||
|
"dialogue:rood.encounter.3",
|
||||||
|
],
|
||||||
|
victory: [
|
||||||
|
"dialogue:rood.victory.1",
|
||||||
|
"dialogue:rood.victory.2",
|
||||||
|
"dialogue:rood.victory.3",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
[TrainerType.FLARE_GRUNT]: [
|
[TrainerType.FLARE_GRUNT]: [
|
||||||
{
|
{
|
||||||
encounter: [
|
encounter: [
|
||||||
|
Loading…
Reference in New Issue
Block a user