diff --git a/config/i18n.json b/config/i18n.json index 3f0da51e86..37308e8894 100644 --- a/config/i18n.json +++ b/config/i18n.json @@ -358,6 +358,10 @@ "Glyphs": { "Missing": "Missing", "Gilded": "Gilded", + "Harmonic": "Harmonic", + "HiveRelic": "Hive Relic", + "Light": "Light", + "RespawnRestricted": "RespawnRestricted", "Smoke": "Smoke", "Misadventure": "Misadventure", "Quickfall": "Quickfall", diff --git a/src/app/dim-ui/destiny-symbols/destiny-symbols.ts b/src/app/dim-ui/destiny-symbols/destiny-symbols.ts index 3a84d15960..adaceb4ba3 100644 --- a/src/app/dim-ui/destiny-symbols/destiny-symbols.ts +++ b/src/app/dim-ui/destiny-symbols/destiny-symbols.ts @@ -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 }[]; diff --git a/src/data/d2/DIMSymbols.woff2 b/src/data/d2/DIMSymbols.woff2 new file mode 100644 index 0000000000..03f065dcee Binary files /dev/null and b/src/data/d2/DIMSymbols.woff2 differ diff --git a/src/data/d2/artifact-breaker-weapon-types.json b/src/data/d2/artifact-breaker-weapon-types.json new file mode 100644 index 0000000000..6b87f1f99a --- /dev/null +++ b/src/data/d2/artifact-breaker-weapon-types.json @@ -0,0 +1,14 @@ +{ + "485622768": [ + 7, + 3954685534 + ], + "2611060930": [ + 6, + 54 + ], + "3178805705": [ + 14, + 8 + ] +} diff --git a/src/data/d2/dim-custom-symbols.ts b/src/data/d2/dim-custom-symbols.ts new file mode 100644 index 0000000000..ca2c085371 --- /dev/null +++ b/src/data/d2/dim-custom-symbols.ts @@ -0,0 +1,371 @@ +export const enum DimCustomSymbols { + _ = 95, + a = 97, + b = 98, + c = 99, + d = 100, + e = 101, + f = 102, + g = 103, + h = 104, + i = 105, + j = 106, + k = 107, + l = 108, + m = 109, + n = 110, + o = 111, + p = 112, + q = 113, + r = 114, + s = 115, + t = 116, + u = 117, + v = 118, + w = 119, + x = 120, + y = 121, + z = 122, + daybreak = 983040, + golden_gun_marksman = 983041, + nova_bomb_cataclysm = 983042, + nova_bomb_vortex = 983043, + shadowshot_moebius_quiver = 983044, + ward_of_dawn = 983045, + amplified = 983046, + arc_soul = 983047, + ball_lightning = 983048, + ballistic_slam = 983049, + barricade_rally = 983050, + barricade_towering = 983051, + bastion = 983052, + blind = 983053, + blink = 983054, + celestial_fire = 983055, + chain_lightning = 983056, + chaos_accelerant = 983057, + combination_blow = 983058, + cryoclasm = 983059, + cure = 983060, + devour = 983061, + diamond_lance = 983062, + diamond_lance_throw = 983063, + disorienting_blow = 983064, + dodge_acrobats = 983065, + dodge_gamblers = 983066, + dodge_marksmans = 983067, + electrostatic_mind = 983068, + feed_the_void = 983069, + flow_state = 983070, + frostpulse = 983071, + glacial_harvest = 983072, + glide_balanced = 983073, + glide_burst = 983074, + glide_strafe = 983075, + grenade_arcbolt = 983076, + grenade_axion_bolt = 983077, + grenade_firebolt = 983078, + grenade_flashbang = 983079, + grenade_flux = 983080, + grenade_fusion = 983081, + grenade_healing = 983082, + grenade_incendiary = 983083, + grenade_lightning = 983084, + grenade_magnetic = 983085, + grenade_pulse = 983086, + grenade_scatter = 983087, + grenade_skip = 983088, + grenade_solar = 983089, + grenade_storm = 983090, + grenade_suppressor = 983091, + grenade_swarm = 983092, + grenade_thermite = 983093, + grenade_tripmine = 983094, + grenade_void_spike = 983095, + grenade_void_wall = 983096, + grenade_vortex = 983097, + grim_harvest = 983098, + gunpowder_gamble = 983099, + hammer_strike = 983100, + heat_rises = 983101, + howl_of_the_storm = 983102, + icarus_dash = 983103, + iceflare_bolts = 983104, + ignition = 983105, + invisibility = 983106, + ionic_trace = 983107, + juggernaut = 983108, + jump_high = 983109, + jump_strafe = 983110, + jump_triple = 983111, + knife_lightweight = 983112, + knife_proximity_explosive = 983113, + knife_trick = 983114, + knife_weighted_throwing = 983115, + knock_em_down = 983116, + knockout = 983117, + lethal_current = 983118, + lift_catapult = 983119, + lift_high = 983120, + lift_strafe = 983121, + offensive_bulwark = 983122, + on_your_mark = 983123, + overshield = 983124, + phoenix_dive = 983125, + radiant = 983126, + restoration = 983127, + rift_empowering = 983128, + rift_healing = 983129, + roaring_flames = 983130, + scorch = 983131, + seismic_strike = 983132, + shatter = 983133, + shatterdive = 983134, + shield_bash = 983135, + slow = 983136, + snare_bomb = 983137, + sol_invictus = 983138, + stasis_crystal = 983139, + stasis_shard = 983140, + stasis_titan_spear_slam = 983141, + stylish_executioner = 983142, + suppression = 983143, + tectonic_harvest = 983144, + tempest_strike = 983145, + thruster = 983146, + touch_of_flame = 983147, + touch_of_thunder = 983148, + touch_of_winter = 983149, + trappers_ambush = 983150, + vanishing_step = 983151, + weaken = 983152, + winters_shroud = 983153, + adventure = 983154, + altars_of_sorrow = 983155, + black_armory_forge = 983156, + curse_cycle = 983157, + dungeon = 983158, + dungeon_duality = 983159, + dungeon_spire_of_the_watcher = 983160, + edz = 983161, + escalation_protocol = 983162, + faction_crucible = 983163, + faction_ironbanner = 983164, + faction_xur = 983165, + festival_of_the_lost = 983166, + gambit_small = 983167, + guardian_games = 983168, + raid = 983169, + raid_garden_of_salvation = 983170, + strike = 983171, + the_dawning = 983172, + trials_of_osiris = 983173, + wartable = 983174, + battlegrounds = 983175, + fragments = 983176, + dreaming_city = 983177, + luna = 983178, + nessus = 983179, + raid_deep_stone_crypt = 983180, + raid_last_wish = 983181, + raid_leviathan = 983182, + raid_vault_of_glass = 983183, + raid_vow_of_the_disciple = 983184, + solstice = 983185, + wellspring = 983186, + ace_of_spades = 983187, + arrivals = 983188, + beyond_light = 983189, + black_armory = 983190, + bray_simulation = 983191, + cabal_red_legion = 983192, + cabal_unknown = 983193, + chalice_of_opulence = 983194, + clovis_bray = 983195, + clovis_bray_device = 983196, + crow = 983197, + dawn = 983198, + destiny = 983199, + dim = 983200, + eververse = 983201, + faction_cryptarch = 983202, + faction_dead_orbit = 983203, + faction_fwc = 983204, + faction_new_monarchy = 983205, + faction_queens_wrath = 983206, + faction_rally = 983207, + faction_thenine = 983208, + faction_vanguard = 983209, + fallen_devils = 983210, + fallen_dusk = 983211, + fallen_judgement = 983212, + fallen_kings = 983213, + fallen_light = 983214, + fallen_spider = 983215, + fallen_unknown = 983216, + fallen_winter = 983217, + fallen_wolves = 983218, + forsaken = 983219, + gunsmith = 983220, + hive = 983221, + hive_crota = 983222, + ishtar = 983223, + lightfall = 983224, + loom = 983225, + plundered = 983226, + risen = 983227, + seasonal_arena = 983228, + seraph = 983229, + seventh_column = 983230, + severed = 983231, + shadowkeep = 983232, + srl = 983233, + taken = 983234, + the_chosen = 983235, + the_hunt = 983236, + the_worthy = 983237, + traveler = 983238, + vex = 983239, + warmind = 983240, + witch_queen = 983241, + fynch = 983242, + gaul = 983243, + starhorse = 983244, + suraya = 983245, + ahamkara_bones = 983246, + cat_statues = 983247, + eliksni_skull = 983248, + executioner = 983249, + exo_frame = 983250, + gambit_mote = 983251, + jade_rabbit = 983252, + lectern = 983253, + legendary = 983254, + loot_chest = 983255, + match_game = 983256, + region_chest = 983257, + relic = 983258, + seasonal = 983259, + skull = 983260, + sleeper_node = 983261, + standing_victory_gambit = 983262, + team_alpha = 983263, + gambit_bravo = 983264, + team_bravo = 983265, + vault = 983266, + vendor = 983267, + ravenous_beast = 983268, + respawn_restricted = 983269, + gambit_alpha = 983270, + twin_tailed_fox = 983271, + vorpal = 983272, + worm = 983273, + leviathan_axes = 983274, + leviathan_cup = 983275, + leviathan_dogs = 983276, + leviathan_sun = 983277, + operator = 983278, + scanner = 983279, + suppressor = 983280, + bird_branch = 983281, + bird_down = 983282, + bird_fly = 983283, + bird_stand = 983284, + fire_left = 983285, + fire_right = 983286, + fish_curl = 983287, + fish_left = 983288, + fish_up = 983289, + infinity = 983290, + snake_eight = 983291, + snake_split = 983292, + snake_u = 983293, + spear_left = 983294, + spear_right = 983295, + two_fish = 983296, + abilities = 983297, + ammo_heavy = 983298, + ammo_primary = 983299, + ammo_special = 983300, + aspects = 983301, + boots = 983302, + chest = 983303, + clan = 983304, + class = 983305, + class_abilities = 983306, + class_hunter = 983307, + class_titan = 983308, + class_warlock = 983309, + consumables = 983310, + damage_kinetic = 983311, + discipline = 983312, + emblem = 983313, + energy_weapon = 983314, + engram = 983315, + finisher = 983316, + ghost = 983317, + glimmer = 983318, + gloves = 983319, + gunsmith_materials = 983320, + helmet = 983321, + infuse = 983322, + intellect = 983323, + light = 983324, + mobility = 983325, + modifications = 983326, + ornament = 983327, + past = 983328, + postmaster = 983329, + power_level = 983330, + power_weapon = 983331, + recovery = 983332, + resilience = 983333, + resonance = 983334, + roster = 983335, + shaders = 983336, + shaders_alt = 983337, + ship = 983338, + sparrow = 983339, + strength = 983340, + vault_armour = 983341, + vault_weapons = 983342, + accuracy = 983343, + blast_radius = 983344, + charge_time = 983345, + draw_time = 983346, + emote = 983347, + handling = 983348, + impact = 983349, + loot = 983350, + lore = 983351, + masterwork = 983352, + range = 983353, + reload_speed = 983354, + shield_duration = 983355, + stability = 983356, + transmat = 983357, + velocity = 983358, + hive_relic = 983359, + trace_rifle = 983360, + glaive_melee = 983361, + sword_melee = 983362, + the_rock = 983363, + club = 983364, + diamond = 983365, + heart = 983366, + spade = 983367, + into_the_fray = 983368, + mindspun_invocation = 983369, + suspend = 983370, + unravel = 983371, + weavers_call = 983372, + widows_silk = 983373, + firesprite = 983374, + void_breach = 983375, + harmonic = 983376, + orb = 983377, + recharge = 983378, + supers = 983379, + movement = 983380, + shaxx = 983381, +} diff --git a/src/data/d2/symbol-name-sources.ts b/src/data/d2/symbol-name-sources.ts index 4450b150f8..d37c0d42ba 100644 --- a/src/data/d2/symbol-name-sources.ts +++ b/src/data/d2/symbol-name-sources.ts @@ -2,83 +2,101 @@ export const symbolData: { codepoint: number; glyph: string; source?: { - tableName: 'Trait' | 'InventoryItem' | 'SandboxPerk' | 'ActivityMode' | 'Objective'; + tableName: + | 'Trait' + | 'InventoryItem' + | 'SandboxPerk' + | 'ActivityMode' + | 'Objective' + | 'ItemCategory' + | 'InventoryBucket' + | 'Faction' + | 'Stat' + | 'DamageType'; hash: number; fromRichText: boolean; }; }[] = [ { - codepoint: 57441, - glyph: '', + codepoint: 983379, + glyph: '󰅓', source: { - tableName: 'SandboxPerk', - hash: 3112248479, + tableName: 'InventoryItem', + hash: 171056525, fromRichText: false, }, }, { - codepoint: 57640, - glyph: '', + codepoint: 57633, + glyph: '', source: { tableName: 'InventoryItem', - hash: 4260353952, + hash: 3769507633, fromRichText: false, }, }, { - codepoint: 57431, - glyph: '', + codepoint: 57443, + glyph: '', source: { - tableName: 'InventoryItem', - hash: 2722573682, + tableName: 'SandboxPerk', + hash: 2236497009, fromRichText: false, }, }, { - codepoint: 57639, - glyph: '', + codepoint: 61181, + glyph: '', source: { - tableName: 'SandboxPerk', - hash: 2999301420, + tableName: 'InventoryItem', + hash: 3769507632, fromRichText: false, }, }, { - codepoint: 57444, - glyph: '', + codepoint: 57634, + glyph: '', source: { tableName: 'InventoryItem', - hash: 1656118680, + hash: 119041299, fromRichText: false, }, }, { - codepoint: 57632, - glyph: '', + codepoint: 57432, + glyph: '', source: { - tableName: 'SandboxPerk', - hash: 3484134371, + tableName: 'InventoryItem', + hash: 119041298, fromRichText: false, }, }, { - codepoint: 57440, - glyph: '', + codepoint: 57637, + glyph: '', source: { tableName: 'InventoryItem', - hash: 2747500760, + hash: 1081893460, fromRichText: false, }, }, { - codepoint: 57638, - glyph: '', + codepoint: 57445, + glyph: '', source: { tableName: 'InventoryItem', - hash: 2529942647, + hash: 1081893461, fromRichText: false, }, }, + { + codepoint: 57635, + glyph: '', + }, + { + codepoint: 983041, + glyph: '󰀁', + }, { codepoint: 57442, glyph: '', @@ -89,20 +107,20 @@ export const symbolData: { }, }, { - codepoint: 57635, - glyph: '', + codepoint: 57638, + glyph: '', source: { - tableName: 'SandboxPerk', - hash: 3205500087, + tableName: 'InventoryItem', + hash: 2529942647, fromRichText: false, }, }, { - codepoint: 57430, - glyph: '', + codepoint: 57440, + glyph: '', source: { tableName: 'InventoryItem', - hash: 2274196887, + hash: 2747500760, fromRichText: false, }, }, @@ -116,101 +134,110 @@ export const symbolData: { }, }, { - codepoint: 57432, - glyph: '', + codepoint: 983040, + glyph: '󰀀', source: { tableName: 'InventoryItem', - hash: 119041298, + hash: 2274196886, fromRichText: false, }, }, { - codepoint: 57634, - glyph: '', + codepoint: 57430, + glyph: '', source: { tableName: 'InventoryItem', - hash: 119041299, + hash: 2274196887, fromRichText: false, }, }, { - codepoint: 57443, - glyph: '', + codepoint: 57639, + glyph: '', source: { - tableName: 'SandboxPerk', - hash: 2236497009, + tableName: 'InventoryItem', + hash: 2370269389, fromRichText: false, }, }, { - codepoint: 57633, - glyph: '', + codepoint: 983044, + glyph: '󰀄', source: { tableName: 'InventoryItem', - hash: 3769507633, + hash: 2722573681, fromRichText: false, }, }, { - codepoint: 61181, - glyph: '', + codepoint: 57431, + glyph: '', source: { tableName: 'InventoryItem', - hash: 3769507632, + hash: 2722573682, fromRichText: false, }, }, { - codepoint: 57445, - glyph: '', + codepoint: 57640, + glyph: '', source: { tableName: 'InventoryItem', - hash: 1081893461, + hash: 4260353952, fromRichText: false, }, }, { - codepoint: 57637, - glyph: '', + codepoint: 57441, + glyph: '', source: { - tableName: 'InventoryItem', - hash: 1081893460, + tableName: 'SandboxPerk', + hash: 3112248479, fromRichText: false, }, }, { - codepoint: 61196, - glyph: '', + codepoint: 983045, + glyph: '󰀅', source: { tableName: 'InventoryItem', - hash: 2529942642, + hash: 4260353953, fromRichText: false, }, }, { - codepoint: 61195, - glyph: '', + codepoint: 57632, + glyph: '', + source: { + tableName: 'SandboxPerk', + hash: 3484134371, + fromRichText: false, + }, + }, + { + codepoint: 983042, + glyph: '󰀂', source: { tableName: 'InventoryItem', - hash: 2370269384, + hash: 1656118682, fromRichText: false, }, }, { - codepoint: 61197, - glyph: '', + codepoint: 983043, + glyph: '󰀃', source: { tableName: 'InventoryItem', - hash: 1869939001, + hash: 1656118681, fromRichText: false, }, }, { - codepoint: 57475, - glyph: '', + codepoint: 57444, + glyph: '', source: { tableName: 'InventoryItem', - hash: 2021620139, + hash: 1656118680, fromRichText: false, }, }, @@ -223,6 +250,15 @@ export const symbolData: { fromRichText: false, }, }, + { + codepoint: 57475, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2021620139, + fromRichText: false, + }, + }, { codepoint: 57477, glyph: '', @@ -232,6 +268,33 @@ export const symbolData: { fromRichText: false, }, }, + { + codepoint: 61195, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2370269384, + fromRichText: false, + }, + }, + { + codepoint: 61196, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2529942642, + fromRichText: false, + }, + }, + { + codepoint: 61197, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1869939001, + fromRichText: false, + }, + }, { codepoint: 57616, glyph: '', @@ -242,37 +305,38 @@ export const symbolData: { }, }, { - codepoint: 57617, - glyph: '', + codepoint: 983058, + glyph: '󰀒', source: { - tableName: 'Objective', - hash: 45245118, - fromRichText: true, + tableName: 'InventoryItem', + hash: 2657901005, + fromRichText: false, }, }, { - codepoint: 57618, - glyph: '', - }, - { - codepoint: 57665, - glyph: '', + codepoint: 983064, + glyph: '󰀘', + source: { + tableName: 'InventoryItem', + hash: 2716335210, + fromRichText: false, + }, }, { - codepoint: 57493, - glyph: '', + codepoint: 983132, + glyph: '󰁜', source: { tableName: 'InventoryItem', - hash: 1980796560, + hash: 2708585277, fromRichText: false, }, }, { - codepoint: 57447, - glyph: '', + codepoint: 983049, + glyph: '󰀉', source: { tableName: 'InventoryItem', - hash: 852252789, + hash: 2708585276, fromRichText: false, }, }, @@ -286,27 +350,23 @@ export const symbolData: { }, }, { - codepoint: 57478, - glyph: '', + codepoint: 983056, + glyph: '󰀐', source: { tableName: 'InventoryItem', - hash: 1980796561, + hash: 1232050831, fromRichText: false, }, }, { - codepoint: 57620, - glyph: '', + codepoint: 983048, + glyph: '󰀈', source: { tableName: 'InventoryItem', - hash: 1262901520, + hash: 1232050830, fromRichText: false, }, }, - { - codepoint: 57495, - glyph: '', - }, { codepoint: 57636, glyph: '', @@ -317,115 +377,394 @@ export const symbolData: { }, }, { - codepoint: 57621, - glyph: '', + codepoint: 983112, + glyph: '󰁈', source: { tableName: 'InventoryItem', - hash: 2835214903, + hash: 4016776974, fromRichText: false, }, }, { - codepoint: 57479, - glyph: '', + codepoint: 983113, + glyph: '󰁉', source: { tableName: 'InventoryItem', - hash: 1341767667, + hash: 4016776973, fromRichText: false, }, }, { - codepoint: 57491, - glyph: '', + codepoint: 983114, + glyph: '󰁊', source: { tableName: 'InventoryItem', - hash: 2321824287, + hash: 2657901004, fromRichText: false, }, }, { - codepoint: 57494, - glyph: '', + codepoint: 983115, + glyph: '󰁋', source: { tableName: 'InventoryItem', - hash: 2299867342, + hash: 4016776975, fromRichText: false, }, }, { - codepoint: 57622, - glyph: '', + codepoint: 983100, + glyph: '󰀼', source: { tableName: 'InventoryItem', - hash: 1470370538, + hash: 852252788, fromRichText: false, }, }, { - codepoint: 57624, - glyph: '', + codepoint: 57447, + glyph: '', source: { tableName: 'InventoryItem', - hash: 1293395731, + hash: 852252789, fromRichText: false, }, }, { - codepoint: 61180, - glyph: '', + codepoint: 983055, + glyph: '󰀏', source: { tableName: 'InventoryItem', - hash: 790664812, + hash: 1470370539, fromRichText: false, }, }, { - codepoint: 57489, - glyph: '', + codepoint: 57622, + glyph: '', source: { tableName: 'InventoryItem', - hash: 790664813, + hash: 1470370538, fromRichText: false, }, }, { - codepoint: 57480, - glyph: '', + codepoint: 983137, + glyph: '󰁡', source: { tableName: 'InventoryItem', - hash: 2543177538, + hash: 1139822081, fromRichText: false, }, }, { - codepoint: 57492, - glyph: '', + codepoint: 57618, + glyph: '', source: { - tableName: 'Trait', - hash: 4105407564, + tableName: 'Objective', + hash: 1157531927, fromRichText: false, }, }, { - codepoint: 61182, - glyph: '', + codepoint: 983135, + glyph: '󰁟', source: { - tableName: 'Trait', - hash: 3221118171, + tableName: 'InventoryItem', + hash: 4220332375, fromRichText: false, }, }, { - codepoint: 57472, - glyph: '', + codepoint: 57493, + glyph: '', source: { tableName: 'InventoryItem', - hash: 1399219, + hash: 1980796560, fromRichText: false, }, }, { - codepoint: 57473, + codepoint: 57494, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2299867342, + fromRichText: false, + }, + }, + { + codepoint: 57479, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1341767667, + fromRichText: false, + }, + }, + { + codepoint: 57478, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1980796561, + fromRichText: false, + }, + }, + { + codepoint: 57480, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2543177538, + fromRichText: false, + }, + }, + { + codepoint: 61190, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1680616210, + fromRichText: false, + }, + }, + { + codepoint: 61191, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1980796564, + fromRichText: false, + }, + }, + { + codepoint: 61192, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2307689415, + fromRichText: false, + }, + }, + { + codepoint: 57617, + glyph: '', + source: { + tableName: 'Objective', + hash: 45245118, + fromRichText: true, + }, + }, + { + codepoint: 983076, + glyph: '󰀤', + source: { + tableName: 'InventoryItem', + hash: 1582574009, + fromRichText: false, + }, + }, + { + codepoint: 983079, + glyph: '󰀧', + source: { + tableName: 'InventoryItem', + hash: 2909720723, + fromRichText: false, + }, + }, + { + codepoint: 983080, + glyph: '󰀨', + source: { + tableName: 'InventoryItem', + hash: 4198689901, + fromRichText: false, + }, + }, + { + codepoint: 983084, + glyph: '󰀬', + source: { + tableName: 'InventoryItem', + hash: 2994412667, + fromRichText: false, + }, + }, + { + codepoint: 983086, + glyph: '󰀮', + source: { + tableName: 'InventoryItem', + hash: 1323461861, + fromRichText: false, + }, + }, + { + codepoint: 983088, + glyph: '󰀰', + source: { + tableName: 'InventoryItem', + hash: 146194908, + fromRichText: false, + }, + }, + { + codepoint: 983090, + glyph: '󰀲', + source: { + tableName: 'InventoryItem', + hash: 2481624867, + fromRichText: false, + }, + }, + { + codepoint: 983078, + glyph: '󰀦', + source: { + tableName: 'InventoryItem', + hash: 2202441959, + fromRichText: false, + }, + }, + { + codepoint: 983081, + glyph: '󰀩', + source: { + tableName: 'InventoryItem', + hash: 1013086087, + fromRichText: false, + }, + }, + { + codepoint: 983082, + glyph: '󰀪', + source: { + tableName: 'InventoryItem', + hash: 1841016428, + fromRichText: false, + }, + }, + { + codepoint: 983083, + glyph: '󰀫', + source: { + tableName: 'InventoryItem', + hash: 2581086849, + fromRichText: false, + }, + }, + { + codepoint: 983089, + glyph: '󰀱', + source: { + tableName: 'InventoryItem', + hash: 2216698406, + fromRichText: false, + }, + }, + { + codepoint: 983092, + glyph: '󰀴', + source: { + tableName: 'InventoryItem', + hash: 2842514288, + fromRichText: false, + }, + }, + { + codepoint: 983093, + glyph: '󰀵', + source: { + tableName: 'InventoryItem', + hash: 2400634603, + fromRichText: false, + }, + }, + { + codepoint: 983094, + glyph: '󰀶', + source: { + tableName: 'InventoryItem', + hash: 2946990961, + fromRichText: false, + }, + }, + { + codepoint: 983077, + glyph: '󰀥', + source: { + tableName: 'InventoryItem', + hash: 3232422679, + fromRichText: false, + }, + }, + { + codepoint: 983085, + glyph: '󰀭', + source: { + tableName: 'InventoryItem', + hash: 886607940, + fromRichText: false, + }, + }, + { + codepoint: 983087, + glyph: '󰀯', + source: { + tableName: 'InventoryItem', + hash: 1514173218, + fromRichText: false, + }, + }, + { + codepoint: 983091, + glyph: '󰀳', + source: { + tableName: 'InventoryItem', + hash: 2265076177, + fromRichText: false, + }, + }, + { + codepoint: 983095, + glyph: '󰀷', + source: { + tableName: 'InventoryItem', + hash: 1255073825, + fromRichText: false, + }, + }, + { + codepoint: 983096, + glyph: '󰀸', + source: { + tableName: 'InventoryItem', + hash: 2809141585, + fromRichText: false, + }, + }, + { + codepoint: 983097, + glyph: '󰀹', + source: { + tableName: 'InventoryItem', + hash: 1016030582, + fromRichText: false, + }, + }, + { + codepoint: 57472, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1399219, + fromRichText: false, + }, + }, + { + codepoint: 57473, glyph: '', source: { tableName: 'InventoryItem', @@ -443,436 +782,1784 @@ export const symbolData: { }, }, { - codepoint: 57481, - glyph: '', + codepoint: 61186, + glyph: '', source: { - tableName: 'Trait', - hash: 37938188, + tableName: 'InventoryItem', + hash: 1517917190, + fromRichText: false, + }, + }, + { + codepoint: 61187, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 3994381207, + fromRichText: false, + }, + }, + { + codepoint: 61188, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1225978592, + fromRichText: false, + }, + }, + { + codepoint: 983306, + glyph: '󰄊', + source: { + tableName: 'InventoryItem', + hash: 405131479, + fromRichText: false, + }, + }, + { + codepoint: 983066, + glyph: '󰀚', + source: { + tableName: 'InventoryItem', + hash: 426473317, + fromRichText: false, + }, + }, + { + codepoint: 983067, + glyph: '󰀛', + source: { + tableName: 'InventoryItem', + hash: 426473316, + fromRichText: false, + }, + }, + { + codepoint: 983065, + glyph: '󰀙', + source: { + tableName: 'InventoryItem', + hash: 2711519343, + fromRichText: false, + }, + }, + { + codepoint: 983050, + glyph: '󰀊', + source: { + tableName: 'InventoryItem', + hash: 489583097, + fromRichText: false, + }, + }, + { + codepoint: 983051, + glyph: '󰀋', + source: { + tableName: 'InventoryItem', + hash: 489583096, + fromRichText: false, + }, + }, + { + codepoint: 983146, + glyph: '󰁪', + source: { + tableName: 'InventoryItem', + hash: 489583098, + fromRichText: false, + }, + }, + { + codepoint: 983128, + glyph: '󰁘', + source: { + tableName: 'InventoryItem', + hash: 25156514, + fromRichText: false, + }, + }, + { + codepoint: 983129, + glyph: '󰁙', + source: { + tableName: 'InventoryItem', + hash: 25156515, + fromRichText: false, + }, + }, + { + codepoint: 983125, + glyph: '󰁕', + source: { + tableName: 'InventoryItem', + hash: 1444664836, + fromRichText: false, + }, + }, + { + codepoint: 983380, + glyph: '󰅔', + source: { + tableName: 'InventoryItem', + hash: 230819033, + fromRichText: false, + }, + }, + { + codepoint: 983109, + glyph: '󰁅', + source: { + tableName: 'InventoryItem', + hash: 20616658, + fromRichText: false, + }, + }, + { + codepoint: 983110, + glyph: '󰁆', + source: { + tableName: 'InventoryItem', + hash: 20616659, + fromRichText: false, + }, + }, + { + codepoint: 983111, + glyph: '󰁇', + source: { + tableName: 'InventoryItem', + hash: 20616656, + fromRichText: false, + }, + }, + { + codepoint: 983119, + glyph: '󰁏', + source: { + tableName: 'InventoryItem', + hash: 266130437, + fromRichText: false, + }, + }, + { + codepoint: 983120, + glyph: '󰁐', + source: { + tableName: 'InventoryItem', + hash: 266130439, + fromRichText: false, + }, + }, + { + codepoint: 983121, + glyph: '󰁑', + source: { + tableName: 'InventoryItem', + hash: 266130438, + fromRichText: false, + }, + }, + { + codepoint: 983073, + glyph: '󰀡', + source: { + tableName: 'InventoryItem', + hash: 5333294, + fromRichText: false, + }, + }, + { + codepoint: 983074, + glyph: '󰀢', + source: { + tableName: 'InventoryItem', + hash: 5333293, + fromRichText: false, + }, + }, + { + codepoint: 983075, + glyph: '󰀣', + source: { + tableName: 'InventoryItem', + hash: 5333292, + fromRichText: false, + }, + }, + { + codepoint: 983054, + glyph: '󰀎', + source: { + tableName: 'InventoryItem', + hash: 5333295, + fromRichText: false, + }, + }, + { + codepoint: 983301, + glyph: '󰄅', + source: { + tableName: 'InventoryItem', + hash: 483775550, + fromRichText: false, + }, + }, + { + codepoint: 983176, + glyph: '󰂈', + source: { + tableName: 'InventoryItem', + hash: 190429600, + fromRichText: false, + }, + }, + { + codepoint: 983070, + glyph: '󰀞', + source: { + tableName: 'InventoryItem', + hash: 4194622036, + fromRichText: false, + }, + }, + { + codepoint: 983118, + glyph: '󰁎', + source: { + tableName: 'InventoryItem', + hash: 4194622038, + fromRichText: false, + }, + }, + { + codepoint: 983145, + glyph: '󰁩', + source: { + tableName: 'InventoryItem', + hash: 4194622037, + fromRichText: false, + }, + }, + { + codepoint: 983108, + glyph: '󰁄', + source: { + tableName: 'InventoryItem', + hash: 1656549673, + fromRichText: false, + }, + }, + { + codepoint: 983117, + glyph: '󰁍', + source: { + tableName: 'InventoryItem', + hash: 1262901523, + fromRichText: false, + }, + }, + { + codepoint: 983148, + glyph: '󰁬', + source: { + tableName: 'InventoryItem', + hash: 1656549672, + fromRichText: false, + }, + }, + { + codepoint: 983047, + glyph: '󰀇', + source: { + tableName: 'InventoryItem', + hash: 1293395731, + fromRichText: false, + }, + }, + { + codepoint: 57624, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1293395731, + fromRichText: false, + }, + }, + { + codepoint: 983068, + glyph: '󰀜', + source: { + tableName: 'InventoryItem', + hash: 1293395729, + fromRichText: false, + }, + }, + { + codepoint: 61180, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 790664812, + fromRichText: false, + }, + }, + { + codepoint: 57621, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2835214903, + fromRichText: false, + }, + }, + { + codepoint: 983099, + glyph: '󰀻', + source: { + tableName: 'InventoryItem', + hash: 2835214903, + fromRichText: false, + }, + }, + { + codepoint: 983116, + glyph: '󰁌', + source: { + tableName: 'InventoryItem', + hash: 3066103998, + fromRichText: false, + }, + }, + { + codepoint: 983123, + glyph: '󰁓', + source: { + tableName: 'InventoryItem', + hash: 3066103999, + fromRichText: false, + }, + }, + { + codepoint: 57620, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1262901520, + fromRichText: false, + }, + }, + { + codepoint: 983130, + glyph: '󰁚', + source: { + tableName: 'InventoryItem', + hash: 2984351204, + fromRichText: false, + }, + }, + { + codepoint: 983138, + glyph: '󰁢', + source: { + tableName: 'InventoryItem', + hash: 2984351205, + fromRichText: false, + }, + }, + { + codepoint: 983101, + glyph: '󰀽', + source: { + tableName: 'InventoryItem', + hash: 83039194, + fromRichText: false, + }, + }, + { + codepoint: 983103, + glyph: '󰀿', + source: { + tableName: 'InventoryItem', + hash: 83039195, + fromRichText: false, + }, + }, + { + codepoint: 983147, + glyph: '󰁫', + source: { + tableName: 'InventoryItem', + hash: 83039193, + fromRichText: false, + }, + }, + { + codepoint: 983142, + glyph: '󰁦', + source: { + tableName: 'InventoryItem', + hash: 187655374, + fromRichText: false, + }, + }, + { + codepoint: 983150, + glyph: '󰁮', + source: { + tableName: 'InventoryItem', + hash: 187655372, + fromRichText: false, + }, + }, + { + codepoint: 57495, + glyph: '', + }, + { + codepoint: 983151, + glyph: '󰁯', + source: { + tableName: 'InventoryItem', + hash: 187655373, + fromRichText: false, + }, + }, + { + codepoint: 983052, + glyph: '󰀌', + source: { + tableName: 'InventoryItem', + hash: 1602994569, + fromRichText: false, + }, + }, + { + codepoint: 57492, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1602994568, + fromRichText: false, + }, + }, + { + codepoint: 983122, + glyph: '󰁒', + source: { + tableName: 'InventoryItem', + hash: 1602994570, + fromRichText: false, + }, + }, + { + codepoint: 983057, + glyph: '󰀑', + source: { + tableName: 'InventoryItem', + hash: 2321824285, + fromRichText: false, + }, + }, + { + codepoint: 57491, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2321824287, + fromRichText: false, + }, + }, + { + codepoint: 983069, + glyph: '󰀝', + source: { + tableName: 'InventoryItem', + hash: 790664815, + fromRichText: false, + }, + }, + { + codepoint: 983098, + glyph: '󰀺', + source: { + tableName: 'InventoryItem', + hash: 1920417385, + fromRichText: false, + }, + }, + { + codepoint: 983134, + glyph: '󰁞', + source: { + tableName: 'InventoryItem', + hash: 2934767476, + fromRichText: false, + }, + }, + { + codepoint: 983149, + glyph: '󰁭', + source: { + tableName: 'InventoryItem', + hash: 4184589900, + fromRichText: false, + }, + }, + { + codepoint: 983153, + glyph: '󰁱', + source: { + tableName: 'InventoryItem', + hash: 2835214902, + fromRichText: false, + }, + }, + { + codepoint: 983059, + glyph: '󰀓', + source: { + tableName: 'InventoryItem', + hash: 2031919265, + fromRichText: false, + }, + }, + { + codepoint: 983062, + glyph: '󰀖', + source: { + tableName: 'InventoryItem', + hash: 1262901522, + fromRichText: false, + }, + }, + { + codepoint: 57490, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1262901522, + fromRichText: false, + }, + }, + { + codepoint: 983063, + glyph: '󰀗', + source: { + tableName: 'InventoryItem', + hash: 1262901522, + fromRichText: false, + }, + }, + { + codepoint: 983141, + glyph: '󰁥', + source: { + tableName: 'InventoryItem', + hash: 1262901522, + fromRichText: false, + }, + }, + { + codepoint: 983102, + glyph: '󰀾', + source: { + tableName: 'InventoryItem', + hash: 1563930741, + fromRichText: false, + }, + }, + { + codepoint: 983144, + glyph: '󰁨', + source: { + tableName: 'InventoryItem', + hash: 2031919264, + fromRichText: false, + }, + }, + { + codepoint: 57489, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 790664813, + fromRichText: false, + }, + }, + { + codepoint: 983071, + glyph: '󰀟', + source: { + tableName: 'InventoryItem', + hash: 668903197, + fromRichText: false, + }, + }, + { + codepoint: 983072, + glyph: '󰀠', + source: { + tableName: 'InventoryItem', + hash: 2651551055, + fromRichText: false, + }, + }, + { + codepoint: 983104, + glyph: '󰁀', + source: { + tableName: 'InventoryItem', + hash: 668903196, + fromRichText: false, + }, + }, + { + codepoint: 61193, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 4249729126, + fromRichText: false, + }, + }, + { + codepoint: 983373, + glyph: '󰅍', + source: { + tableName: 'InventoryItem', + hash: 4249729127, + fromRichText: false, + }, + }, + { + codepoint: 61194, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 988980152, + fromRichText: false, + }, + }, + { + codepoint: 983368, + glyph: '󰅈', + source: { + tableName: 'InventoryItem', + hash: 988980153, + fromRichText: false, + }, + }, + { + codepoint: 983369, + glyph: '󰅉', + source: { + tableName: 'InventoryItem', + hash: 262821318, + fromRichText: false, + }, + }, + { + codepoint: 983372, + glyph: '󰅌', + source: { + tableName: 'InventoryItem', + hash: 262821317, + fromRichText: false, + }, + }, + { + codepoint: 983297, + glyph: '󰄁', + source: { + tableName: 'InventoryItem', + hash: 256339607, + fromRichText: false, + }, + }, + { + codepoint: 983046, + glyph: '󰀆', + source: { + tableName: 'Trait', + hash: 3291013836, + fromRichText: false, + }, + }, + { + codepoint: 983053, + glyph: '󰀍', + source: { + tableName: 'Trait', + hash: 500183315, + fromRichText: false, + }, + }, + { + codepoint: 983107, + glyph: '󰁃', + source: { + tableName: 'Trait', + hash: 3824458961, + fromRichText: false, + }, + }, + { + codepoint: 61182, + glyph: '', + source: { + tableName: 'Trait', + hash: 3221118171, + fromRichText: false, + }, + }, + { + codepoint: 983060, + glyph: '󰀔', + source: { + tableName: 'Trait', + hash: 3263723277, + fromRichText: false, + }, + }, + { + codepoint: 983374, + glyph: '󰅎', + source: { + tableName: 'Trait', + hash: 37177486, + fromRichText: false, + }, + }, + { + codepoint: 983105, + glyph: '󰁁', + source: { + tableName: 'Trait', + hash: 3268862716, + fromRichText: false, + }, + }, + { + codepoint: 983126, + glyph: '󰁖', + source: { + tableName: 'Trait', + hash: 157469667, + fromRichText: false, + }, + }, + { + codepoint: 983127, + glyph: '󰁗', + source: { + tableName: 'Trait', + hash: 3488482714, + fromRichText: false, + }, + }, + { + codepoint: 983131, + glyph: '󰁛', + source: { + tableName: 'Trait', + hash: 1096356879, + fromRichText: false, + }, + }, + { + codepoint: 983061, + glyph: '󰀕', + source: { + tableName: 'Trait', + hash: 3078132110, + fromRichText: false, + }, + }, + { + codepoint: 983106, + glyph: '󰁂', + source: { + tableName: 'Trait', + hash: 655301426, + fromRichText: false, + }, + }, + { + codepoint: 983124, + glyph: '󰁔', + source: { + tableName: 'Trait', + hash: 2485406866, + fromRichText: false, + }, + }, + { + codepoint: 983143, + glyph: '󰁧', + source: { + tableName: 'Trait', + hash: 2578642829, + fromRichText: false, + }, + }, + { + codepoint: 983375, + glyph: '󰅏', + source: { + tableName: 'Trait', + hash: 3328352616, + fromRichText: false, + }, + }, + { + codepoint: 57492, + glyph: '', + source: { + tableName: 'Trait', + hash: 4105407564, + fromRichText: false, + }, + }, + { + codepoint: 983152, + glyph: '󰁰', + source: { + tableName: 'Trait', + hash: 3336638905, + fromRichText: false, + }, + }, + { + codepoint: 57481, + glyph: '', + source: { + tableName: 'Trait', + hash: 37938188, + fromRichText: false, + }, + }, + { + codepoint: 983133, + glyph: '󰁝', + source: { + tableName: 'Trait', + hash: 37938188, + fromRichText: false, + }, + }, + { + codepoint: 983136, + glyph: '󰁠', + source: { + tableName: 'Trait', + hash: 4239423954, + fromRichText: false, + }, + }, + { + codepoint: 983139, + glyph: '󰁣', + source: { + tableName: 'Trait', + hash: 3385340084, + fromRichText: false, + }, + }, + { + codepoint: 57488, + glyph: '', + source: { + tableName: 'Trait', + hash: 37938188, + fromRichText: false, + }, + }, + { + codepoint: 983140, + glyph: '󰁤', + source: { + tableName: 'Trait', + hash: 4043161234, + fromRichText: false, + }, + }, + { + codepoint: 61184, + glyph: '', + source: { + tableName: 'Trait', + hash: 2519102437, + fromRichText: false, + }, + }, + { + codepoint: 983370, + glyph: '󰅊', + source: { + tableName: 'Trait', + hash: 2679722414, + fromRichText: false, + }, + }, + { + codepoint: 61185, + glyph: '', + source: { + tableName: 'Trait', + hash: 1577394840, + fromRichText: false, + }, + }, + { + codepoint: 61186, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1517917190, + fromRichText: false, + }, + }, + { + codepoint: 61187, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 3994381207, + fromRichText: false, + }, + }, + { + codepoint: 61188, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1225978592, + fromRichText: false, + }, + }, + { + codepoint: 61191, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1980796564, + fromRichText: false, + }, + }, + { + codepoint: 61194, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 988980152, + fromRichText: false, + }, + }, + { + codepoint: 61230, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 988980155, + fromRichText: false, + }, + }, + { + codepoint: 61190, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 1680616210, + fromRichText: false, + }, + }, + { + codepoint: 61193, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 4249729126, + fromRichText: false, + }, + }, + { + codepoint: 61229, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2835214897, + fromRichText: false, + }, + }, + { + codepoint: 61232, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 4249729124, + fromRichText: false, + }, + }, + { + codepoint: 61192, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 2307689415, + fromRichText: false, + }, + }, + { + codepoint: 61228, + glyph: '', + source: { + tableName: 'InventoryItem', + hash: 262821319, + fromRichText: false, + }, + }, + { + codepoint: 61183, + glyph: '', + source: { + tableName: 'Trait', + hash: 2724747993, + fromRichText: false, + }, + }, + { + codepoint: 983371, + glyph: '󰅋', + source: { + tableName: 'Trait', + hash: 945613349, + fromRichText: false, + }, + }, + { + codepoint: 983368, + glyph: '󰅈', + source: { + tableName: 'Trait', + hash: 3173573497, + fromRichText: false, + }, + }, + { + codepoint: 57497, + glyph: '', + source: { + tableName: 'Objective', + hash: 173702907, + fromRichText: true, + }, + }, + { + codepoint: 57600, + glyph: '', + source: { + tableName: 'Objective', + hash: 515179617, + fromRichText: true, + }, + }, + { + codepoint: 57601, + glyph: '', + source: { + tableName: 'Objective', + hash: 189060104, + fromRichText: true, + }, + }, + { + codepoint: 57602, + glyph: '', + source: { + tableName: 'Objective', + hash: 55710818, + fromRichText: true, + }, + }, + { + codepoint: 57603, + glyph: '', + source: { + tableName: 'Objective', + hash: 241081947, + fromRichText: true, + }, + }, + { + codepoint: 57609, + glyph: '', + source: { + tableName: 'Objective', + hash: 141911950, + fromRichText: true, + }, + }, + { + codepoint: 57607, + glyph: '', + source: { + tableName: 'Objective', + hash: 55461852, + fromRichText: true, + }, + }, + { + codepoint: 57604, + glyph: '', + source: { + tableName: 'Objective', + hash: 139526739, + fromRichText: true, + }, + }, + { + codepoint: 57605, + glyph: '', + source: { + tableName: 'Objective', + hash: 90309638, + fromRichText: true, + }, + }, + { + codepoint: 57606, + glyph: '', + source: { + tableName: 'Objective', + hash: 59256363, + fromRichText: true, + }, + }, + { + codepoint: 57685, + glyph: '', + source: { + tableName: 'Objective', + hash: 1217177904, + fromRichText: true, + }, + }, + { + codepoint: 57686, + glyph: '', + source: { + tableName: 'Objective', + hash: 1089624989, + fromRichText: true, + }, + }, + { + codepoint: 57656, + glyph: '', + source: { + tableName: 'Objective', + hash: 1047174894, + fromRichText: true, + }, + }, + { + codepoint: 983360, + glyph: '󰅀', + source: { + tableName: 'Objective', + hash: 1047174894, + fromRichText: true, + }, + }, + { + codepoint: 57608, + glyph: '', + source: { + tableName: 'Objective', + hash: 13215836, + fromRichText: true, + }, + }, + { + codepoint: 57619, + glyph: '', + source: { + tableName: 'Objective', + hash: 43313268, + fromRichText: true, + }, + }, + { + codepoint: 57682, + glyph: '', + source: { + tableName: 'Objective', + hash: 1878887814, + fromRichText: true, + }, + }, + { + codepoint: 57683, + glyph: '', + source: { + tableName: 'Objective', + hash: 259564494, + fromRichText: true, + }, + }, + { + codepoint: 57684, + glyph: '', + source: { + tableName: 'Objective', + hash: 675135106, + fromRichText: true, + }, + }, + { + codepoint: 57666, + glyph: '', + source: { + tableName: 'Objective', + hash: 116015535, + fromRichText: true, + }, + }, + { + codepoint: 57654, + glyph: '', + }, + { + codepoint: 983359, + glyph: '󰄿', + }, + { + codepoint: 57667, + glyph: '', + source: { + tableName: 'Objective', + hash: 76026731, + fromRichText: true, + }, + }, + { + codepoint: 57668, + glyph: '', + source: { + tableName: 'Objective', + hash: 33657378, + fromRichText: true, + }, + }, + { + codepoint: 57664, + glyph: '', + source: { + tableName: 'Objective', + hash: 76012872, + fromRichText: true, + }, + }, + { + codepoint: 57657, + glyph: '', + source: { + tableName: 'Objective', + hash: 20533663, + fromRichText: true, + }, + }, + { + codepoint: 61198, + glyph: '', + source: { + tableName: 'SandboxPerk', + hash: 381243875, + fromRichText: true, + }, + }, + { + codepoint: 57665, + glyph: '', + }, + { + codepoint: 983311, + glyph: '󰄏', + source: { + tableName: 'DamageType', + hash: 3373582085, + fromRichText: false, + }, + }, + { + codepoint: 983343, + glyph: '󰄯', + source: { + tableName: 'Stat', + hash: 1591432999, + fromRichText: false, + }, + }, + { + codepoint: 983344, + glyph: '󰄰', + source: { + tableName: 'InventoryItem', + hash: 2317325399, + fromRichText: false, + }, + }, + { + codepoint: 983345, + glyph: '󰄱', + source: { + tableName: 'Stat', + hash: 2961396640, + fromRichText: false, + }, + }, + { + codepoint: 983346, + glyph: '󰄲', + source: { + tableName: 'Stat', + hash: 447667954, + fromRichText: false, + }, + }, + { + codepoint: 983348, + glyph: '󰄴', + source: { + tableName: 'Stat', + hash: 943549884, fromRichText: false, }, }, { - codepoint: 57488, - glyph: '', + codepoint: 983349, + glyph: '󰄵', source: { - tableName: 'Trait', - hash: 37938188, + tableName: 'Stat', + hash: 4043523819, fromRichText: false, }, }, { - codepoint: 61183, - glyph: '', + codepoint: 983353, + glyph: '󰄹', source: { - tableName: 'Trait', - hash: 2724747993, + tableName: 'Stat', + hash: 1240592695, fromRichText: false, }, }, { - codepoint: 61184, - glyph: '', + codepoint: 983354, + glyph: '󰄺', source: { - tableName: 'Trait', - hash: 2519102437, + tableName: 'Stat', + hash: 4188031367, fromRichText: false, }, }, { - codepoint: 61185, - glyph: '', + codepoint: 983355, + glyph: '󰄻', source: { - tableName: 'Trait', - hash: 1577394840, + tableName: 'Stat', + hash: 1842278586, fromRichText: false, }, }, { - codepoint: 61186, - glyph: '', + codepoint: 983356, + glyph: '󰄼', source: { - tableName: 'InventoryItem', - hash: 1517917190, + tableName: 'Stat', + hash: 155624089, fromRichText: false, }, }, { - codepoint: 61187, - glyph: '', + codepoint: 983358, + glyph: '󰄾', source: { - tableName: 'InventoryItem', - hash: 3994381207, + tableName: 'Stat', + hash: 2523465841, fromRichText: false, }, }, { - codepoint: 61188, - glyph: '', + codepoint: 983325, + glyph: '󰄝', source: { - tableName: 'InventoryItem', - hash: 1225978592, + tableName: 'Stat', + hash: 2996146975, fromRichText: false, }, }, { - codepoint: 61191, - glyph: '', + codepoint: 983333, + glyph: '󰄥', source: { - tableName: 'InventoryItem', - hash: 1980796564, + tableName: 'Stat', + hash: 392767087, fromRichText: false, }, }, { - codepoint: 61194, - glyph: '', + codepoint: 983332, + glyph: '󰄤', source: { - tableName: 'InventoryItem', - hash: 988980152, + tableName: 'Stat', + hash: 1943323491, fromRichText: false, }, }, { - codepoint: 61230, - glyph: '', + codepoint: 983312, + glyph: '󰄐', source: { - tableName: 'InventoryItem', - hash: 988980155, + tableName: 'Stat', + hash: 1735777505, fromRichText: false, }, }, { - codepoint: 61190, - glyph: '', + codepoint: 983323, + glyph: '󰄛', source: { - tableName: 'InventoryItem', - hash: 1680616210, + tableName: 'Stat', + hash: 144602215, fromRichText: false, }, }, { - codepoint: 61193, - glyph: '', + codepoint: 983340, + glyph: '󰄬', source: { - tableName: 'InventoryItem', - hash: 4249729126, + tableName: 'Stat', + hash: 4244567218, fromRichText: false, }, }, { - codepoint: 61229, - glyph: '', + codepoint: 983321, + glyph: '󰄙', source: { tableName: 'InventoryItem', - hash: 2835214897, + hash: 20603181, fromRichText: false, }, }, { - codepoint: 61232, - glyph: '', + codepoint: 983319, + glyph: '󰄗', source: { tableName: 'InventoryItem', - hash: 4249729124, + hash: 673268892, fromRichText: false, }, }, { - codepoint: 61192, - glyph: '', + codepoint: 983303, + glyph: '󰄇', source: { tableName: 'InventoryItem', - hash: 2307689415, + hash: 648507367, fromRichText: false, }, }, { - codepoint: 61228, - glyph: '', + codepoint: 983302, + glyph: '󰄆', source: { tableName: 'InventoryItem', - hash: 262821319, + hash: 1436723983, fromRichText: false, }, }, { - codepoint: 57497, - glyph: '', + codepoint: 983305, + glyph: '󰄉', source: { - tableName: 'Objective', - hash: 173702907, - fromRichText: true, + tableName: 'ItemCategory', + hash: 49, + fromRichText: false, }, }, { - codepoint: 57600, - glyph: '', + codepoint: 57456, + glyph: '', source: { - tableName: 'Objective', - hash: 515179617, + tableName: 'SandboxPerk', + hash: 591985846, fromRichText: true, }, }, { - codepoint: 57601, - glyph: '', + codepoint: 57458, + glyph: '', source: { - tableName: 'Objective', - hash: 189060104, + tableName: 'SandboxPerk', + hash: 72139184, fromRichText: true, }, }, { - codepoint: 57602, - glyph: '', + codepoint: 57457, + glyph: '', source: { - tableName: 'Objective', - hash: 55710818, + tableName: 'SandboxPerk', + hash: 669536781, fromRichText: true, }, }, { - codepoint: 57603, - glyph: '', + codepoint: 983307, + glyph: '󰄋', source: { tableName: 'Objective', - hash: 241081947, - fromRichText: true, + hash: 140612413, + fromRichText: false, }, }, { - codepoint: 57609, - glyph: '', + codepoint: 983308, + glyph: '󰄌', source: { tableName: 'Objective', - hash: 141911950, - fromRichText: true, + hash: 140612412, + fromRichText: false, }, }, { - codepoint: 57607, - glyph: '', + codepoint: 983309, + glyph: '󰄍', source: { tableName: 'Objective', - hash: 55461852, - fromRichText: true, + hash: 140612414, + fromRichText: false, }, }, { - codepoint: 57604, - glyph: '', + codepoint: 983193, + glyph: '󰂙', source: { tableName: 'Objective', - hash: 139526739, - fromRichText: true, + hash: 106925256, + fromRichText: false, }, }, { - codepoint: 57605, - glyph: '', + codepoint: 983221, + glyph: '󰂵', source: { tableName: 'Objective', - hash: 90309638, - fromRichText: true, + hash: 738831275, + fromRichText: false, }, }, { - codepoint: 57606, - glyph: '', + codepoint: 983211, + glyph: '󰂫', source: { tableName: 'Objective', - hash: 59256363, - fromRichText: true, + hash: 41039169, + fromRichText: false, }, }, { - codepoint: 57685, - glyph: '', + codepoint: 983239, + glyph: '󰃇', source: { tableName: 'Objective', - hash: 1217177904, - fromRichText: true, + hash: 550810786, + fromRichText: false, }, }, { - codepoint: 57686, - glyph: '', + codepoint: 983219, + glyph: '󰂳', source: { tableName: 'Objective', - hash: 1089624989, - fromRichText: true, + hash: 973629371, + fromRichText: false, }, }, { - codepoint: 57656, - glyph: '', + codepoint: 983234, + glyph: '󰃂', source: { tableName: 'Objective', - hash: 1047174894, - fromRichText: true, + hash: 191191048, + fromRichText: false, }, }, { - codepoint: 57608, - glyph: '', + codepoint: 983220, + glyph: '󰂴', source: { - tableName: 'Objective', - hash: 13215836, - fromRichText: true, + tableName: 'InventoryItem', + hash: 820958888, + fromRichText: false, }, }, { - codepoint: 57619, - glyph: '', + codepoint: 983209, + glyph: '󰂩', source: { - tableName: 'Objective', - hash: 43313268, - fromRichText: true, + tableName: 'Faction', + hash: 611314723, + fromRichText: false, }, }, { - codepoint: 57682, - glyph: '', + codepoint: 983171, + glyph: '󰂃', source: { - tableName: 'Objective', - hash: 1878887814, - fromRichText: true, + tableName: 'ActivityMode', + hash: 4110605575, + fromRichText: false, }, }, { - codepoint: 57683, - glyph: '', + codepoint: 983167, + glyph: '󰁿', source: { - tableName: 'Objective', - hash: 259564494, - fromRichText: true, + tableName: 'InventoryItem', + hash: 2388937381, + fromRichText: false, }, }, { - codepoint: 57684, - glyph: '', + codepoint: 983381, + glyph: '󰅕', source: { - tableName: 'Objective', - hash: 675135106, - fromRichText: true, + tableName: 'ActivityMode', + hash: 1164760504, + fromRichText: false, }, }, { - codepoint: 57666, - glyph: '', + codepoint: 983164, + glyph: '󰁼', source: { - tableName: 'Objective', - hash: 116015535, - fromRichText: true, + tableName: 'InventoryItem', + hash: 3005699685, + fromRichText: false, }, }, { - codepoint: 57654, - glyph: '', + codepoint: 983173, + glyph: '󰂅', + source: { + tableName: 'InventoryItem', + hash: 3218214121, + fromRichText: false, + }, }, { - codepoint: 57667, - glyph: '', + codepoint: 983169, + glyph: '󰂁', source: { - tableName: 'Objective', - hash: 76026731, - fromRichText: true, + tableName: 'ActivityMode', + hash: 2043403989, + fromRichText: false, }, }, { - codepoint: 57668, - glyph: '', + codepoint: 983158, + glyph: '󰁶', source: { - tableName: 'Objective', - hash: 33657378, - fromRichText: true, + tableName: 'ActivityMode', + hash: 608898761, + fromRichText: false, }, }, { - codepoint: 57664, - glyph: '', + codepoint: 57669, + glyph: '', source: { - tableName: 'Objective', - hash: 76012872, - fromRichText: true, + tableName: 'ActivityMode', + hash: 103143560, + fromRichText: false, }, }, { - codepoint: 57657, - glyph: '', + codepoint: 57461, + glyph: '', source: { tableName: 'Objective', - hash: 20533663, + hash: 119206183, fromRichText: true, }, }, { - codepoint: 61198, - glyph: '', - source: { - tableName: 'SandboxPerk', - hash: 381243875, - fromRichText: true, - }, + codepoint: 57671, + glyph: '', }, { - codepoint: 57456, - glyph: '', - source: { - tableName: 'SandboxPerk', - hash: 591985846, - fromRichText: true, - }, + codepoint: 57426, + glyph: '', }, { - codepoint: 57458, - glyph: '', + codepoint: 983326, + glyph: '󰄞', source: { - tableName: 'SandboxPerk', - hash: 72139184, - fromRichText: true, + tableName: 'InventoryBucket', + hash: 3313201758, + fromRichText: false, }, }, { - codepoint: 57457, - glyph: '', + codepoint: 983334, + glyph: '󰄦', source: { - tableName: 'SandboxPerk', - hash: 669536781, - fromRichText: true, + tableName: 'InventoryItem', + hash: 213377779, + fromRichText: false, }, }, { - codepoint: 57669, - glyph: '', + codepoint: 983327, + glyph: '󰄟', source: { - tableName: 'ActivityMode', - hash: 103143560, + tableName: 'InventoryItem', + hash: 432217080, fromRichText: false, }, }, { - codepoint: 57671, - glyph: '', + codepoint: 983376, + glyph: '󰅐', }, { - codepoint: 57461, - glyph: '', + codepoint: 983269, + glyph: '󰃥', + }, + { + codepoint: 983377, + glyph: '󰅑', source: { tableName: 'Objective', - hash: 119206183, - fromRichText: true, + hash: 62478650, + fromRichText: false, }, }, ]; -const translateManually = [57618, 57665, 57495, 57654, 57671] as const; +const translateManually = [57495, 57654, 983359, 57665, 57671, 57426, 983376, 983269] as const; export type TranslateManually = (typeof translateManually)[number]; /* - * Could not find a source for (did the definitions disappear?): - + * Could not find a source for (did the definitions disappear?): + * Golden Gun - Deadshot + * Golden Gun - Marksman - * Unused rich text replacements (these should only be input actions replaced with the mapped buttons by the game): + * Unused rich text replacements (these should only be input actions replaced with the mapped buttons by the game): * [Stasis: Glyph 0] * [Stasis: Glyph 3 Locked] * [Stasis: Glyph 1 Locked] diff --git a/src/locale/en.json b/src/locale/en.json index ac5b55bc3e..573b4eb175 100644 --- a/src/locale/en.json +++ b/src/locale/en.json @@ -345,10 +345,14 @@ }, "Glyphs": { "Gilded": "Gilded", + "Harmonic": "Harmonic", + "HiveRelic": "Hive Relic", + "Light": "Light", "Misadventure": "Misadventure", "Missing": "Missing", "OpenSymbolsPicker": "Open Symbols Picker", "Quickfall": "Quickfall", + "RespawnRestricted": "RespawnRestricted", "ScorchCannon": "Scorch Cannon", "SearchSymbols": "Search Symbols...", "Smoke": "Smoke"