Add custom Blank Memory item

Currently does nothing, but the idea is that it would be used if the all-in-one form change item idea is followed through.
This commit is contained in:
Madmadness65 2024-05-30 12:53:21 -05:00
parent 6f98d5cc2c
commit 5f0ddf7cb2
14 changed files with 1178 additions and 1168 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

View File

@ -123,7 +123,8 @@ export enum FormChangeItem {
ICE_MEMORY,
DRAGON_MEMORY,
DARK_MEMORY,
FAIRY_MEMORY
FAIRY_MEMORY,
BLANK_MEMORY // Will this ever be used?
}
export type SpeciesFormChangeConditionPredicate = (p: Pokemon) => boolean;

View File

@ -421,5 +421,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "Drachen-Disc",
"DARK_MEMORY": "Unlicht-Disc",
"FAIRY_MEMORY": "Feen-Disc",
"BLANK_MEMORY": "Leere-Disc",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "Dragon Memory",
"DARK_MEMORY": "Dark Memory",
"FAIRY_MEMORY": "Fairy Memory",
"BLANK_MEMORY": "Blank Memory",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "Disco Dragón",
"DARK_MEMORY": "Disco Siniestro",
"FAIRY_MEMORY": "Disco Hada",
"BLANK_MEMORY": "Disco Blanco",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "ROM Dragon",
"DARK_MEMORY": "ROM Ténèbres",
"FAIRY_MEMORY": "ROM Fée",
"BLANK_MEMORY": "ROM Vierge",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "ROM Drago",
"DARK_MEMORY": "ROM Buio",
"FAIRY_MEMORY": "ROM Folletto",
"BLANK_MEMORY": "ROM Vuota",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "드래곤메모리",
"DARK_MEMORY": "다크메모리",
"FAIRY_MEMORY": "페어리메모리",
"BLANK_MEMORY": "빈메모리",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "Memória do Dragão",
"DARK_MEMORY": "Memória Negra",
"FAIRY_MEMORY": "Memória de Fada",
"BLANK_MEMORY": "Memória Vazia",
},
} as const;

View File

@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "龍記憶碟",
"DARK_MEMORY": "黑暗記憶碟",
"FAIRY_MEMORY": "妖精記憶碟",
"BLANK_MEMORY": "空白記憶碟",
},
} as const;

View File

@ -467,5 +467,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
"DRAGON_MEMORY": "龍記憶碟",
"DARK_MEMORY": "黑暗記憶碟",
"FAIRY_MEMORY": "妖精記憶碟",
"BLANK_MEMORY": "空白記憶碟",
},
} as const;