1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
--Title
--Body
--Application cost
local applyCostString = ZO_Currency_FormatGamepad ( CURT_MONEY , applyCost , ZO_CURRENCY_FORMAT_AMOUNT_ICON )
local applyCostNarrationString = ZO_Currency_FormatGamepad ( CURT_MONEY , applyCost , ZO_CURRENCY_FORMAT_AMOUNT_NAME )
statValuePair : SetStat ( GetString ( SI_TOOLTIP_COLLECTIBLE_OUTFIT_STYLE_APPLICATION_COST_GAMEPAD ) , self : GetStyle ( "statValuePairStat" ) )
statValuePair : SetValueWithCustomNarration ( applyCostString , applyCostNarrationString , bodyDescriptionStyle , self : GetStyle ( "currencyStatValuePairValue" ) )
end |