mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
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:
parent
6f98d5cc2c
commit
5f0ddf7cb2
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 |
BIN
public/images/items/blank_memory.png
Normal file
BIN
public/images/items/blank_memory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 405 B |
Binary file not shown.
Before Width: | Height: | Size: 334 B |
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||
"DRAGON_MEMORY": "드래곤메모리",
|
||||
"DARK_MEMORY": "다크메모리",
|
||||
"FAIRY_MEMORY": "페어리메모리",
|
||||
"BLANK_MEMORY": "빈메모리",
|
||||
},
|
||||
} as const;
|
||||
|
@ -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;
|
||||
|
@ -420,5 +420,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||
"DRAGON_MEMORY": "龍記憶碟",
|
||||
"DARK_MEMORY": "黑暗記憶碟",
|
||||
"FAIRY_MEMORY": "妖精記憶碟",
|
||||
"BLANK_MEMORY": "空白記憶碟",
|
||||
},
|
||||
} as const;
|
||||
|
@ -467,5 +467,6 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||
"DRAGON_MEMORY": "龍記憶碟",
|
||||
"DARK_MEMORY": "黑暗記憶碟",
|
||||
"FAIRY_MEMORY": "妖精記憶碟",
|
||||
"BLANK_MEMORY": "空白記憶碟",
|
||||
},
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user