Jannik Tappert
Jannik Tappert
> I believe this is intentional. But this doesnt make sense no? The item only says that it revives a pokemon when the hp drop to 0. Either the description...
Well ` REVIVER_SEED: () => new PokemonHeldItemModifierType('Reviver Seed', 'Revives the holder for 1/2 HP upon fainting',` - https://github.com/pagefaultgames/pokerogue/blob/a27822b6243a9dacd418a32a9b36da02b6c79f04/src/modifier/modifier-type.ts#L802 i looked it up and this is in the code for the...
> Collaborator Something llike: `Revives the holder for 1/2 HP upon reaching 0hp by a enemy attack` Of course in better english than that.
For german: ``` export const nature: SimpleTranslationEntries = { "Hardy": "Robust", "Lonely": "Solo", "Brave": "Mutig", "Adamant": "Hart", "Naughty": "Frech", "Bold": "Kühn", "Docile": "Sanft", "Relaxed": "Locker", "Impish": "Pfiffig", "Lax": "Lasch", "Timid":...
Until it is implemented by the devs. Here is a solution you can change at your local files for urself. Go to package.json and add a new entry to "scripts"...
> I definitely agree this is painful. @fancyapps at the very least, perhaps you can offer an option to use history replace instead of history push, so at the very...
Wait a minute...This is missing the content of the replace function! it should be like https://github.com/pagefaultgames/pokerogue/blob/bc43cebb81fcc485f5a5d577c81da11234c4cbc5/src/data/trainer-config.ts#L255 So please fix that
Duplicate of https://github.com/pagefaultgames/pokerogue/pull/1107
> About the dash, not that much even if it's their official orthography, but idk the importance of it the other languages, like German, also using dashes in the context...
Do you know how to do use git? And how to do pull requests? Do you want to change an existing key or something that isnt yet localized in any...