Expects the seed to contain /boss\d{4}\d{2}\d{2}/
where the first 4 digits are the species ID, the next 2 digits are the form index, and the last 2 digits are the variant.
Only the last 2 digits matter for the variant, and it is clamped to 0-2.
(left padded with 0s as necessary).
Expects the seed to contain
/boss\d{4}\d{2}\d{2}/where the first 4 digits are the species ID, the next 2 digits are the form index, and the last 2 digits are the variant. Only the last 2 digits matter for the variant, and it is clamped to 0-2. (left padded with0s as necessary).