RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
50 stars 40 forks source link

Feature: Requested ability to unlock all passives #18

Closed JulianStiebler closed 5 months ago

JulianStiebler commented 5 months ago
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