• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Resource Pokemon Rebalancing Python Script 600 1.69

SuperSpyroDragon64

Cooltrainer
Member
Joined
Apr 20, 2022
Posts
165
SuperSpyroDragon64 submitted a new resource:

Pokemon Rebalancing Python Script 600 - Just one click for a 1.5x multiplier! Turn 400 BSTs into 600 BSTs!

After making a backup of your "Pokemon.txt" file, rename it to "input.txt".

Create a new text file in your Pokemon PBS folder. Copypaste the following Python code into that text file, save, and rename the text file to "script.py". Install Python if you haven't already installed it. And then doubleclick the file to run it!

Code:
filename = "input.txt"
total_cap = 600  # new total cap
factor_cap = 1.5  # new factor cap
max_value = 255

def calculate_new_values(nums, total_cap, factor_cap)...

Read more about this resource...
 

Simeo

Normal-Type Self Proclamed Expert
Member
Joined
Jul 25, 2018
Posts
48
This script is amazing ! It could mark the first step of automatizing PBS edition ! I LOVE THIS so much
GOOD JOB
 
Back
Top