BenSwap (smartBCH)
English
Search
⌃K
Links

Viridian Forest

Viridian Forest is an enchanting place that lies in the heart of the Kanto region. As you step into the forest, you'll find yourself surrounded by towering trees, their branches swaying in the breeze and rustling with the sounds of wild PokéBens.
The air is filled with the sweet scent of berries, and the sound of chirping PokéBen fills the forest with life. As you explore deeper into the forest, you'll come across narrow paths and tangled thickets that will challenge your skills as a PokéBen trainer.
Beware, for Viridian Forest is home to some of the most fearsome PokéBen in Kanto, including Pidgeys, Weedles, and Kakunas. With their sharp stingers and powerful attacks, you'll need to be on your guard at all times.
But don't let the dangers of Viridian Forest scare you away. Hidden within its depths are rare PokéBen, powerful items, and hidden treasures waiting to be discovered by trainers brave enough to venture forth.
So grab your Poké Balls and your team of PokéBen, and prepare to explore the enchanting Viridian Forest. The adventure of a lifetime awaits!

Preparation Cost

Minimum preparation cost is 2 EBEN.
50% of preparation cost is burned and 50% goes to the hidden treasure.

Calculations

Chance of level up (max: 50%):
const total = 2 * (10**rarity);
const max = total / 2;
const chance = Math.min(cost, max) / total;
Chance of finding hidden treasure (max: 50%):
const total = 20000;
const max = total / 2;
const chance = Math.min(cost, max) / total;
Chance of an item drop (max: 10%):
const total = 200000;
const max = total / 10;
const chance = Math.min(Math.sqrt(power) * cost, max) / total;

Drops

  • Ability Scroll: Gust
  • Ability Scroll: Thunder Shock
  • Ability Scroll: Twineedle
  • Ability Scroll: Pay Day
  • Ability Scroll: Ember
  • Ability Scroll: Bubble
  • Ability Scroll: Absorb
  • Ability Scroll: Frozen
  • Ability Scroll: Karate Chop
  • Ability Scroll: Poison Powder
  • Ability Scroll: Sand Attack
  • Ability Scroll: Confusion
  • Ability Scroll: Rock Throw
  • Ability Scroll: Astonish
  • Ability Scroll: Feint Attack
  • Ability Scroll: Twister
  • Ability Scroll: Metal Claw
  • Ability Scroll: Fairy Wind
Last modified 14d ago