mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-06 18:10:04 +01:00
lost at sea enc.: reduce dmg to 25%
This commit is contained in:
parent
6ac54def30
commit
8cd5f34b0c
@ -13,7 +13,7 @@ const OPTION_2_REQUIRED_MOVE = Moves.FLY;
|
|||||||
* Can be a number between `0` - `100`.
|
* Can be a number between `0` - `100`.
|
||||||
* The higher the more damage taken (100% = instant KO).
|
* The higher the more damage taken (100% = instant KO).
|
||||||
*/
|
*/
|
||||||
const DAMAGE_PERCENTAGE: number = 30; // 0 - 100
|
const DAMAGE_PERCENTAGE: number = 25; // 0 - 100
|
||||||
/** The i18n namespace for the encounter */
|
/** The i18n namespace for the encounter */
|
||||||
const namepsace = "mysteryEncounter:lostAtSea";
|
const namepsace = "mysteryEncounter:lostAtSea";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user