i18n: separate strings for simpler translation
This commit is contained in:
@@ -27,123 +27,121 @@ import eos.db
|
||||
|
||||
_t = wx.GetTranslation
|
||||
|
||||
|
||||
# Order is significant here - UI uses order as-is for built-in patterns
|
||||
BUILTINS = OrderedDict([
|
||||
(-1, (_t('Uniform'), 25, 25, 25, 25)),
|
||||
(-2, (_t('[Generic]EM'), 1, 0, 0, 0)),
|
||||
(-3, (_t('[Generic]Thermal'), 0, 1, 0, 0)),
|
||||
(-4, (_t('[Generic]Kinetic'), 0, 0, 1, 0)),
|
||||
(-5, (_t('[Generic]Explosive'), 0, 0, 0, 1)),
|
||||
(-6, (_t('[Frequency Crystals]|[T2] Aurora'), 5, 3, 0, 0)),
|
||||
(-7, (_t('[Frequency Crystals]|[T2] Scorch'), 9, 2, 0, 0)),
|
||||
(-8, (_t('[Frequency Crystals]Radio'), 5, 0, 0, 0)),
|
||||
(-9, (_t('[Frequency Crystals]Microwave'), 4, 2, 0, 0)),
|
||||
(-10, (_t('[Frequency Crystals]Infrared'), 5, 2, 0, 0)),
|
||||
(-11, (_t('[Frequency Crystals]Standard'), 5, 3, 0, 0)),
|
||||
(-12, (_t('[Frequency Crystals]Ultraviolet'), 6, 3, 0, 0)),
|
||||
(-13, (_t('[Frequency Crystals]Xray'), 6, 4, 0, 0)),
|
||||
(-14, (_t('[Frequency Crystals]Gamma'), 7, 4, 0, 0)),
|
||||
(-15, (_t('[Frequency Crystals]Multifrequency'), 7, 5, 0, 0)),
|
||||
(-16, (_t('[Frequency Crystals]|[T2] Gleam'), 7, 7, 0, 0)),
|
||||
(-17, (_t('[Frequency Crystals]|[T2] Conflagration'), 7.7, 7.7, 0, 0)),
|
||||
(-2, (_t('[Generic]') + _t('EM'), 1, 0, 0, 0)),
|
||||
(-3, (_t('[Generic]') + _t('Thermal'), 0, 1, 0, 0)),
|
||||
(-4, (_t('[Generic]') + _t('Kinetic'), 0, 0, 1, 0)),
|
||||
(-5, (_t('[Generic]') + _t('Explosive'), 0, 0, 0, 1)),
|
||||
(-6, (_t('[Frequency Crystals]') + '|' + _t('[T2] Aurora'), 5, 3, 0, 0)),
|
||||
(-7, (_t('[Frequency Crystals]') + '|' + _t('[T2] Scorch'), 9, 2, 0, 0)),
|
||||
(-8, (_t('[Frequency Crystals]') + _t('Radio'), 5, 0, 0, 0)),
|
||||
(-9, (_t('[Frequency Crystals]') + _t('Microwave'), 4, 2, 0, 0)),
|
||||
(-10, (_t('[Frequency Crystals]') + _t('Infrared'), 5, 2, 0, 0)),
|
||||
(-11, (_t('[Frequency Crystals]') + _t('Standard'), 5, 3, 0, 0)),
|
||||
(-12, (_t('[Frequency Crystals]') + _t('Ultraviolet'), 6, 3, 0, 0)),
|
||||
(-13, (_t('[Frequency Crystals]') + _t('Xray'), 6, 4, 0, 0)),
|
||||
(-14, (_t('[Frequency Crystals]') + _t('Gamma'), 7, 4, 0, 0)),
|
||||
(-15, (_t('[Frequency Crystals]') + _t('Multifrequency'), 7, 5, 0, 0)),
|
||||
(-16, (_t('[Frequency Crystals]') + '|' + _t('[T2] Gleam'), 7, 7, 0, 0)),
|
||||
(-17, (_t('[Frequency Crystals]') + '|' + _t('[T2] Conflagration'), 7.7, 7.7, 0, 0)),
|
||||
# Different sizes of plasma do different damage ratios, the values here
|
||||
# are average of ratios across sizes
|
||||
(-18, (_t('[Exotic Plasma]|[T2] Mystic'), 0, 66319, 0, 33681)),
|
||||
(-19, (_t('[Exotic Plasma]Meson'), 0, 60519, 0, 39481)),
|
||||
(-20, (_t('[Exotic Plasma]Baryon'), 0, 59737, 0, 40263)),
|
||||
(-21, (_t('[Exotic Plasma]Tetryon'), 0, 69208, 0, 30792)),
|
||||
(-22, (_t('[Exotic Plasma]|[T2] Occult'), 0, 55863, 0, 44137)),
|
||||
(-23, (_t('[Hybrid Charges]|[T2] Spike'), 0, 4, 4, 0)),
|
||||
(-24, (_t('[Hybrid Charges]|[T2] Null'), 0, 6, 5, 0)),
|
||||
(-25, (_t('[Hybrid Charges]Iron'), 0, 2, 3, 0)),
|
||||
(-26, (_t('[Hybrid Charges]Tungsten'), 0, 2, 4, 0)),
|
||||
(-27, (_t('[Hybrid Charges]Iridium'), 0, 3, 4, 0)),
|
||||
(-28, (_t('[Hybrid Charges]Lead'), 0, 3, 5, 0)),
|
||||
(-29, (_t('[Hybrid Charges]Thorium'), 0, 4, 5, 0)),
|
||||
(-30, (_t('[Hybrid Charges]Uranium'), 0, 4, 6, 0)),
|
||||
(-31, (_t('[Hybrid Charges]Plutonium'), 0, 5, 6, 0)),
|
||||
(-32, (_t('[Hybrid Charges]Antimatter'), 0, 5, 7, 0)),
|
||||
(-33, (_t('[Hybrid Charges]|[T2] Javelin'), 0, 8, 6, 0)),
|
||||
(-34, (_t('[Hybrid Charges]|[T2] Void'), 0, 7.7, 7.7, 0)),
|
||||
(-35, (_t('[Projectile Ammo]|[T2] Tremor'), 0, 0, 3, 5)),
|
||||
(-36, (_t('[Projectile Ammo]|[T2] Barrage'), 0, 0, 5, 6)),
|
||||
(-37, (_t('[Projectile Ammo]Carbonized Lead'), 0, 0, 4, 1)),
|
||||
(-38, (_t('[Projectile Ammo]Nuclear'), 0, 0, 1, 4)),
|
||||
(-39, (_t('[Projectile Ammo]Proton'), 3, 0, 2, 0)),
|
||||
(-40, (_t('[Projectile Ammo]Depleted Uranium'), 0, 3, 2, 3)),
|
||||
(-41, (_t('[Projectile Ammo]Titanium Sabot'), 0, 0, 6, 2)),
|
||||
(-42, (_t('[Projectile Ammo]EMP'), 9, 0, 1, 2)),
|
||||
(-43, (_t('[Projectile Ammo]Phased Plasma'), 0, 10, 2, 0)),
|
||||
(-44, (_t('[Projectile Ammo]Fusion'), 0, 0, 2, 10)),
|
||||
(-45, (_t('[Projectile Ammo]|[T2] Quake'), 0, 0, 5, 9)),
|
||||
(-46, (_t('[Projectile Ammo]|[T2] Hail'), 0, 0, 3.3, 12.1)),
|
||||
(-47, (_t('[Missiles]Mjolnir'), 1, 0, 0, 0)),
|
||||
(-48, (_t('[Missiles]Inferno'), 0, 1, 0, 0)),
|
||||
(-49, (_t('[Missiles]Scourge'), 0, 0, 1, 0)),
|
||||
(-50, (_t('[Missiles]Nova'), 0, 0, 0, 1)),
|
||||
(-51, (_t('[Bombs]Electron Bomb'), 6400, 0, 0, 0)),
|
||||
(-52, (_t('[Bombs]Scorch Bomb'), 0, 6400, 0, 0)),
|
||||
(-53, (_t('[Bombs]Concussion Bomb'), 0, 0, 6400, 0)),
|
||||
(-54, (_t('[Bombs]Shrapnel Bomb'), 0, 0, 0, 6400)),
|
||||
(-18, (_t('[Exotic Plasma]') + '|' + _t('[T2] Mystic'), 0, 66319, 0, 33681)),
|
||||
(-19, (_t('[Exotic Plasma]') + _t('Meson'), 0, 60519, 0, 39481)),
|
||||
(-20, (_t('[Exotic Plasma]') + _t('Baryon'), 0, 59737, 0, 40263)),
|
||||
(-21, (_t('[Exotic Plasma]') + _t('Tetryon'), 0, 69208, 0, 30792)),
|
||||
(-22, (_t('[Exotic Plasma]') + '|' + _t('[T2] Occult'), 0, 55863, 0, 44137)),
|
||||
(-23, (_t('[Hybrid Charges]') + '|' + _t('[T2] Spike'), 0, 4, 4, 0)),
|
||||
(-24, (_t('[Hybrid Charges]') + '|' + _t('[T2] Null'), 0, 6, 5, 0)),
|
||||
(-25, (_t('[Hybrid Charges]') + _t('Iron'), 0, 2, 3, 0)),
|
||||
(-26, (_t('[Hybrid Charges]') + _t('Tungsten'), 0, 2, 4, 0)),
|
||||
(-27, (_t('[Hybrid Charges]') + _t('Iridium'), 0, 3, 4, 0)),
|
||||
(-28, (_t('[Hybrid Charges]') + _t('Lead'), 0, 3, 5, 0)),
|
||||
(-29, (_t('[Hybrid Charges]') + _t('Thorium'), 0, 4, 5, 0)),
|
||||
(-30, (_t('[Hybrid Charges]') + _t('Uranium'), 0, 4, 6, 0)),
|
||||
(-31, (_t('[Hybrid Charges]') + _t('Plutonium'), 0, 5, 6, 0)),
|
||||
(-32, (_t('[Hybrid Charges]') + _t('Antimatter'), 0, 5, 7, 0)),
|
||||
(-33, (_t('[Hybrid Charges]') + '|' + _t('[T2] Javelin'), 0, 8, 6, 0)),
|
||||
(-34, (_t('[Hybrid Charges]') + '|' + _t('[T2] Void'), 0, 7.7, 7.7, 0)),
|
||||
(-35, (_t('[Projectile Ammo]') + '|' + _t('[T2] Tremor'), 0, 0, 3, 5)),
|
||||
(-36, (_t('[Projectile Ammo]') + '|' + _t('[T2] Barrage'), 0, 0, 5, 6)),
|
||||
(-37, (_t('[Projectile Ammo]') + _t('Carbonized Lead'), 0, 0, 4, 1)),
|
||||
(-38, (_t('[Projectile Ammo]') + _t('Nuclear'), 0, 0, 1, 4)),
|
||||
(-39, (_t('[Projectile Ammo]') + _t('Proton'), 3, 0, 2, 0)),
|
||||
(-40, (_t('[Projectile Ammo]') + _t('Depleted Uranium'), 0, 3, 2, 3)),
|
||||
(-41, (_t('[Projectile Ammo]') + _t('Titanium Sabot'), 0, 0, 6, 2)),
|
||||
(-42, (_t('[Projectile Ammo]') + _t('EMP'), 9, 0, 1, 2)),
|
||||
(-43, (_t('[Projectile Ammo]') + _t('Phased Plasma'), 0, 10, 2, 0)),
|
||||
(-44, (_t('[Projectile Ammo]') + _t('Fusion'), 0, 0, 2, 10)),
|
||||
(-45, (_t('[Projectile Ammo]') + '|' + _t('[T2] Quake'), 0, 0, 5, 9)),
|
||||
(-46, (_t('[Projectile Ammo]') + '|' + _t('[T2] Hail'), 0, 0, 3.3, 12.1)),
|
||||
(-47, (_t('[Missiles]') + _t('Mjolnir'), 1, 0, 0, 0)),
|
||||
(-48, (_t('[Missiles]') + _t('Inferno'), 0, 1, 0, 0)),
|
||||
(-49, (_t('[Missiles]') + _t('Scourge'), 0, 0, 1, 0)),
|
||||
(-50, (_t('[Missiles]') + _t('Nova'), 0, 0, 0, 1)),
|
||||
(-51, (_t('[Bombs]') + _t('Electron Bomb'), 6400, 0, 0, 0)),
|
||||
(-52, (_t('[Bombs]') + _t('Scorch Bomb'), 0, 6400, 0, 0)),
|
||||
(-53, (_t('[Bombs]') + _t('Concussion Bomb'), 0, 0, 6400, 0)),
|
||||
(-54, (_t('[Bombs]') + _t('Shrapnel Bomb'), 0, 0, 0, 6400)),
|
||||
# Source: ticket #2067
|
||||
(-55, (_t('[NPC][Abyssal]All'), 130, 396, 258, 216)),
|
||||
(-56, (_t('[NPC][Abyssal]Drifter'), 250, 250, 250, 250)),
|
||||
(-57, (_t('[NPC][Abyssal]Drones'), 250, 250, 250, 250)),
|
||||
(-58, (_t('[NPC][Abyssal]Overmind'), 0, 408, 592, 0)),
|
||||
(-59, (_t('[NPC][Abyssal]Seeker'), 406, 406, 94, 94)),
|
||||
(-60, (_t('[NPC][Abyssal]Sleeper'), 313, 313, 187, 187)),
|
||||
(-61, (_t('[NPC][Abyssal]Triglavian'), 0, 610, 0, 390)),
|
||||
(-62, (_t('[NPC][Asteroid]Angel Cartel'), 1838, 562, 2215, 3838)),
|
||||
(-63, (_t('[NPC][Asteroid]Blood Raiders'), 5067, 4214, 0, 0)),
|
||||
(-64, (_t('[NPC][Asteroid]Guristas'), 0, 1828, 7413, 0)),
|
||||
(-65, (_t('[NPC][Asteroid]Rogue Drone'), 394, 666, 1090, 1687)),
|
||||
(-66, (_t('[NPC][Asteroid]Sanshas Nation'), 5586, 4112, 0, 0)),
|
||||
(-67, (_t('[NPC][Asteroid]Serpentis'), 0, 5373, 4813, 0)),
|
||||
(-68, (_t('[NPC][Burner]Cruor (Blood Raiders)'), 90, 90, 0, 0)),
|
||||
(-69, (_t('[NPC][Burner]Dramiel (Angel)'), 55, 0, 20, 96)),
|
||||
(-70, (_t('[NPC][Burner]Daredevil (Serpentis)'), 0, 110, 154, 0)),
|
||||
(-71, (_t('[NPC][Burner]Succubus (Sanshas Nation)'), 135, 30, 0, 0)),
|
||||
(-72, (_t('[NPC][Burner]Worm (Guristas)'), 0, 0, 228, 0)),
|
||||
(-73, (_t('[NPC][Burner]Enyo'), 0, 147, 147, 0)),
|
||||
(-74, (_t('[NPC][Burner]Hawk'), 0, 0, 247, 0)),
|
||||
(-75, (_t('[NPC][Burner]Jaguar'), 36, 0, 50, 182)),
|
||||
(-76, (_t('[NPC][Burner]Vengeance'), 232, 0, 0, 0)),
|
||||
(-77, (_t('[NPC][Burner]Ashimmu (Blood Raiders)'), 260, 100, 0, 0)),
|
||||
(-78, (_t('[NPC][Burner]Talos'), 0, 413, 413, 0)),
|
||||
(-79, (_t('[NPC][Burner]Sentinel'), 0, 75, 0, 90)),
|
||||
(-80, (_t('[NPC][Deadspace]Angel Cartel'), 369, 533, 1395, 3302)),
|
||||
(-81, (_t('[NPC][Deadspace]Blood Raiders'), 6040, 5052, 10, 15)),
|
||||
(-82, (_t('[NPC][Deadspace]Guristas'), 0, 1531, 9680, 0)),
|
||||
(-83, (_t('[NPC][Deadspace]Rogue Drone'), 276, 1071, 1069, 871)),
|
||||
(-84, (_t('[NPC][Deadspace]Sanshas Nation'), 3009, 2237, 0, 0)),
|
||||
(-85, (_t('[NPC][Deadspace]Serpentis'), 0, 3110, 1929, 0)),
|
||||
(-55, (_t('[NPC]') + _t('[Abyssal]') + _t('All'), 130, 396, 258, 216)),
|
||||
(-56, (_t('[NPC]') + _t('[Abyssal]') + _t('Drifter'), 250, 250, 250, 250)),
|
||||
(-57, (_t('[NPC]') + _t('[Abyssal]') + _t('Drones'), 250, 250, 250, 250)),
|
||||
(-58, (_t('[NPC]') + _t('[Abyssal]') + _t('Overmind'), 0, 408, 592, 0)),
|
||||
(-59, (_t('[NPC]') + _t('[Abyssal]') + _t('Seeker'), 406, 406, 94, 94)),
|
||||
(-60, (_t('[NPC]') + _t('[Abyssal]') + _t('Sleeper'), 313, 313, 187, 187)),
|
||||
(-61, (_t('[NPC]') + _t('[Abyssal]') + _t('Triglavian'), 0, 610, 0, 390)),
|
||||
(-62, (_t('[NPC]') + _t('[Asteroid]') + _t('Angel Cartel'), 1838, 562, 2215, 3838)),
|
||||
(-63, (_t('[NPC]') + _t('[Asteroid]') + _t('Blood Raiders'), 5067, 4214, 0, 0)),
|
||||
(-64, (_t('[NPC]') + _t('[Asteroid]') + _t('Guristas'), 0, 1828, 7413, 0)),
|
||||
(-65, (_t('[NPC]') + _t('[Asteroid]') + _t('Rogue Drone'), 394, 666, 1090, 1687)),
|
||||
(-66, (_t('[NPC]') + _t('[Asteroid]') + _t('Sanshas Nation'), 5586, 4112, 0, 0)),
|
||||
(-67, (_t('[NPC]') + _t('[Asteroid]') + _t('Serpentis'), 0, 5373, 4813, 0)),
|
||||
(-68, (_t('[NPC]') + _t('[Burner]') + _t('Cruor (Blood Raiders)'), 90, 90, 0, 0)),
|
||||
(-69, (_t('[NPC]') + _t('[Burner]') + _t('Dramiel (Angel)'), 55, 0, 20, 96)),
|
||||
(-70, (_t('[NPC]') + _t('[Burner]') + _t('Daredevil (Serpentis)'), 0, 110, 154, 0)),
|
||||
(-71, (_t('[NPC]') + _t('[Burner]') + _t('Succubus (Sanshas Nation)'), 135, 30, 0, 0)),
|
||||
(-72, (_t('[NPC]') + _t('[Burner]') + _t('Worm (Guristas)'), 0, 0, 228, 0)),
|
||||
(-73, (_t('[NPC]') + _t('[Burner]') + _t('Enyo'), 0, 147, 147, 0)),
|
||||
(-74, (_t('[NPC]') + _t('[Burner]') + _t('Hawk'), 0, 0, 247, 0)),
|
||||
(-75, (_t('[NPC]') + _t('[Burner]') + _t('Jaguar'), 36, 0, 50, 182)),
|
||||
(-76, (_t('[NPC]') + _t('[Burner]') + _t('Vengeance'), 232, 0, 0, 0)),
|
||||
(-77, (_t('[NPC]') + _t('[Burner]') + _t('Ashimmu (Blood Raiders)'), 260, 100, 0, 0)),
|
||||
(-78, (_t('[NPC]') + _t('[Burner]') + _t('Talos'), 0, 413, 413, 0)),
|
||||
(-79, (_t('[NPC]') + _t('[Burner]') + _t('Sentinel'), 0, 75, 0, 90)),
|
||||
(-80, (_t('[NPC]') + _t('[Deadspace]') + _t('Angel Cartel'), 369, 533, 1395, 3302)),
|
||||
(-81, (_t('[NPC]') + _t('[Deadspace]') + _t('Blood Raiders'), 6040, 5052, 10, 15)),
|
||||
(-82, (_t('[NPC]') + _t('[Deadspace]') + _t('Guristas'), 0, 1531, 9680, 0)),
|
||||
(-83, (_t('[NPC]') + _t('[Deadspace]') + _t('Rogue Drone'), 276, 1071, 1069, 871)),
|
||||
(-84, (_t('[NPC]') + _t('[Deadspace]') + _t('Sanshas Nation'), 3009, 2237, 0, 0)),
|
||||
(-85, (_t('[NPC]') + _t('[Deadspace]') + _t('Serpentis'), 0, 3110, 1929, 0)),
|
||||
# Source: ticket #2067
|
||||
(-86, (_t('[NPC][Invasion][Invading Precursor Entities]Dread'), 0, 417, 0, 583)),
|
||||
(-87, (_t('[NPC][Invasion][Invading Precursor Entities]Normal Subcaps'), 0, 610, 0, 390)),
|
||||
(-88, (_t('[NPC][Invasion][Invading Precursor Entities]Subcaps w/missiles 0% spool up'), 367, 155, 367, 112)),
|
||||
(-89, (_t('[NPC][Invasion][Invading Precursor Entities]Subcaps w/missiles 50% spool up'), 291, 243, 291, 175)),
|
||||
(-90, (_t('[NPC][Invasion][Invading Precursor Entities]Subcaps w/missiles 100% spool up'), 241, 301, 241, 217)),
|
||||
(-91, (_t('[NPC][Invasion][Retaliating Amarr Entities]Dread/Subcaps'), 583, 417, 0, 0)),
|
||||
(-92, (_t('[NPC][Invasion][Retaliating Caldari Entities]Dread'), 1000, 0, 0, 0)),
|
||||
(-93, (_t('[NPC][Invasion][Retaliating Caldari Entities]Subcaps'), 511, 21, 29, 440)),
|
||||
(-94, (_t('[NPC][Invasion][Retaliating Gallente Entities]Dread/Subcaps'), 0, 417, 583, 0)),
|
||||
(-95, (_t('[NPC][Invasion][Retaliating Minmatar Entities]Dread'), 0, 0, 583, 417)),
|
||||
(-96, (_t('[NPC][Invasion][Retaliating Minmatar Entities]Subcaps'), 302, 136, 328, 234)),
|
||||
(-97, (_t('[NPC][Mission]Amarr Empire'), 4464, 3546, 97, 0)),
|
||||
(-98, (_t('[NPC][Mission]Caldari State'), 0, 2139, 4867, 0)),
|
||||
(-99, (_t('[NPC][Mission]CONCORD'), 336, 134, 212, 412)),
|
||||
(-100, (_t('[NPC][Mission]Gallente Federation'), 9, 3712, 2758, 0)),
|
||||
(-101, (_t('[NPC][Mission]Khanid'), 612, 483, 43, 6)),
|
||||
(-102, (_t('[NPC][Mission]Minmatar Republic'), 1024, 388, 1655, 4285)),
|
||||
(-103, (_t('[NPC][Mission]Mordus Legion'), 25, 262, 625, 0)),
|
||||
(-104, (_t('[NPC][Mission]Thukker'), 0, 52, 10, 79)),
|
||||
(-105, (_t('[NPC]Sansha Incursion'), 1682, 1347, 3678, 3678)),
|
||||
(-106, (_t('[NPC]Sleepers'), 1472, 1472, 1384, 1384))])
|
||||
(-86, (_t('[NPC]') + _t('[Invasion]') + _t('[Invading Precursor Entities]') + _t('Dread'), 0, 417, 0, 583)),
|
||||
(-87, (_t('[NPC]') + _t('[Invasion]') + _t('[Invading Precursor Entities]') + _t('Normal Subcaps'), 0, 610, 0, 390)),
|
||||
(-88, (_t('[NPC]') + _t('[Invasion]') + _t('[Invading Precursor Entities]') + _t('Subcaps w/missiles 0% spool up'), 367, 155, 367, 112)),
|
||||
(-89, (_t('[NPC]') + _t('[Invasion]') + _t('[Invading Precursor Entities]') + _t('Subcaps w/missiles 50% spool up'), 291, 243, 291, 175)),
|
||||
(-90, (_t('[NPC]') + _t('[Invasion]') + _t('[Invading Precursor Entities]') + _t('Subcaps w/missiles 100% spool up'), 241, 301, 241, 217)),
|
||||
(-91, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Amarr Entities]') + _t('Dread/Subcaps'), 583, 417, 0, 0)),
|
||||
(-92, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Caldari Entities]') + _t('Dread'), 1000, 0, 0, 0)),
|
||||
(-93, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Caldari Entities]') + _t('Subcaps'), 511, 21, 29, 440)),
|
||||
(-94, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Gallente Entities]') + _t('Dread/Subcaps'), 0, 417, 583, 0)),
|
||||
(-95, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Minmatar Entities]') + _t('Dread'), 0, 0, 583, 417)),
|
||||
(-96, (_t('[NPC]') + _t('[Invasion]') + _t('[Retaliating Minmatar Entities]') + _t('Subcaps'), 302, 136, 328, 234)),
|
||||
(-97, (_t('[NPC]') + _t('[Mission]') + _t('Amarr Empire'), 4464, 3546, 97, 0)),
|
||||
(-98, (_t('[NPC]') + _t('[Mission]') + _t('Caldari State'), 0, 2139, 4867, 0)),
|
||||
(-99, (_t('[NPC]') + _t('[Mission]') + _t('CONCORD'), 336, 134, 212, 412)),
|
||||
(-100, (_t('[NPC]') + _t('[Mission]') + _t('Gallente Federation'), 9, 3712, 2758, 0)),
|
||||
(-101, (_t('[NPC]') + _t('[Mission]') + _t('Khanid'), 612, 483, 43, 6)),
|
||||
(-102, (_t('[NPC]') + _t('[Mission]') + _t('Minmatar Republic'), 1024, 388, 1655, 4285)),
|
||||
(-103, (_t('[NPC]') + _t('[Mission]') + _t('Mordus Legion'), 25, 262, 625, 0)),
|
||||
(-104, (_t('[NPC]') + _t('[Mission]') + _t('Thukker'), 0, 52, 10, 79)),
|
||||
(-105, (_t('[NPC]') + _t('Sansha Incursion'), 1682, 1347, 3678, 3678)),
|
||||
(-106, (_t('[NPC]') + _t('Sleepers'), 1472, 1472, 1384, 1384))])
|
||||
|
||||
|
||||
class DamagePattern:
|
||||
|
||||
DAMAGE_TYPES = ('em', 'thermal', 'kinetic', 'explosive')
|
||||
_builtins = None
|
||||
|
||||
@@ -204,7 +202,8 @@ class DamagePattern:
|
||||
"armorRepair": "armor",
|
||||
"armorRepairPreSpool": "armor",
|
||||
"armorRepairFullSpool": "armor",
|
||||
"hullRepair": "hull"}
|
||||
"hullRepair": "hull"
|
||||
}
|
||||
ereps = {}
|
||||
for field in tankInfo:
|
||||
if field in typeMap:
|
||||
@@ -228,10 +227,10 @@ class DamagePattern:
|
||||
return amount / (specificDivider or 1)
|
||||
|
||||
importMap = {
|
||||
"em" : "em",
|
||||
"em": "em",
|
||||
"therm": "thermal",
|
||||
"kin" : "kinetic",
|
||||
"exp" : "explosive"
|
||||
"kin": "kinetic",
|
||||
"exp": "explosive"
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user