Jump to content

Recommended Posts

Posted

Thanks @Kaphotics

I have dumped the data out.

Can you help me understand the meaning of prefixes and kinds:

 

        var prefixes = new[] { "eve", "fly", "gmk", "lnd", "mas", "oyb", "swm", "whl" };
        var kinds = new[] { "ex", "no", "ra" };
 

I can guess some, but not all. For example: eve = event, fly = fly, whl = wormhole, swm = swim, oyb = outbreak.

How about the rest? Thank you.

Posted

You'd have to correlate them to how they're used.

Oybn is alpha Pokemon

Swm is likely swimming water encounters

Gmk is gimmick (tree shaking)

Mas is mass outbreak

They're just internal names for the developer to differentiate things.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...