Difference between revisions of "Park"
Jump to navigation
Jump to search
Jaskrendix (talk | contribs) |
Jaskrendix (talk | contribs) |
||
Line 79: | Line 79: | ||
=== Base Catch Rate (BCR) === | === Base Catch Rate (BCR) === | ||
=== Item Bonus === | === Item Bonus (food) === | ||
* Food Effectiveness (FE): The base effectiveness of the food item. | * Food Effectiveness (FE): The base effectiveness of the food item. | ||
* | Examples Food: | ||
* Apple - 1.1 base effectiveness | |||
* Berry - 1.2 base effectiveness | |||
* Bread - 1.0 base effectiveness | |||
* Golden Apple - 1.5 base effectiveness | |||
* Dragon Meat - 1.8 base effectiveness | |||
* Forbidden Juice - 2.5 base effectiveness | |||
* Mythical Nectar - 2.0 base effectiveness | |||
* Stardust Cookie - 2.0 base effectiveness | |||
=== Item Bonus (food) === | |||
* Doll Effectiveness (DE): The base effectiveness of the doll item. | * Doll Effectiveness (DE): The base effectiveness of the doll item. | ||
* Doll | Examples Dolls: | ||
* Pairagrin Doll - 1.1 base effectiveness | |||
* FillWithName Doll - 1.2 base effectiveness | |||
* FillWithName Doll - 1.0 base effectiveness | |||
* FillWithName Doll - 1.5 base effectiveness | |||
* FillWithName Doll - 1.8 base effectiveness | |||
* FillWithName Doll - 2.5 base effectiveness | |||
* FillWithName Doll - 2.0 base effectiveness | |||
* FillWithName Doll - 2.0 base effectiveness | |||
=== Monster Bonus (MB) === | === Monster Bonus (MB) === | ||
* Level Factor (LF): A multiplier based on the monster's level. | * Level Factor (LF): A multiplier based on the monster's level. | ||
Line 93: | Line 110: | ||
* A random number between 0 and 1. | * A random number between 0 and 1. | ||
=== Formula === | === Formula === | ||
* catch_rate = (BCR * LF * TF * MSB) * (FE | * catch_rate = (BCR * LF * TF * MSB) * (FE * DE) * RF * TDB | ||
[[Category:Place]] | [[Category:Place]] |
Revision as of 19:19, 6 August 2024
Connections
A. Lion Mountain
Locations
Sign a:
- "Pepper Park: See exotic monsters and take them home!"
Events
Billie Encounter
- Hey NAME! Maybe I'll see you deeper in the park. Bet I'll catch more than you!
Entrance
Characters
Magician (gray hair) Elroy:
- "Welcome to Pepper Park. Entry is $500. You'll get 25 Park Tuxeball. Are you ready?"
(if enough money)
- "Enjoy your experience!"
- Player receives 25 Park Tuxeball
(if not enough money)
- "Unfortunately you don't have enough money!"
Florist (fiery hair) Emily:
- "Welcome!"
Cave
The cave will allow the player to reach 3 additional piece of grass.
Characters
- "Many parks limit or even prohibit scientific activities, but we are at the forefront of ecological knowledge!"
Park
The main zone where the park experience is played.
Characters
Magician (fiery hair) Guardian:
- "Do you want to interrupt your experience?"
(if yes, the player gets teleported back to the entrance. It loses all the Park Tuxeball)
- "Fingers crossed your next encounter is with a friendly one!"
- "There are fences for the visitors, but no fences around the park for the monsters, and that’s the way a park is supposed to be."
- "I think the park has done a pretty good job of being everyone’s friend."
Park (South)
The secondary zone (south side).
Old Cabin
An old cabin in the South zone.
Alerts
(when 100 steps left)
- "You still have (variable_steps) steps left!"
Encounters (Wild Monsters)
There are 15 zones (grass), technically each one could trigger different monsters.
- to_complete
Mechanics
There are 4 options when bumping into a random wild monster:
- Ball (throw a Park Tuxeball)
- Doll (throw a doll, try to attract and facilitate capture)
- Food (throw food, try to attract and facilitate capture)
- Run (run away)
(stuff below -> I'm going to move somewhere else when completed)
Base Catch Rate (BCR)
Item Bonus (food)
- Food Effectiveness (FE): The base effectiveness of the food item.
Examples Food:
- Apple - 1.1 base effectiveness
- Berry - 1.2 base effectiveness
- Bread - 1.0 base effectiveness
- Golden Apple - 1.5 base effectiveness
- Dragon Meat - 1.8 base effectiveness
- Forbidden Juice - 2.5 base effectiveness
- Mythical Nectar - 2.0 base effectiveness
- Stardust Cookie - 2.0 base effectiveness
Item Bonus (food)
- Doll Effectiveness (DE): The base effectiveness of the doll item.
Examples Dolls:
- Pairagrin Doll - 1.1 base effectiveness
- FillWithName Doll - 1.2 base effectiveness
- FillWithName Doll - 1.0 base effectiveness
- FillWithName Doll - 1.5 base effectiveness
- FillWithName Doll - 1.8 base effectiveness
- FillWithName Doll - 2.5 base effectiveness
- FillWithName Doll - 2.0 base effectiveness
- FillWithName Doll - 2.0 base effectiveness
Monster Bonus (MB)
- Level Factor (LF): A multiplier based on the monster's level.
- Type Factor (TF): A multiplier based on type effectiveness.
- Status Effect Bonus (MSB): A multiplier based on the monster's status effect.
Time of Day Bonus (TDB)
- A multiplier based on the time of day. Morning (1.05), Day (1.0), Evening (1.1), Night (0.95).
Random Factor (RF)
- A random number between 0 and 1.
Formula
* catch_rate = (BCR * LF * TF * MSB) * (FE * DE) * RF * TDB