Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Feature: Requested ability to unlock all passives #18

Closed
JulianStiebler opened this issue May 29, 2024 · 0 comments
Closed

Feature: Requested ability to unlock all passives #18

JulianStiebler opened this issue May 29, 2024 · 0 comments
Assignees
Labels
feature Feature

Comments

@JulianStiebler
Copy link
Collaborator

JulianStiebler commented May 29, 2024

data["starterData"][entry] = {
                    "moveset": None,
                    "eggMoves": 15,
                    "candyCount": caught + 20,
                    "friendship": 0,
                    "abilityAttr": 7,
                    "passiveAttr": 0 if entry in self.NO_PASSIVE else 3,
                    "valueReduction": 2,
                    "classicWinCount": 0,
                }

Set those to 0
NO_PASSIVE = [
"25",
"35",
"39",
"106",
"107",
"113",
"122",
"124",
"125",
"126",
"143",
"183",
"185",
"202",
"226",
"315",
"358",
"4122",
]

everything else to 3

maybe add possibility to unlock passive at edit starter aswell
i htink that was wht the guy lost #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Feature
Projects
Status: Done
Development

No branches or pull requests

2 participants