Replies: 1 comment
-
If you want a custom routine to create new data or randomize from a selection, then it is better to just write your own C# code to do what you want. Just fudging data with the batch editor really won't get you anything clean. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the above to and create a box full of Mega Pokemon. The problem I am encountering is it creates Pokemon that are not Mega (This is because the
Form=1!= Mega but the first form in the list. Is there a way to generate only Mega capable Pokemon?Alternatively is there a way to randomize between set species? e.g.
$(3,6,9)to only select Venasaur, Blastoise or Charizard.Many thanks
Beta Was this translation helpful? Give feedback.
All reactions