AsdarDevelops / PokeRogue-Events

Event's devving team fork for the browser based Pokémon fangame heavily inspired by the roguelite genre.
https://pokerogue.net
GNU Affero General Public License v3.0
3 stars 1 forks source link

[Event] The 'Space' Breeder (Ultra) #121

Open ben-lear opened 1 month ago

ben-lear commented 1 month ago

Event Name

The Breeder

She's been places, she's even been to Space.

Rarity Tier

Ultra

Rarity Tier - Other. Please Specify

No response

Waves

10-180

Description

You encounter a Breeder who offers you some rare vouchers if you can beat her challenge. The challenge is: win a battle against the Breeder's team of 3 Pokemon with only a single Pokemon from the player’s team. The Breeder "decides" which Pokemon the player is allowed to use.

She does this by looking at which PKMN you are least friendly with, arguing that "you need to put more effort in the bond with those PKMN". The 3 Pokemon with the lowest "friendship gained in the run" value on the player's team are offered as choices for who to use in the challenge. Additionally, the amount of eggs that are won from the challenge scale with the chosen Pokemon's starter value.

For teams, check Dev notes.

Biomes

HUMAN + SPACE

Biome - Other. Please Specify

SPACE has slightly different variations attached to its behavior.

Options offered to the player

Reward

Based on the egg-tier of the PKMN you chose to defeat her, you get the following amount of "candy shopped" eggs. Any excess are given as tickets instead, so hopefully you have room!

The eggs being rewarded are decided by a formula that grants "points":

This is what it looks like in practice:

image

Explanation/Notes on Design

Playing on the Breeder theme, Baby Pokémon, Breeders giving eggs and on the Breeders in Space joke.

Notes to Artists

Would probably need a Breeder in a spacesuit. Or not. I don't know.

Notes to Developers

Evolutions must be hardcoded:

Space Breeder

When found in Space, these are the Breeder's three Clefables: Winning this fight (it's a 1v3) rewards the player with a minor achievement: "Breeders in Space!"

If not in Space

This is also a 1v3

Her first Pokémon is always a (non-shiny, important to lock it as such) Clefable:

Her 2nd Pokémon is pull from this list:

Her 3rd Pokémon is a random one from this list:

AsdarDevelops commented 1 month ago

Left some adjustments ideas in the Discord. Moving this to Event implementation