diff --git a/data/d2-font-glyphs.ts b/data/d2-font-glyphs.ts new file mode 100644 index 0000000..c7a1738 --- /dev/null +++ b/data/d2-font-glyphs.ts @@ -0,0 +1,176 @@ +export const enum FontGlyphs { + CR = 13, + space = 32, + superscript_r = 876, + saison = 7497, + s_mark = 57424, + capital_eszet = 57425, + light = 57426, + small_blocker = 57427, + medium_blocker = 57428, + large_blocker = 57429, + healing_sword = 57430, + void_blades = 57431, + meteor_strike = 57432, + settings = 57433, + thermal_maul = 57440, + void_shield = 57441, + thermal_knives = 57442, + arc_staff = 57443, + nova_pulse = 57444, + arc_beam = 57445, + valkyrie = 57446, + hammer_throw_melee = 57447, + xl_blocker = 57448, + invasion = 57449, + combat_role_pierce = 57456, + combat_role_overload = 57457, + combat_role_stagger = 57458, + quest = 57461, + stasis_key_0 = 57462, + stasis_key_1 = 57463, + stasis_key_03 = 57464, + stasis_key_3 = 57465, + stasis_grenade_bolt = 57472, + stasis_grenade_flare = 57473, + stasis_grenade_wave = 57474, + stasis_titan_super = 57475, + stasis_hunter_super = 57476, + stasis_warlock_super = 57477, + stasis_titan_melee = 57478, + stasis_hunter_melee = 57479, + stasis_warlock_melee = 57480, + stasis_encasement_shatter = 57481, + stasis_crystal_shatter = 57488, + stasis_turret = 57489, + stasis_titan_spear = 57490, + void_soul = 57491, + balloom = 57492, + void_shield_throw = 57493, + void_ball = 57494, + void_quickfall = 57495, + bow = 57497, + auto_rifle = 57600, + pulse_rifle = 57601, + scout_rifle = 57602, + hand_cannon = 57603, + shotgun = 57604, + sniper_rifle = 57605, + fusion_rifle = 57606, + smg = 57607, + rocket_launcher = 57608, + sidearm = 57609, + melee = 57616, + grenade = 57617, + hunter_smoke = 57618, + grenade_launcher = 57619, + solar_hammer_slam = 57620, + solar_dynamite = 57621, + solar_blast = 57622, + arc_drone = 57624, + warlock_blade = 57625, + nova_bomb = 57632, + hunter_staff = 57633, + fist_of_havoc = 57634, + golden_gun = 57635, + throwing_knife = 57636, + arc_warlock_super = 57637, + solar_tian_super = 57638, + void_hunter_super = 57639, + void_titan_super = 57640, + turret = 57648, + pike = 57649, + interceptor = 57650, + sparrow = 57651, + shield_artifact = 57652, + loader_tank = 57653, + spear_launcher = 57654, + guardian_tank = 57655, + beam_weapon = 57656, + stasis = 57657, + thermal = 57664, + environment_hazard = 57665, + headshot = 57666, + arc = 57667, + void = 57668, + lostsector = 57669, + revive_token = 57670, + gilded_title = 57671, + UniFFFD_001 = 57672, + cabal_rifle = 57680, + shrapnel_launcher = 57681, + wire_rifle = 57682, + sword_heavy = 57683, + machinegun = 57684, + grenade_launcher_field_forged = 57685, + glaive = 57686, + tofu = 61178, + arc_titan_melee2 = 61179, + arc_warlock_aspect = 61180, + arc_hunter_super = 61181, + arc_jolt = 61182, + strand_threadling = 61183, + strand_infest = 61184, + strand_tangle = 61185, + strand_suspend_grenade = 61186, + strand_threadling_grenade = 61187, + strand_grappling_hook = 61188, + strand_grappling_hook_melee = 61189, + strand_rope_dart_melee = 61190, + strand_severing_leap_melee = 61191, + strand_seize_melee = 61192, + strand_hunter_quickfall = 61193, + strand_titan_suspend_brace = 61194, + strand_rope_dart_super = 61195, + strand_titan_berserker_super = 61196, + strand_warlock_minion_super = 61197, + strand_kill = 61198, + emoji_standard_background = 61199, + emoji_dotted_eyes = 61200, + emoji_curled_eyes = 61201, + emoji_linear_eyes = 61202, + emoji_shocked_inner_eyes = 61203, + emoji_shocked_outer_eyes = 61204, + emoji_smile_mouth = 61205, + emoji_excited_mouth = 61206, + emoji_upperteeth_mouth = 61207, + emoji_lowerrteeth_mouth = 61208, + emoji_tongue_mouth = 61209, + emoji_grimacing_mouth = 61210, + emoji_grimacingteeth_mouth = 61211, + emoji_shocked_mouth = 61212, + emoji_traits_freezing = 61213, + emoji_traits_loving = 61214, + emoji_traits_crying = 61215, + emoji_traits_blushing = 61216, + emoji_symbols_heart = 61217, + emoji_symbols_flowerpetals = 61218, + emoji_symbols_flowercenter = 61219, + emoji_symbols_flowerleaves = 61220, + emoji_hands_waving = 61221, + emoji_hands_waving_detail = 61222, + emoji_hands_clapping = 61223, + emoji_hands_clapping_otherhand = 61224, + emoji_hands_clapping_details = 61225, + emoji_hands_flexing = 61226, + emoji_hands_flexing_details = 61227, + strand_warlock_suspend_tangle = 61228, + strand_hunter_clone = 61229, + strand_titan_slide_melee = 61230, + region_chest = 61231, + strand_hunter_buzzsaw = 61232, + void_titan_exotic_chest = 61233, + arc_hunter_air_move = 61234, + arc_hunter_blink_dagger = 61235, + solar_drone = 61236, + solar_warlock_phoenix_form = 61237, + void_titan_axe_throw = 61238, + void_titan_axe_throw_relic = 61239, + void_titan_grenade_absorb_blast = 61240, + prism_titan_grenade = 61241, + prism_hunter_grenade = 61242, + prism_warlock_grenade = 61243, + light_ability = 61244, + darkness_ability = 61245, + UniFFFD = 65533, +}