• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
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:
Expand Collapse Copy
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