Handle String Variable placeholders in localized strings
masterDestiny definition localized strings often contain placeholders formatted as {var:1234567890}.
To resolve these, D2 Profile API clients can request the StringVariables component. This component provides per-character integer values mapped by hash. You can then replace the {var:(hash)} placeholders in your UI with the corresponding integer values provided by the API.