Files
Exiled-Exchange-2/renderer/specs/client_strings.js
Kvan7 8814f39112 v0.8.0 (#441)
* [PoE2] - Controlled metamorphisis shouldn't be ring size and up #397

* [Not Recognized Modifier] - quality on wand #398

* Wrong search parameters set for belt, generates negative min value #412

* Add Hybrid potential note to T1 tag #410

* Option to always show tiers #385

* Add oils to anoints #419

* Add deprecated notice

* better handling for hybrids

* Add corruption tags for those enchants #420

* Make normal rarity filter visible when applicable #408

* Fixes some tiers not showing due to being too high

* Add good crafting base items (magic) #423

* #424

* Should only be able to fill runes on a corrupted item that it has sockets #422

* fix crash for undefined error

* Adds hybrids to hybrid note

* Disable internal tradeIds for unique items #409

* fix empty mod always on

* [Parse Error] - Expedition logbook #318

* correct area level floors

* Request: add option for currency ratio. #396

* Fix add enchants to hover items

* Add sources for dps numbers

* Fix crit hit chance sources

* Revert "Add sources for dps numbers"

This reverts commit f1bbcc24a2.

* Change specific better ones

* bugfix/ubuntu/Fix widget area coordinates and size using primary display scale factor (#433)

* Multiplying widget are coordinates by the display scale factor

* Adding switch statement for handling linxu case properly

* adding missing default treshold

* Update main/src/windowing/WidgetAreaTracker.ts

* Handle not on primary display case

* rename

---------

Co-authored-by: kvan7 <kvan.valve@gmail.com>

* Fixes #435

* Fixes:  #436

* Seems to mostly fix tiers

* use ref again

* fix unique items broken in other languages

* Add max tier to show all tiers

* fixes some missing tiers

* fix corruption enchant tag again

* version bump
2025-02-27 18:20:52 -06:00

124 lines
4.9 KiB
JavaScript

// @ts-check
/** @type{import('../src/assets/data/interfaces').TranslationDict} */
export default {
RARITY_NORMAL: 'Normal',
RARITY_MAGIC: 'Magic',
RARITY_RARE: 'Rare',
RARITY_UNIQUE: 'Unique',
RARITY_GEM: 'Gem',
RARITY_CURRENCY: 'Currency',
RARITY_DIVCARD: 'Divination Card',
RARITY_QUEST: 'Quest',
MAP_TIER: 'Map Tier: ',
RARITY: 'Rarity: ',
ITEM_CLASS: 'Item Class: ',
ITEM_LEVEL: 'Item Level: ',
CORPSE_LEVEL: 'Corpse Level: ',
TALISMAN_TIER: 'Talisman Tier: ',
GEM_LEVEL: 'Level: ',
STACK_SIZE: 'Stack Size: ',
SOCKETS: 'Sockets: ',
QUALITY: 'Quality: ',
PHYSICAL_DAMAGE: 'Physical Damage: ',
ELEMENTAL_DAMAGE: 'Elemental Damage: ',
LIGHTNING_DAMAGE: 'Lightning Damage: ',
COLD_DAMAGE: 'Cold Damage: ',
FIRE_DAMAGE: 'Fire Damage: ',
CRIT_CHANCE: 'Critical Hit Chance: ',
ATTACK_SPEED: 'Attacks per Second: ',
ARMOUR: 'Armour: ',
EVASION: 'Evasion Rating: ',
ENERGY_SHIELD: 'Energy Shield: ',
BLOCK_CHANCE: 'Chance to Block: ',
CORRUPTED: 'Corrupted',
UNIDENTIFIED: 'Unidentified',
ITEM_SUPERIOR: /^Superior (.*)$/,
MAP_BLIGHTED: /^Blighted (.*)$/,
MAP_BLIGHT_RAVAGED: /^Blight-ravaged (.*)$/,
INFLUENCE_SHAPER: 'Shaper Item',
INFLUENCE_ELDER: 'Elder Item',
INFLUENCE_CRUSADER: 'Crusader Item',
INFLUENCE_HUNTER: 'Hunter Item',
INFLUENCE_REDEEMER: 'Redeemer Item',
INFLUENCE_WARLORD: 'Warlord Item',
SECTION_SYNTHESISED: 'Synthesised Item',
ITEM_SYNTHESISED: /^Synthesised (.*)$/,
VEILED_PREFIX: 'Veiled Prefix',
VEILED_SUFFIX: 'Veiled Suffix',
FLASK_CHARGES: /^Currently has \d+ Charges$/,
METAMORPH_HELP: "Combine this with four other different samples in Tane's Laboratory.",
BEAST_HELP: 'Right-click to add this to your bestiary.',
VOIDSTONE_HELP: 'Socket this into your Atlas to increase the Tier of all Maps.',
METAMORPH_BRAIN: /^.* Brain$/,
METAMORPH_EYE: /^.* Eye$/,
METAMORPH_LUNG: /^.* Lung$/,
METAMORPH_HEART: /^.* Heart$/,
METAMORPH_LIVER: /^.* Liver$/,
CANNOT_USE_ITEM: 'You cannot use this item. Its stats will be ignored',
QUALITY_ANOMALOUS: /^Anomalous (.*)$/,
QUALITY_DIVERGENT: /^Divergent (.*)$/,
QUALITY_PHANTASMAL: /^Phantasmal (.*)$/,
AREA_LEVEL: 'Area Level: ',
HEIST_WINGS_REVEALED: 'Wings Revealed: ',
HEIST_TARGET: 'Heist Target: ',
HEIST_BLUEPRINT_ENCHANTS: 'Enchanted Armaments',
HEIST_BLUEPRINT_TRINKETS: 'Thieves\' Trinkets or Currency',
HEIST_BLUEPRINT_GEMS: 'Unusual Gems',
HEIST_BLUEPRINT_REPLICAS: 'Replicas or Experimented Items',
MIRRORED: 'Mirrored',
MODIFIER_LINE: /^(?<type>[^"]+)(?:\s+"(?<name>[^"]+)")?(?:\s+\(Tier: (?<tier>\d+)\))?(?:\s+\(Rank: (?<rank>\d+)\))?$/,
PREFIX_MODIFIER: 'Prefix Modifier',
SUFFIX_MODIFIER: 'Suffix Modifier',
CRAFTED_PREFIX: 'Master Crafted Prefix Modifier',
CRAFTED_SUFFIX: 'Master Crafted Suffix Modifier',
UNSCALABLE_VALUE: ' — Unscalable Value',
CORRUPTED_IMPLICIT: 'Corruption Implicit Modifier',
MODIFIER_INCREASED: /^(.+?)% Increased$/,
INCURSION_OPEN: 'Open Rooms:',
INCURSION_OBSTRUCTED: 'Obstructed Rooms:',
EATER_IMPLICIT: /^Eater of Worlds Implicit Modifier \((?<rank>.+)\)$/,
EXARCH_IMPLICIT: /^Searing Exarch Implicit Modifier \((?<rank>.+)\)$/,
ELDRITCH_MOD_R1: 'Lesser',
ELDRITCH_MOD_R2: 'Greater',
ELDRITCH_MOD_R3: 'Grand',
ELDRITCH_MOD_R4: 'Exceptional',
ELDRITCH_MOD_R5: 'Exquisite',
ELDRITCH_MOD_R6: 'Perfect',
SENTINEL_CHARGE: 'Charge: ',
SHAPER_MODS: ['of Shaping', "The Shaper's"],
ELDER_MODS: ['of the Elder', "The Elder's"],
CRUSADER_MODS: ["Crusader's", 'of the Crusade'],
HUNTER_MODS: ["Hunter's", 'of the Hunt'],
REDEEMER_MODS: ['of Redemption', "Redeemer's"],
WARLORD_MODS: ["Warlord's", 'of the Conquest'],
DELVE_MODS: ['Subterranean', 'of the Underground'],
VEILED_MODS: ['Chosen', 'of the Order'],
INCURSION_MODS: ["Guatelitzi's", "Xopec's", "Topotante's", "Tacati's", "Matatl's", 'of Matatl', "Citaqualotl's", 'of Citaqualotl', 'of Tacati', 'of Guatelitzi', 'of Puhuarte'],
FOIL_UNIQUE: 'Foil Unique',
UNMODIFIABLE: 'Unmodifiable',
// ---
CHAT_SYSTEM: /^: (?<body>.+)$/,
CHAT_TRADE: /^\$(?:<(?<guild_tag>.+?)> )?(?<char_name>.+?): (?<body>.+)$/,
CHAT_GLOBAL: /^#(?:<(?<guild_tag>.+?)> )?(?<char_name>.+?): (?<body>.+)$/,
CHAT_PARTY: /^%(?:<(?<guild_tag>.+?)> )?(?<char_name>.+?): (?<body>.+)$/,
CHAT_GUILD: /^&(?:<(?<guild_tag>.+?)> )?(?<char_name>.+?): (?<body>.+)$/,
CHAT_WHISPER_TO: /^@To (?<char_name>.+?): (?<body>.+)$/,
CHAT_WHISPER_FROM: /^@From (?:<(?<guild_tag>.+?)> )?(?<char_name>.+?): (?<body>.+)$/,
CHAT_WEBTRADE_GEM: /^level (?<gem_lvl>\d+) (?<gem_qual>\d+)% (?<gem_name>.+)$/,
REQUIREMENTS: 'Requirements',
CHARM_SLOTS: 'Charm Slots:',
BASE_SPIRIT: 'Spirit:',
QUIVER_HELP_TEXT: 'Can only be equipped',
FLASK_HELP_TEXT: 'Right click to drink.',
CHARM_HELP_TEXT: 'Used automatically when condition',
PRICE_NOTE: '',
WAYSTONE_TIER: '',
WAYSTONE_HELP: '',
JEWEL_HELP: '',
SANCTUM_HELP: '',
TIMELESS_RADIUS: '',
PRECURSOR_TABLET_HELP: '',
LOGBOOK_HELP: ''
}