mirror of
https://github.com/shadowbaofu/rogueEditor.git
synced 2025-06-15 21:45:20 +00:00
Update RogueEditor.py
Hotfix on natures
This commit is contained in:
parent
0cff1ad46d
commit
188ed99879
@ -217,7 +217,7 @@ class pokeRogue:
|
|||||||
data["dexData"][entry] = {
|
data["dexData"][entry] = {
|
||||||
"seenAttr": 247,
|
"seenAttr": 247,
|
||||||
"caughtAttr": 247,
|
"caughtAttr": 247,
|
||||||
"natureAttr": 63525972,
|
"natureAttr": 67108862,
|
||||||
"seenCount": seen,
|
"seenCount": seen,
|
||||||
"caughtCount": caught,
|
"caughtCount": caught,
|
||||||
"hatchedCount": 0,
|
"hatchedCount": 0,
|
||||||
@ -281,7 +281,7 @@ class pokeRogue:
|
|||||||
else: isShiny = 149
|
else: isShiny = 149
|
||||||
seenAttr = isShiny
|
seenAttr = isShiny
|
||||||
caughtAttr = isShiny
|
caughtAttr = isShiny
|
||||||
natureAttr = 63525972
|
natureAttr = 67108862
|
||||||
caught = int(input("How many of this Pokemon have you caught? (at least one) (+1 candy per)(number): "))
|
caught = int(input("How many of this Pokemon have you caught? (at least one) (+1 candy per)(number): "))
|
||||||
hatched = int(input("How many of this pokemon have you hatched? (at least one) (+2 candy per hatch)(number): "))
|
hatched = int(input("How many of this pokemon have you hatched? (at least one) (+2 candy per hatch)(number): "))
|
||||||
seenCount = int(input("How many of this Pokemon have you seen? (Needs to be more or equal to caught)(number): "))
|
seenCount = int(input("How many of this Pokemon have you seen? (Needs to be more or equal to caught)(number): "))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user