IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
284 stars 110 forks source link

Passcode submission summary short version still using long strings #587

Open b4n4n4p4nd4 opened 2 years ago

b4n4n4p4nd4 commented 2 years ago

Firefox plugin 1.7.0 When submitting passcode, a summary popup is presented. The shortened version of the summary is supposed to use abbreviations. The current version of the shortened text still uses some expanded strings. Eg. "Heat Sink" should be "HS" "SoftBank Ultra Link" should be "SBUL" "Ito En Transmuter (+)" should be "ITO+"

DanielOndiordna commented 2 years ago

IITC-CE uses this (limited) list of long to short names, which should be extended: window.REDEEM_SHORT_NAMES = { 'portal shield':'S', 'force amp':'FA', 'link amp':'LA', 'heatsink':'H', 'multihack':'M', 'turret':'T', 'unusual object':'U', 'resonator':'R', 'xmp burster':'X', 'power cube':'C', 'media':'M', 'ultra strike':'US', }