+ This profile does not currently expose any pets in the API response. +
++ {rarity} +
+{pet.name}
+ {#if pet.active} + Active Pet + {/if} ++ {pet.tier} • Level {pet.level} +
++ Held Item: {getHeldItemName(pet.heldItem)} +
+ {#if pet.candyUsed > 0} ++ Candy Used: {pet.candyUsed} +
+ {/if} ++ Experience: {pet.exp.toLocaleString(undefined, { + maximumFractionDigits: 0, + })} +
+ {#if pet.skin} ++ Skin: {pet.skin} +
+ {/if} +{petName}
+ {#if pet.active} + Active Pet + {/if} +{tier} • Level {pet.level}
+Held Item: {heldItemName}
+ {#if (pet.candyUsed ?? 0) > 0} +Candy Used: {pet.candyUsed}
+ {/if} ++ Experience: + + {(pet.exp ?? 0).toLocaleString(undefined, { maximumFractionDigits: 0 })} + +
+ {#if pet.skin} +Skin: {pet.skin}
+ {/if} +