Ranger Context
data class RangerContext(val pets: List<UByte>, val aquaticPets: List<UByte>) : ChatLink.BuildTemplate.ProfessionContext(source)
Profession-specific information for rangers.
Only the shape of the parameters (e.g. list sizes) is validated and not the actual data (e.g. ID validity).
Since
0.1.0
Parameters
pets
the ID of the template's (terrestrial) pets. (Must contain two elements.)
aquatic Pets
the ID of the template's aquatic pets. (Must contain two elements.)
Throws
if any parameter value does not match its expected shape