PawnQuestionTexture="|TInterface\\AddOns\\Pawn\\Textures\\Question:0|t"-- Texture string that represents a (?).
PawnDiamondTexture="|TInterface\\AddOns\\Pawn\\Textures\\Diamond:0|t"-- Texture string that represents a diamond.
PawnUpgradeTexture="|TInterface\\AddOns\\Pawn\\Textures\\UpgradeArrow:0|t"-- Texture string that represents an upgrade arrow.
PawnNewFeatureTexture="|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0:0:0:-1|t"-- Texture string that represents a new feature (!) icon.
PawnSingleStatMultiplier="_SingleMultiplier"
PawnMultipleStatsFixed="_MultipleFixed"
PawnMultipleStatsExtract="_MultipleExtract"
localIsShadowlands=VgerCore.IsShadowlands
ifIsShadowlandsthen
-- From Legion onward, there's no minimum level for wearing your class's best armor.
PawnBestArmorMinimumLevel=0
-- From Cataclysm onward, armor specializations heavily penalize using the wrong armor type starting at level 50, changed to 27 in Shadowlands. https://wowhead.com/spell=86538/mail-specialization
PawnArmorSpecializationLevel=27
else
-- In Classic, the best armor for mail and plate classes wasn't available until level 40.