DIM
DIM copied to clipboard
[Finisher] text in description
Do we need to do something to support this in RichDestinyText?
I don't think so - the game replaces [Finisher]
(or whatever the D2-internal string is, [Finisher]
seems to be an invention of the Bungie.net API) at runtime with whatever button (combo) is mapped to the Finisher button. Some others can be found in
https://github.com/DestinyItemManager/DIM/blob/6608569677220f9e77fb176883bdf7ba05a8a475/src/data/d2/symbol-name-sources.ts#L875-L890
(Finisher isn't there, I guess the symbols code isn't looking at item descriptions)
stasis locked glyphs are there in the font actually
Right, I think I had some problems localizing those and skipped them because of that.