Skip to content

Commit

Permalink
Merge pull request #10558 from DestinyItemManager/d2ai-build
Browse files Browse the repository at this point in the history
[D2AI] Build Update
  • Loading branch information
auto-merge-helper[bot] authored Jun 19, 2024
2 parents 98ee952 + 6b23737 commit ffa1d73
Show file tree
Hide file tree
Showing 7 changed files with 2,428 additions and 343 deletions.
4 changes: 4 additions & 0 deletions config/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@
"Glyphs": {
"Missing": "Missing",
"Gilded": "Gilded",
"Harmonic": "Harmonic",
"HiveRelic": "Hive Relic",
"Light": "Light",
"RespawnRestricted": "RespawnRestricted",
"Smoke": "Smoke",
"Misadventure": "Misadventure",
"Quickfall": "Quickfall",
Expand Down
7 changes: 6 additions & 1 deletion src/app/dim-ui/destiny-symbols/destiny-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ import { I18nKey, t, tl } from 'app/i18next-t';
import { d2ManifestSelector } from 'app/manifest/selectors';
import { StringLookup } from 'app/utils/util-types';
import { FontGlyphs } from 'data/d2/d2-font-glyphs';
import { DimCustomSymbols } from 'data/d2/dim-custom-symbols';
import { TranslateManually, symbolData } from 'data/d2/symbol-name-sources';
import { createSelector } from 'reselect';
import { conversionTableSelector } from './rich-destiny-text';

const manualTranslations: { [key in TranslateManually]: I18nKey } = {
// t('Glyphs.Smoke') Let's keep this for a bit
[FontGlyphs.gilded_title]: tl('Glyphs.Gilded'),
[FontGlyphs.hunter_smoke]: tl('Glyphs.Smoke'),
[FontGlyphs.environment_hazard]: tl('Glyphs.Misadventure'),
[FontGlyphs.void_quickfall]: tl('Glyphs.Quickfall'),
[FontGlyphs.spear_launcher]: tl('Glyphs.ScorchCannon'),
[DimCustomSymbols.hive_relic]: tl('Glyphs.HiveRelic'),
[FontGlyphs.light]: tl('Glyphs.Light'),
[DimCustomSymbols.harmonic]: tl('Glyphs.Harmonic'),
[DimCustomSymbols.respawn_restricted]: tl('Glyphs.RespawnRestricted'),
};

export type SymbolsMap = { glyph: string; name: string; fullName: string }[];
Expand Down
Binary file added src/data/d2/DIMSymbols.woff2
Binary file not shown.
14 changes: 14 additions & 0 deletions src/data/d2/artifact-breaker-weapon-types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"485622768": [
7,
3954685534
],
"2611060930": [
6,
54
],
"3178805705": [
14,
8
]
}
Loading

0 comments on commit ffa1d73

Please sign in to comment.