Compare commits

..

13 Commits

Author SHA1 Message Date
DarkPhoenix
22f37995cf Bump appimage version 2022-09-30 19:25:43 +04:00
DarkPhoenix
92119c01f6 Change item comparison highlight implementation 2022-09-30 19:03:43 +04:00
DarkPhoenix
95841c44dc Remove eve.db which slipped in with the merge 2022-09-30 17:47:38 +04:00
Anton Vorobyov
e7b3040c0f Merge pull request #2466 from yeaido/feature/compare_highlight
Feature/compare highlight
2022-09-30 16:40:43 +03:00
DarkPhoenix
78af68cac2 Fix #2467 2022-09-30 17:37:20 +04:00
DarkPhoenix
3e5eb989f9 Bump version 2022-09-30 16:49:37 +04:00
DarkPhoenix
975d6f8776 Update images 2022-09-30 16:48:58 +04:00
DarkPhoenix
4e89a87ec1 Update effects 2022-09-30 16:43:05 +04:00
DarkPhoenix
eef644fb4c Update static data to 2123216 2022-09-30 13:56:52 +04:00
yeaido
8131dd4ace tidy 2022-09-05 08:12:57 +01:00
yeaido
c8059d6132 format 2022-09-04 20:18:11 +01:00
yeaido
cc008a57e1 vscode ignore 2022-09-04 20:16:47 +01:00
yeaido
ce6910fd63 Added highlight feature to the compare item window. Double click and item to highlight and bold it. 2022-09-04 12:32:07 +01:00
79 changed files with 74664 additions and 48720 deletions

View File

@@ -11,7 +11,7 @@ for:
environment:
APPVEYOR_SSH_KEY: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJDW/+oYNGOiPvwuwAL9tc/LQgg58aosIVpMYfepQZ20V+VZnHpZh8IRDA8Jo5xht19p2PksA+hFgqA0kpKtrSkuiWdE8rATQItfk4gf7yB0yGasJGGQZYazy9k/9XtmYkq2HHOOeEqdxvrICddJQ88MLCLT9lJENSUP/YS/yGcjZFXVxE11pTeIcqlCRU+3eYa1v7BeNvXIKNhZoK5orXWrtuH3cy8jrSns/u70aYfJ6B2jA8CnWnDbuvpeQtEY61SQqlKUsSArNa8NAsXj41wr3Ar9gAG9330w7EMTqlutk8HZO35uHI0q5qinUhaQYufPPrVkb2L/N+ZCfu0fnh appveyor"
APPIMAGE_TOOL: appimagetool-x86_64.AppImage
PYTHON_APPIMAGE: python3.7.13-cp37-cp37m-manylinux2014_x86_64.AppImage
PYTHON_APPIMAGE: python3.7.14-cp37-cp37m-manylinux2014_x86_64.AppImage
DEPLOY_DIR: AppDir/opt/pyfa
# APPVEYOR_SSH_BLOCK: true
cache:

4
.gitignore vendored
View File

@@ -90,6 +90,7 @@ target/
# pyenv
.python-version
PyfaEnv/
# celery beat schedule file
celerybeat-schedule
@@ -123,3 +124,6 @@ gitversion
*.fsdbinary
/locale/progress.json
# vscode settings
.vscode

View File

@@ -1526,9 +1526,8 @@ class Effect514(BaseEffect):
shipSETDmgBonusAF
Used by:
Variations of ship: Magnate (3 of 5)
Ship: Executioner
Ship: Gold Magnate
Ship: Silver Magnate
Ship: Tormentor
"""
@@ -4454,7 +4453,6 @@ class Effect1446(BaseEffect):
ewSkillTpMaxRangeBonus
Used by:
Implants named like: Liberation Games EWar Booster (4 of 4)
Modules named like: Particle Dispersion Projector (8 of 8)
Skill: Long Distance Jamming
"""
@@ -4618,7 +4616,6 @@ class Effect1550(BaseEffect):
ewSkillTargetPaintingStrengthBonus
Used by:
Implants named like: Liberation Games EWar Booster (4 of 4)
Skill: Signature Focusing
"""
@@ -4772,7 +4769,7 @@ class Effect1590(BaseEffect):
missileSkillAoeVelocityBonus
Used by:
Implants named like: Accuracy Booster (8 of 8)
Implants named like: Caldari Union Day Accuracy Booster (4 of 4)
Implants named like: Halcyon G Booster (5 of 5)
Implants named like: Zainou 'Deadeye' Target Navigation Prediction TN (6 of 6)
Modules named like: Warhead Flare Catalyst (8 of 8)
@@ -5363,7 +5360,7 @@ class Effect1764(BaseEffect):
missileSkillMissileProjectileVelocityBonus
Used by:
Implants named like: Range Booster (8 of 10)
Implants named like: Caldari Union Day Range Booster (4 of 4)
Implants named like: Zainou 'Deadeye' Missile Projection MP (6 of 6)
Modules named like: Hydraulic Bay Thrusters (8 of 8)
Skill: Missile Projection
@@ -7690,7 +7687,6 @@ class Effect2695(BaseEffect):
falloffBonusEffectProjectiles
Used by:
Implants named like: Liberation Games Range Booster (4 of 4)
Modules named like: Projectile Ambit Extension (8 of 8)
"""
@@ -7746,7 +7742,6 @@ class Effect2698(BaseEffect):
maxRangeBonusEffectProjectiles
Used by:
Implants named like: Liberation Games Range Booster (4 of 4)
Modules named like: Projectile Locus Coordinator (8 of 8)
"""
@@ -8391,7 +8386,6 @@ class Effect2798(BaseEffect):
projectileWeaponDamageMultiplyPassive
Used by:
Implants named like: Liberation Games Damage Booster (4 of 4)
Modules named like: Projectile Collision Accelerator (8 of 8)
"""
@@ -8660,7 +8654,7 @@ class Effect2851(BaseEffect):
missileDMGBonusPassive
Used by:
Implants named like: Damage Booster (8 of 8)
Implants named like: Caldari Union Day Damage Booster (4 of 4)
Modules named like: Warhead Calefaction Catalyst (8 of 8)
"""
@@ -13676,10 +13670,10 @@ class Effect4162(BaseEffect):
class Effect4165(BaseEffect):
"""
shipBonusScanProbeStrengthCF
shipBonusScanProbeStrengthCF2
Used by:
Ship: Heron
Ships named like: Heron (2 of 2)
"""
type = 'passive'
@@ -13693,10 +13687,10 @@ class Effect4165(BaseEffect):
class Effect4166(BaseEffect):
"""
shipBonusScanProbeStrengthMF
shipBonusScanProbeStrengthMF2
Used by:
Ship: Probe
Ships named like: Probe (2 of 2)
"""
type = 'passive'
@@ -13710,10 +13704,10 @@ class Effect4166(BaseEffect):
class Effect4167(BaseEffect):
"""
shipBonusScanProbeStrengthGF
shipBonusScanProbeStrengthGF2
Used by:
Ship: Imicus
Ships named like: Imicus (2 of 2)
"""
type = 'passive'
@@ -17550,6 +17544,7 @@ class Effect5087(BaseEffect):
Used by:
Ship: Astero
Ship: Imicus Navy Issue
Ship: Maulus Navy Issue
Ship: Tristan
"""
@@ -17716,6 +17711,7 @@ class Effect5111(BaseEffect):
shipBonusDroneTrackingGF
Used by:
Ship: Imicus Navy Issue
Ship: Maulus Navy Issue
Ship: Tristan
"""
@@ -17734,6 +17730,7 @@ class Effect5119(BaseEffect):
Used by:
Ship: Magnate
Ship: Magnate Navy Issue
"""
type = 'passive'
@@ -18188,7 +18185,6 @@ class Effect5190(BaseEffect):
trackingSpeedBonusEffectProjectiles
Used by:
Implants named like: Liberation Games Accuracy Booster (4 of 4)
Modules named like: Projectile Metastasis Adjuster (8 of 8)
"""
@@ -19217,8 +19213,9 @@ class Effect5322(BaseEffect):
shipArmorEMResistance1ABC1
Used by:
Variations of ship: Prophecy (2 of 2)
Ship: Absolution
Ship: Damnation
Ship: Prophecy
"""
type = 'passive'
@@ -19234,8 +19231,9 @@ class Effect5323(BaseEffect):
shipArmorExplosiveResistance1ABC1
Used by:
Variations of ship: Prophecy (2 of 2)
Ship: Absolution
Ship: Damnation
Ship: Prophecy
"""
type = 'passive'
@@ -19251,8 +19249,9 @@ class Effect5324(BaseEffect):
shipArmorKineticResistance1ABC1
Used by:
Variations of ship: Prophecy (2 of 2)
Ship: Absolution
Ship: Damnation
Ship: Prophecy
"""
type = 'passive'
@@ -19268,8 +19267,9 @@ class Effect5325(BaseEffect):
shipArmorThermResistance1ABC1
Used by:
Variations of ship: Prophecy (2 of 2)
Ship: Absolution
Ship: Damnation
Ship: Prophecy
"""
type = 'passive'
@@ -19285,7 +19285,7 @@ class Effect5326(BaseEffect):
shipBonusDroneDamageMultiplierABC2
Used by:
Ship: Prophecy
Ships named like: Prophecy (2 of 2)
"""
type = 'passive'
@@ -19302,7 +19302,7 @@ class Effect5331(BaseEffect):
shipBonusDroneHitpointsABC2
Used by:
Ship: Prophecy
Ships named like: Prophecy (2 of 2)
"""
type = 'passive'
@@ -19353,7 +19353,8 @@ class Effect5334(BaseEffect):
shipHybridOptimal1CBC1
Used by:
Variations of ship: Ferox (2 of 2)
Ship: Ferox
Ship: Vulture
"""
type = 'passive'
@@ -19478,6 +19479,7 @@ class Effect5341(BaseEffect):
Used by:
Variations of ship: Brutix (3 of 3)
Ship: Myrmidon Navy Issue
"""
type = 'passive'
@@ -19494,9 +19496,9 @@ class Effect5342(BaseEffect):
shipArmorRepairing1GBC2
Used by:
Ships named like: Myrmidon (2 of 2)
Ship: Astarte
Ship: Brutix
Ship: Myrmidon
"""
type = 'passive'
@@ -19513,7 +19515,7 @@ class Effect5343(BaseEffect):
shipBonusDroneDamageMultiplierGBC1
Used by:
Variations of ship: Myrmidon (2 of 2)
Variations of ship: Myrmidon (3 of 3)
"""
type = 'passive'
@@ -19530,7 +19532,7 @@ class Effect5348(BaseEffect):
shipBonusDroneHitpointsGBC1
Used by:
Variations of ship: Myrmidon (2 of 2)
Variations of ship: Myrmidon (3 of 3)
"""
type = 'passive'
@@ -19547,7 +19549,7 @@ class Effect5349(BaseEffect):
shipBonusHeavyMissileLauncherRofMBC2
Used by:
Variations of ship: Cyclone (2 of 2)
Variations of ship: Cyclone (3 of 3)
"""
type = 'passive'
@@ -19563,7 +19565,7 @@ class Effect5350(BaseEffect):
shipBonusHeavyAssaultMissileLauncherRofMBC2
Used by:
Variations of ship: Cyclone (2 of 2)
Variations of ship: Cyclone (3 of 3)
"""
type = 'passive'
@@ -20447,12 +20449,12 @@ class Effect5460(BaseEffect):
Ships from group: Covert Ops (7 of 8)
Ships named like: Stratios (2 of 2)
Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
Variations of ship: Heron (3 of 3)
Variations of ship: Imicus (3 of 3)
Variations of ship: Magnate (3 of 5)
Variations of ship: Probe (3 of 3)
Ship: Astero
Ship: Heron
Ship: Imicus
Ship: Magnate
Ship: Nestor
Ship: Probe
"""
type = 'passive'
@@ -23491,7 +23493,9 @@ class Effect6009(BaseEffect):
@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu', src.getModifiedItemAttr('roleBonusT3ProbeCPU'), **kwargs)
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu',
src.getModifiedItemAttr('roleBonusT3ProbeCPU'), **kwargs)
class Effect6010(BaseEffect):
@@ -24723,7 +24727,7 @@ class Effect6173(BaseEffect):
Used by:
Ships named like: Brutix (2 of 2)
Ship: Ferox
Ships named like: Ferox (2 of 2)
"""
type = 'passive'
@@ -24759,8 +24763,8 @@ class Effect6175(BaseEffect):
battlecruiserMissileRange
Used by:
Ships named like: Cyclone (2 of 2)
Ships named like: Drake (2 of 2)
Ship: Cyclone
"""
type = 'passive'
@@ -24776,8 +24780,8 @@ class Effect6176(BaseEffect):
battlecruiserDroneSpeed
Used by:
Ship: Myrmidon
Ship: Prophecy
Ships named like: Myrmidon (2 of 2)
Ships named like: Prophecy (2 of 2)
"""
type = 'passive'
@@ -24793,7 +24797,7 @@ class Effect6177(BaseEffect):
shipHybridDmg1CBC2
Used by:
Ship: Ferox
Ships named like: Ferox (2 of 2)
"""
type = 'passive'
@@ -31723,7 +31727,7 @@ class Effect6783(BaseEffect):
Used by:
Ships from group: Carrier (4 of 4)
Ships from group: Combat Battlecruiser (14 of 14)
Ships from group: Combat Battlecruiser (18 of 18)
Ships from group: Command Ship (4 of 8)
Ships from group: Force Auxiliary (6 of 6)
Ships from group: Supercarrier (6 of 6)
@@ -33843,7 +33847,6 @@ class Effect7020(BaseEffect):
Used by:
Implants named like: Inquest 'Eros' Stasis Webifier MR (3 of 3)
Implants named like: Inquest 'Hedone' Entanglement Optimizer WS (3 of 3)
Implants named like: Liberation Games EWar Booster (4 of 4)
"""
type = 'passive'
@@ -38324,3 +38327,282 @@ class Effect8479(BaseEffect):
fit.drones.filteredItemBoost(
lambda drone: drone.item.requiresSkill('Drones'), 'falloff',
container.getModifiedItemAttr('falloffBonus'), **kwargs)
class Effect11055(BaseEffect):
"""
shipBonusBattlecruiserHeavyMissileAoeVelocityMBC1
Used by:
Ship: Cyclone Fleet Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredChargeBoost(
lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'aoeVelocity',
ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs)
class Effect11056(BaseEffect):
"""
shipBonusBattlecruiserHeavyAssaultMissileAoeVelocityMBC1
Used by:
Ship: Cyclone Fleet Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredChargeBoost(
lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'aoeVelocity',
ship.getModifiedItemAttr('shipBonusMBC1'), skill='Minmatar Battlecruiser', **kwargs)
class Effect11057(BaseEffect):
"""
shipBonusShieldBoostCapacitorCBC3
Used by:
Ship: Ferox Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Shield Operation'), 'capacitorNeed',
ship.getModifiedItemAttr('shipBonusCBC3'), skill='Caldari Battlecruiser', **kwargs)
class Effect11059(BaseEffect):
"""
shipBonusMediumHybridTrackingCBC1
Used by:
Ship: Ferox Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), 'trackingSpeed',
src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs)
class Effect11060(BaseEffect):
"""
shipBonusDroneWebStrengthGBC3
Used by:
Ship: Myrmidon Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.drones.filteredItemBoost(
lambda drone: drone.item.requiresSkill('Drones'), 'speedFactor',
ship.getModifiedItemAttr('shipBonusGBC3'), skill='Gallente Battlecruiser', **kwargs)
class Effect11061(BaseEffect):
"""
roleBonusMHTRangeCBC2
Used by:
Ship: Myrmidon Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
for attr in ('maxRange', 'falloff'):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), attr,
ship.getModifiedItemAttr('roleBonusCBC2'), **kwargs)
class Effect11063(BaseEffect):
"""
shipBonusMediumEnergyWeaponDamageABC3
Used by:
Ship: Prophecy Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'damageMultiplier',
ship.getModifiedItemAttr('shipBonusABC3'), skill='Amarr Battlecruiser', **kwargs)
class Effect11064(BaseEffect):
"""
shipBonusMediumEnergyWeaponRangeABC1
Used by:
Ship: Prophecy Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'maxRange',
ship.getModifiedItemAttr('shipBonusABC1'), skill='Amarr Battlecruiser', **kwargs)
class Effect11065(BaseEffect):
"""
shipBonusArmorHitpointsABC1
Used by:
Ship: Prophecy Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, implant, context, projectionRange, **kwargs):
fit.ship.boostItemAttr(
'armorHP', implant.getModifiedItemAttr('shipBonusABC1'),
skill='Amarr Battlecruiser', **kwargs)
class Effect11067(BaseEffect):
"""
battlecruiserMETRange2
Used by:
Ship: Prophecy Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
for attr in ('maxRange', 'falloff'):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Medium Energy Turret'), attr,
src.getModifiedItemAttr('roleBonusCBC2'), **kwargs)
class Effect11068(BaseEffect):
"""
shipMissileRoFMF
Used by:
Ship: Probe Fleet Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), 'speed',
ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs)
class Effect11069(BaseEffect):
"""
shipRoleBonusScanProbeLauncherCPU
Used by:
Ship: Heron Navy Issue
Ship: Imicus Navy Issue
Ship: Magnate Navy Issue
Ship: Probe Fleet Issue
"""
type = 'passive'
@staticmethod
def handler(fit, src, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu',
src.getModifiedItemAttr('shipRoleBonusScanProbeLauncherCPU'), **kwargs)
class Effect11070(BaseEffect):
"""
shipBonusMissileDamageCF
Used by:
Ship: Heron Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
for dmgType in ('em', 'kinetic', 'explosive', 'thermal'):
fit.modules.filteredChargeBoost(
lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage',
ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs)
class Effect11072(BaseEffect):
"""
shipBonusSmallHybridDamageGF2
Used by:
Ship: Imicus Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'),
'damageMultiplier', ship.getModifiedItemAttr('shipBonusGF2'),
skill='Gallente Frigate', **kwargs)
class Effect11358(BaseEffect):
"""
shipBonusBattlecruiserSignatureRadiusMBC3
Used by:
Ship: Cyclone Fleet Issue
"""
type = 'passive'
@staticmethod
def handler(fit, implant, context, projectionRange, **kwargs):
fit.ship.boostItemAttr(
'signatureRadius', implant.getModifiedItemAttr('shipBonusMBC3'),
skill='Minmatar Battlecruiser', **kwargs)
class Effect11359(BaseEffect):
"""
shipBonusShieldBoostFittingCBC3
Used by:
Ship: Ferox Navy Issue
"""
type = 'passive'
@staticmethod
def handler(fit, ship, context, projectionRange, **kwargs):
for attr in ('cpu', 'power'):
fit.modules.filteredItemBoost(
lambda mod: mod.item.requiresSkill('Shield Operation'), attr,
ship.getModifiedItemAttr('shipBonusCBC3'), skill='Caldari Battlecruiser', **kwargs)

View File

@@ -66,7 +66,7 @@ class FitShieldRegenGraph(FitGraph):
('shieldAmount', '%'): lambda v, src, tgt: v / 100 * src.item.ship.getModifiedItemAttr('shieldCapacity'),
('shieldAmountT0', '%'): lambda v, src, tgt: None if v is None else v / 100 * src.item.ship.getModifiedItemAttr('shieldCapacity'),
# Needed only for "x mark" support, to convert EHP x into normalized value
('shieldAmount', 'EHP'): lambda v, src, tgt: v / src.item.damagePattern.effectivify(src.item, 1, 'shield')}
('shieldAmount', 'EHP'): lambda v, src, tgt: v / src.item.damagePattern.effectivify(src.item.ship, 1, 'shield')}
_limiters = {
'shieldAmount': lambda src, tgt: (0, src.item.ship.getModifiedItemAttr('shieldCapacity')),
'shieldAmountT0': lambda src, tgt: (0, src.item.ship.getModifiedItemAttr('shieldCapacity'))}
@@ -77,5 +77,5 @@ class FitShieldRegenGraph(FitGraph):
('shieldAmount', 'shieldRegen'): ShieldAmount2ShieldRegenGetter}
_denormalizers = {
('shieldAmount', '%'): lambda v, src, tgt: v * 100 / src.item.ship.getModifiedItemAttr('shieldCapacity'),
('shieldAmount', 'EHP'): lambda v, src, tgt: src.item.damagePattern.effectivify(src.item, v, 'shield'),
('shieldRegen', 'EHP/s'): lambda v, src, tgt: src.item.damagePattern.effectivify(src.item, v, 'shield')}
('shieldAmount', 'EHP'): lambda v, src, tgt: src.item.damagePattern.effectivify(src.item.ship, v, 'shield'),
('shieldRegen', 'EHP/s'): lambda v, src, tgt: src.item.damagePattern.effectivify(src.item.ship, v, 'shield')}

View File

@@ -36,6 +36,8 @@ class ItemCompare(wx.Panel):
self.item = item
self.items = sorted(items, key=defaultSort)
self.attrs = {}
self.HighlightOn = wx.Colour(255, 255, 0, wx.ALPHA_OPAQUE)
self.highlightedNames = []
# get a dict of attrName: attrInfo of all unique attributes across all items
for item in self.items:
@@ -88,6 +90,21 @@ class ItemCompare(wx.Panel):
self.toggleViewBtn.Bind(wx.EVT_TOGGLEBUTTON, self.ToggleViewMode)
self.Bind(wx.EVT_LIST_COL_CLICK, self.SortCompareCols)
self.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.HighlightRow)
def HighlightRow(self, event):
itemIdx = event.GetIndex()
name = self.paramList.GetItem(itemIdx).Text
if name in self.highlightedNames:
self.highlightedNames.remove(name)
else:
self.highlightedNames.append(name)
self.Freeze()
self.paramList.ClearAll()
self.PopulateList()
self.Thaw()
event.Skip()
def SortCompareCols(self, event):
self.Freeze()
self.paramList.ClearAll()
@@ -155,6 +172,8 @@ class ItemCompare(wx.Panel):
self.paramList.InsertColumn(len(self.attrs) + 1, _t("Price"))
self.paramList.SetColumnWidth(len(self.attrs) + 1, 60)
toHighlight = []
for item in self.items:
i = self.paramList.InsertItem(self.paramList.GetItemCount(), item.name)
for x, attr in enumerate(self.attrs.keys()):
@@ -172,10 +191,19 @@ class ItemCompare(wx.Panel):
# Add prices
self.paramList.SetItem(i, len(self.attrs) + 1, formatAmount(item.price.price, 3, 3, 9, currency=True) if item.price.price else "")
if item.name in self.highlightedNames:
toHighlight.append(i)
self.paramList.RefreshRows()
self.Layout()
# Highlight after layout, otherwise colors are getting overwritten
for itemIdx in toHighlight:
listItem = self.paramList.GetItem(itemIdx)
listItem.SetBackgroundColour(self.HighlightOn)
listItem.SetFont(listItem.GetFont().MakeBold())
self.paramList.SetItem(listItem)
@staticmethod
def TranslateValueUnit(value, unitName, unitDisplayName):
def itemIDCallback():

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 782 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
imgs/icons/25328@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

BIN
imgs/icons/25328@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
imgs/icons/25329@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

BIN
imgs/icons/25329@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
imgs/icons/25330@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

BIN
imgs/icons/25330@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
imgs/icons/25331@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

BIN
imgs/icons/25331@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
imgs/icons/25355@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

BIN
imgs/icons/25355@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
imgs/icons/25356@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

BIN
imgs/icons/25356@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
imgs/renders/25573@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
imgs/renders/25573@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
imgs/renders/25574@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
imgs/renders/25574@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
imgs/renders/25575@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
imgs/renders/25575@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
imgs/renders/25576@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
imgs/renders/25576@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
imgs/renders/25578@1x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
imgs/renders/25578@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -45,7 +45,7 @@
"categoryID": 3,
"categoryName_de": "Station",
"categoryName_en-us": "Station",
"categoryName_es": "Station",
"categoryName_es": "Estación",
"categoryName_fr": "Station",
"categoryName_it": "Station",
"categoryName_ja": "ステーション",
@@ -147,7 +147,7 @@
"categoryID": 10,
"categoryName_de": "Handel",
"categoryName_en-us": "Trading",
"categoryName_es": "Trading",
"categoryName_es": "Comercio",
"categoryName_fr": "Commerce",
"categoryName_it": "Trading",
"categoryName_ja": "トレード",
@@ -190,7 +190,7 @@
"categoryID": 16,
"categoryName_de": "Skill",
"categoryName_en-us": "Skill",
"categoryName_es": "Skill",
"categoryName_es": "Habilidad",
"categoryName_fr": "Compétence",
"categoryName_it": "Skill",
"categoryName_ja": "スキル",
@@ -220,7 +220,7 @@
"categoryID": 18,
"categoryName_de": "Drohne",
"categoryName_en-us": "Drone",
"categoryName_es": "Drone",
"categoryName_es": "Dron",
"categoryName_fr": "Drone",
"categoryName_it": "Drone",
"categoryName_ja": "ドローン",
@@ -266,7 +266,7 @@
"categoryID": 23,
"categoryName_de": "Sternenbasis",
"categoryName_en-us": "Starbase",
"categoryName_es": "Starbase",
"categoryName_es": "Base estelar",
"categoryName_fr": "Base stellaire",
"categoryName_it": "Starbase",
"categoryName_ja": "スターベース",
@@ -281,7 +281,7 @@
"categoryID": 24,
"categoryName_de": "Reaktion",
"categoryName_en-us": "Reaction",
"categoryName_es": "Reaction",
"categoryName_es": "Reacción",
"categoryName_fr": "Réaction",
"categoryName_it": "Reaction",
"categoryName_ja": "化学反応",
@@ -296,7 +296,7 @@
"categoryID": 25,
"categoryName_de": "Asteroid",
"categoryName_en-us": "Asteroid",
"categoryName_es": "Asteroid",
"categoryName_es": "Asteroide",
"categoryName_fr": "Astéroïde",
"categoryName_it": "Asteroid",
"categoryName_ja": "アステロイド",
@@ -436,7 +436,7 @@
"categoryID": 42,
"categoryName_de": "Planetarische Ressourcen",
"categoryName_en-us": "Planetary Resources",
"categoryName_es": "Planetary Resources",
"categoryName_es": "Recursos planetarios",
"categoryName_fr": "Ressources planétaires",
"categoryName_it": "Planetary Resources",
"categoryName_ja": "惑星資源",
@@ -534,7 +534,7 @@
"categoryID": 63,
"categoryName_de": "Sonderversionen",
"categoryName_en-us": "Special Edition Assets",
"categoryName_es": "Special Edition Assets",
"categoryName_es": "Artículos de edición especial",
"categoryName_fr": "Actifs édition spéciale",
"categoryName_it": "Special Edition Assets",
"categoryName_ja": "特別版資産",
@@ -548,7 +548,7 @@
"categoryID": 65,
"categoryName_de": "Struktur",
"categoryName_en-us": "Structure",
"categoryName_es": "Structure",
"categoryName_es": "Estructura",
"categoryName_fr": "Structure",
"categoryName_it": "Structure",
"categoryName_ja": "ストラクチャ",
@@ -590,7 +590,7 @@
"categoryID": 91,
"categoryName_de": "SKINs",
"categoryName_en-us": "SKINs",
"categoryName_es": "SKINs",
"categoryName_es": "SKIN",
"categoryName_fr": "SKINS",
"categoryName_it": "SKINs",
"categoryName_ja": "SKIN",
@@ -618,7 +618,7 @@
"categoryID": 2107,
"categoryName_de": "Bergbau",
"categoryName_en-us": "Mining",
"categoryName_es": "Mining",
"categoryName_es": "Minería",
"categoryName_fr": "Extraction",
"categoryName_it": "Mining",
"categoryName_ja": "採掘",
@@ -632,7 +632,7 @@
"categoryID": 350001,
"categoryName_de": "Infanterie",
"categoryName_en-us": "Infantry",
"categoryName_es": "Infantry",
"categoryName_es": "Infantería",
"categoryName_fr": "Infanterie",
"categoryName_it": "Infantry",
"categoryName_ja": "歩兵",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"1": {
"description_de": "Meter",
"description_en-us": "Meter",
"description_es": "Meter",
"description_es": "Metro.",
"description_fr": "Mètre",
"description_it": "Meter",
"description_ja": "メートル",
@@ -12,7 +12,7 @@
"descriptionID": 77965,
"displayName_de": "m",
"displayName_en-us": "m",
"displayName_es": "m",
"displayName_es": " m",
"displayName_fr": "m",
"displayName_it": "m",
"displayName_ja": "m",
@@ -25,7 +25,7 @@
"2": {
"description_de": "Kilogramm",
"description_en-us": "Kilogram",
"description_es": "Kilogram",
"description_es": "Kilogramo.",
"description_fr": "Kilogramme",
"description_it": "Kilogram",
"description_ja": "キログラム",
@@ -35,7 +35,7 @@
"descriptionID": 77966,
"displayName_de": "kg",
"displayName_en-us": "kg",
"displayName_es": "kg",
"displayName_es": " kg",
"displayName_fr": "kg",
"displayName_it": "kg",
"displayName_ja": "kg",
@@ -48,7 +48,7 @@
"3": {
"description_de": "Sekunde",
"description_en-us": "Second",
"description_es": "Second",
"description_es": "Segundo.",
"description_fr": "Seconde",
"description_it": "Second",
"description_ja": "秒",
@@ -58,7 +58,7 @@
"descriptionID": 77967,
"displayName_de": "s",
"displayName_en-us": "sec",
"displayName_es": "sec",
"displayName_es": " s",
"displayName_fr": "sec",
"displayName_it": "sec",
"displayName_ja": "sec",
@@ -71,7 +71,7 @@
"4": {
"description_de": "Ampere",
"description_en-us": "Ampere",
"description_es": "Ampere",
"description_es": "Amperio.",
"description_fr": "Ampère",
"description_it": "Ampere",
"description_ja": "アンペア",
@@ -94,7 +94,7 @@
"5": {
"description_de": "Kelvin",
"description_en-us": "Kelvin",
"description_es": "Kelvin",
"description_es": "Kelvin.",
"description_fr": "Kelvin",
"description_it": "Kelvin",
"description_ja": "ケルビン",
@@ -104,7 +104,7 @@
"descriptionID": 77969,
"displayName_de": "K",
"displayName_en-us": "K",
"displayName_es": "K",
"displayName_es": " K",
"displayName_fr": "K",
"displayName_it": "K",
"displayName_ja": "K",
@@ -117,7 +117,7 @@
"6": {
"description_de": "Mol",
"description_en-us": "Mole",
"description_es": "Mole",
"description_es": "Mole.",
"description_fr": "Mole",
"description_it": "Mole",
"description_ja": "モル",
@@ -127,7 +127,7 @@
"descriptionID": 77970,
"displayName_de": "mol",
"displayName_en-us": "mol",
"displayName_es": "mol",
"displayName_es": " mol",
"displayName_fr": "mol",
"displayName_it": "mol",
"displayName_ja": "mol",
@@ -140,7 +140,7 @@
"7": {
"description_de": "Candela",
"description_en-us": "Candela",
"description_es": "Candela",
"description_es": "Candela.",
"description_fr": "Candela",
"description_it": "Candela",
"description_ja": "カンデラ",
@@ -150,7 +150,7 @@
"descriptionID": 77971,
"displayName_de": "cd",
"displayName_en-us": "cd",
"displayName_es": "cd",
"displayName_es": " cd",
"displayName_fr": "cd",
"displayName_it": "cd",
"displayName_ja": "cd",
@@ -163,7 +163,7 @@
"8": {
"description_de": "Quadratmeter",
"description_en-us": "Square meter",
"description_es": "Square meter",
"description_es": "Metro cuadrado.",
"description_fr": "Mètre carré",
"description_it": "Square meter",
"description_ja": "平方メートル",
@@ -173,7 +173,7 @@
"descriptionID": 77972,
"displayName_de": "m2",
"displayName_en-us": "m2",
"displayName_es": "m2",
"displayName_es": " ",
"displayName_fr": "m2",
"displayName_it": "m2",
"displayName_ja": "m2",
@@ -186,7 +186,7 @@
"9": {
"description_de": "Kubikmeter",
"description_en-us": "Cubic meter",
"description_es": "Cubic meter",
"description_es": "Metro cúbico.",
"description_fr": "Mètre cube",
"description_it": "Cubic meter",
"description_ja": "立方メートル",
@@ -196,7 +196,7 @@
"descriptionID": 77973,
"displayName_de": "m3",
"displayName_en-us": "m3",
"displayName_es": "m3",
"displayName_es": " ",
"displayName_fr": "m³",
"displayName_it": "m3",
"displayName_ja": "m3",
@@ -209,7 +209,7 @@
"10": {
"description_de": "Meter pro Sekunde",
"description_en-us": "Meter per second",
"description_es": "Meter per second",
"description_es": "Metro por segundo.",
"description_fr": "Mètre par seconde",
"description_it": "Meter per second",
"description_ja": "メートル毎秒",
@@ -219,7 +219,7 @@
"descriptionID": 77974,
"displayName_de": "m/s",
"displayName_en-us": "m/sec",
"displayName_es": "m/sec",
"displayName_es": " m/s",
"displayName_fr": "m/sec",
"displayName_it": "m/sec",
"displayName_ja": "m/sec",
@@ -232,7 +232,7 @@
"11": {
"description_de": "Meter pro Quadratsekunde",
"description_en-us": "Meter per second squared",
"description_es": "Meter per second squared",
"description_es": "Metro por segundo al cuadrado.",
"description_fr": "Mètre par seconde carrée",
"description_it": "Meter per second squared",
"description_ja": "メートル毎秒毎秒",
@@ -242,7 +242,7 @@
"descriptionID": 77975,
"displayName_de": "m/s",
"displayName_en-us": "m/sec",
"displayName_es": "m/sec",
"displayName_es": " m/s",
"displayName_fr": "m/sec",
"displayName_it": "m/sec",
"displayName_ja": "m/sec",
@@ -255,7 +255,7 @@
"12": {
"description_de": "Inverser Meter",
"description_en-us": "Reciprocal meter",
"description_es": "Reciprocal meter",
"description_es": "Metro recíproco.",
"description_fr": "Mètre inverse",
"description_it": "Reciprocal meter",
"description_ja": "毎メートル",
@@ -265,7 +265,7 @@
"descriptionID": 77976,
"displayName_de": "m-1",
"displayName_en-us": "m-1",
"displayName_es": "m-1",
"displayName_es": " m-1",
"displayName_fr": "m-1",
"displayName_it": "m-1",
"displayName_ja": "m-1",
@@ -278,7 +278,7 @@
"13": {
"description_de": "Kilogramm pro Kubikmeter",
"description_en-us": "Kilogram per cubic meter",
"description_es": "Kilogram per cubic meter",
"description_es": "Kilogramo por metro cúbico.",
"description_fr": "Kilogramme par mètre cubique",
"description_it": "Kilogram per cubic meter",
"description_ja": "キログラム毎立方メートル",
@@ -288,7 +288,7 @@
"descriptionID": 77977,
"displayName_de": "kg/m3",
"displayName_en-us": "kg/m3",
"displayName_es": "kg/m3",
"displayName_es": " kg/m³",
"displayName_fr": "kg/m³",
"displayName_it": "kg/m3",
"displayName_ja": "kg/m3",
@@ -301,7 +301,7 @@
"14": {
"description_de": "Kubikmeter pro Kilogramm",
"description_en-us": "Cubic meter per kilogram",
"description_es": "Cubic meter per kilogram",
"description_es": "Metro cúbico por kilogramo.",
"description_fr": "Mètre cubique par kilogramme",
"description_it": "Cubic meter per kilogram",
"description_ja": "立方メートル毎キログラム",
@@ -311,7 +311,7 @@
"descriptionID": 77978,
"displayName_de": "m3/kg",
"displayName_en-us": "m3/kg",
"displayName_es": "m3/kg",
"displayName_es": " /kg",
"displayName_fr": "m³/kg",
"displayName_it": "m3/kg",
"displayName_ja": "m3/kg",
@@ -324,7 +324,7 @@
"15": {
"description_de": "Ampere pro Quadratmeter",
"description_en-us": "Ampere per square meter",
"description_es": "Ampere per square meter",
"description_es": "Amperio por metro cuadrado.",
"description_fr": "Ampère par mètre carré",
"description_it": "Ampere per square meter",
"description_ja": "アンペア毎平方メートル",
@@ -334,7 +334,7 @@
"descriptionID": 77979,
"displayName_de": "A/m2",
"displayName_en-us": "A/m2",
"displayName_es": "A/m2",
"displayName_es": " A/m²",
"displayName_fr": "A/m2",
"displayName_it": "A/m2",
"displayName_ja": "A/m2",
@@ -347,7 +347,7 @@
"16": {
"description_de": "Ampere pro Meter",
"description_en-us": "Ampere per meter",
"description_es": "Ampere per meter",
"description_es": "Amperio por metro.",
"description_fr": "Ampère par mètre",
"description_it": "Ampere per meter",
"description_ja": "アンペア毎メートル",
@@ -357,7 +357,7 @@
"descriptionID": 77980,
"displayName_de": "A/m",
"displayName_en-us": "A/m",
"displayName_es": "A/m",
"displayName_es": " A/m",
"displayName_fr": "A/m",
"displayName_it": "A/m",
"displayName_ja": "A/m",
@@ -370,7 +370,7 @@
"17": {
"description_de": "Mol pro Kubikmeter",
"description_en-us": "Mole per cubic meter",
"description_es": "Mole per cubic meter",
"description_es": "Mole por metro cúbico.",
"description_fr": "Mole par mètre cubique",
"description_it": "Mole per cubic meter",
"description_ja": "モル毎立方メートル",
@@ -380,7 +380,7 @@
"descriptionID": 77981,
"displayName_de": "mol/m3",
"displayName_en-us": "mol/m3",
"displayName_es": "mol/m3",
"displayName_es": " mol/m³",
"displayName_fr": "mol/m³",
"displayName_it": "mol/m3",
"displayName_ja": "mol/m3",
@@ -393,7 +393,7 @@
"18": {
"description_de": "Candela pro Quadratmeter",
"description_en-us": "Candela per square meter",
"description_es": "Candela per square meter",
"description_es": "Candela por metro cuadrado.",
"description_fr": "Candela par mètre carré",
"description_it": "Candela per square meter",
"description_ja": "カンデラ毎平方メートル",
@@ -403,7 +403,7 @@
"descriptionID": 77982,
"displayName_de": "cd/m2",
"displayName_en-us": "cd/m2",
"displayName_es": "cd/m2",
"displayName_es": " cd/m²",
"displayName_fr": "cd/m2",
"displayName_it": "cd/m2",
"displayName_ja": "cd/m2",
@@ -416,7 +416,7 @@
"19": {
"description_de": "Kilogramm pro Kilogramm, was durch die Nummer 1 dargestellt werden kann",
"description_en-us": "Kilogram per kilogram, which may be represented by the number 1",
"description_es": "Kilogram per kilogram, which may be represented by the number 1",
"description_es": "Kilogramo por kilogramo, que puede representarse con el número 1.",
"description_fr": "Kilogramme par kilogramme, ce qui peut être représenté par le chiffre 1",
"description_it": "Kilogram per kilogram, which may be represented by the number 1",
"description_ja": "キログラム毎キログラム。数値 1 で表すことができます",
@@ -439,7 +439,7 @@
"101": {
"displayName_de": "s",
"displayName_en-us": "s",
"displayName_es": "s",
"displayName_es": " s",
"displayName_fr": "s",
"displayName_it": "s",
"displayName_ja": "s",
@@ -452,7 +452,7 @@
"102": {
"displayName_de": "mm",
"displayName_en-us": "mm",
"displayName_es": "mm",
"displayName_es": " mm",
"displayName_fr": "mm",
"displayName_it": "mm",
"displayName_ja": "mm",
@@ -468,7 +468,7 @@
"104": {
"description_de": "Zeigt an, dass die Einheit ein Multiplikator ist.",
"description_en-us": "Indicates that the unit is a multiplier.",
"description_es": "Indicates that the unit is a multiplier.",
"description_es": "Indica que la unidad es un multiplicador.",
"description_fr": "Indique que l'unité est un multiplicateur.",
"description_it": "Indicates that the unit is a multiplier.",
"description_ja": "乗数の単位を表します。",
@@ -478,7 +478,7 @@
"descriptionID": 77984,
"displayName_de": "x",
"displayName_en-us": "x",
"displayName_es": "x",
"displayName_es": " x",
"displayName_fr": "x",
"displayName_it": "x",
"displayName_ja": "x",
@@ -491,7 +491,7 @@
"105": {
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -504,7 +504,7 @@
"106": {
"displayName_de": "tf",
"displayName_en-us": "tf",
"displayName_es": "tf",
"displayName_es": " tf",
"displayName_fr": "tf",
"displayName_it": "tf",
"displayName_ja": "tf",
@@ -517,7 +517,7 @@
"107": {
"displayName_de": "MW",
"displayName_en-us": "MW",
"displayName_es": "MW",
"displayName_es": " MW",
"displayName_fr": "MW",
"displayName_it": "MW",
"displayName_ja": "MW",
@@ -530,7 +530,7 @@
"108": {
"description_de": "Für Resistenzen verwendet.\r\n0,0 = 100%\r\n1,0 = 0%",
"description_en-us": "Used for resistance.\r\n0.0 = 100% 1.0 = 0%\r\n",
"description_es": "Used for resistance.\r\n0.0 = 100% 1.0 = 0%\r\n",
"description_es": "Se usa en la resistencia.\n\n0,0 = 100% 1,0 = 0%\n\n",
"description_fr": "Utilisé pour la résistance. 0,0 = 100% 1,0 = 0 %\n",
"description_it": "Used for resistance.\r\n0.0 = 100% 1.0 = 0%\r\n",
"description_ja": "抵抗で使用。\n0.0 = 100% 1.0 = 0%\r\n",
@@ -540,7 +540,7 @@
"descriptionID": 77985,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -553,7 +553,7 @@
"109": {
"description_de": "Für Multiplikatoren verwendet, um Prozent anzuzeigen.1,1 = +10%0,9 = -10%",
"description_en-us": "Used for multipliers displayed as %1.1 = +10%0.9 = -10%",
"description_es": "Used for multipliers displayed as %1.1 = +10%0.9 = -10%",
"description_es": "Se usa en los multiplicadores que se muestran como %1,1 = +10 %0,9 = -10 %.",
"description_fr": "Utilisé pour les multiplicateurs affichés en %. 1,1 = +10 %, 0,9 = -10 %",
"description_it": "Used for multipliers displayed as %1.1 = +10%0.9 = -10%",
"description_ja": "% として表示される乗数で使用1.1+10%、0.9-10%",
@@ -563,7 +563,7 @@
"descriptionID": 77986,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -576,7 +576,7 @@
"111": {
"description_de": "Für die Modifikation von Schadensresistenzen verwendet. Schadensresistenzbonus.\r\n0,1 = 90%\r\n0,9 = 10%",
"description_en-us": "Used to modify damage resistance. Damage resistance bonus.\r\n0.1 = 90%\r\n0.9 = 10%",
"description_es": "Used to modify damage resistance. Damage resistance bonus.\r\n0.1 = 90%\r\n0.9 = 10%",
"description_es": "Se usa para modificar la resistencia al daño. Bonificación de resistencia a daños.\n\n0,1 = 90 %.\n\n0,9 = 10 %.",
"description_fr": "Utilisé pour modifier la résistance aux dégâts. Bonus de résistance aux dégâts. 0,1 = 90% 0,9 = 10%",
"description_it": "Used to modify damage resistance. Damage resistance bonus.\r\n0.1 = 90%\r\n0.9 = 10%",
"description_ja": "ダメージレジスタンスを変更するときに使用。ダメージレジスタンスボーナス。\r\n0.1 = 90%\n0.9 = 0%",
@@ -586,7 +586,7 @@
"descriptionID": 77987,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -599,7 +599,7 @@
"112": {
"description_de": "Rotationsgeschwindigkeit.",
"description_en-us": "Rotation speed.",
"description_es": "Rotation speed.",
"description_es": "Velocidad de rotación.",
"description_fr": "Vitesse de rotation.",
"description_it": "Rotation speed.",
"description_ja": "回転速度。",
@@ -609,7 +609,7 @@
"descriptionID": 77988,
"displayName_de": "rad/s",
"displayName_en-us": "rad/sec",
"displayName_es": "rad/sec",
"displayName_es": " rad/s",
"displayName_fr": "rad/sec",
"displayName_it": "rad/sec",
"displayName_ja": "rad/sec",
@@ -622,7 +622,7 @@
"113": {
"displayName_de": "HP",
"displayName_en-us": "HP",
"displayName_es": "HP",
"displayName_es": " PV",
"displayName_fr": "PV",
"displayName_it": "HP",
"displayName_ja": "HP",
@@ -635,7 +635,7 @@
"114": {
"description_de": "Gigajoule",
"description_en-us": "Giga Joule",
"description_es": "Giga Joule",
"description_es": "Gigajulio.",
"description_fr": "Gigajoule",
"description_it": "Giga Joule",
"description_ja": "ギガジュール",
@@ -645,7 +645,7 @@
"descriptionID": 77989,
"displayName_de": "GJ",
"displayName_en-us": "GJ",
"displayName_es": "GJ",
"displayName_es": " GJ",
"displayName_fr": "GJ",
"displayName_it": "GJ",
"displayName_ja": "GJ",
@@ -684,7 +684,7 @@
"117": {
"description_de": "1=small 2=medium 3=large 4=x-large",
"description_en-us": "1=small 2=medium 3=large 4=x-large",
"description_es": "1=small 2=medium 3=large 4=x-large",
"description_es": "1=pequeño 2=mediano 3=grande 4=extragrande",
"description_fr": "1=small 2=medium 3=large 4=x-large",
"description_it": "1=small 2=medium 3=large 4=x-large",
"description_ja": "1=小型 2=中型 3=大型 4=超大型",
@@ -694,7 +694,7 @@
"descriptionID": 318074,
"displayName_de": "1=small 2=medium 3=l",
"displayName_en-us": "1=small 2=medium 3=l",
"displayName_es": "1=small 2=medium 3=l",
"displayName_es": "1=pequeño 2=mediano 3=grande",
"displayName_fr": "1 = petit 2 = intermédiaire 3 = l",
"displayName_it": "1=small 2=medium 3=l",
"displayName_ja": "1=小 2=中 3=大",
@@ -707,7 +707,7 @@
"118": {
"displayName_de": "Ore units",
"displayName_en-us": "Ore units",
"displayName_es": "Ore units",
"displayName_es": "Unidades de mena",
"displayName_fr": "Unités de minérai",
"displayName_it": "Ore units",
"displayName_ja": "鉱石ユニット",
@@ -733,7 +733,7 @@
"120": {
"displayName_de": "Punkte",
"displayName_en-us": "points",
"displayName_es": "points",
"displayName_es": "puntos",
"displayName_fr": "points",
"displayName_it": "points",
"displayName_ja": "ポイント",
@@ -746,7 +746,7 @@
"121": {
"description_de": "Für echte Prozentzahlen verwendet; die Zahl 5 ist beispielsweise 5%.",
"description_en-us": "Used for real percentages, i.e. the number 5 is 5%",
"description_es": "Used for real percentages, i.e. the number 5 is 5%",
"description_es": "Se usa en porcentajes reales. Por ejemplo, el número 5 es un 5 %.",
"description_fr": "Utilisé pour les pourcentages réels (ex. : le nombre 5 est 5 %)",
"description_it": "Used for real percentages, i.e. the number 5 is 5%",
"description_ja": "実際のパーセンテージで使用(数値 5 は 5%",
@@ -756,7 +756,7 @@
"descriptionID": 77990,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -772,7 +772,7 @@
"123": {
"description_de": "Zeigt Sekunden direkt an.",
"description_en-us": "Shows seconds directly",
"description_es": "Shows seconds directly",
"description_es": "Indica directamente los segundos.",
"description_fr": "Indique directement les secondes",
"description_it": "Shows seconds directly",
"description_ja": "秒を表します",
@@ -782,7 +782,7 @@
"descriptionID": 77991,
"displayName_de": "s",
"displayName_en-us": "sec",
"displayName_es": "sec",
"displayName_es": " s",
"displayName_fr": "sec",
"displayName_it": "sec",
"displayName_ja": "sec",
@@ -795,7 +795,7 @@
"124": {
"description_de": "Für relative Prozentzahlen verwendet, welche als % angezeigt werden.",
"description_en-us": "Used for relative percentages displayed as %",
"description_es": "Used for relative percentages displayed as %",
"description_es": "Se usa en los porcentajes relativos como %.",
"description_fr": "Utilisé pour les pourcentages relatifs affichés comme %",
"description_it": "Used for relative percentages displayed as %",
"description_ja": "% として表示される相対的なパーセンテージで使用",
@@ -805,7 +805,7 @@
"descriptionID": 77992,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -818,7 +818,7 @@
"125": {
"displayName_de": "N",
"displayName_en-us": "N",
"displayName_es": "N",
"displayName_es": " N",
"displayName_fr": "N",
"displayName_it": "N",
"displayName_ja": "N",
@@ -831,7 +831,7 @@
"126": {
"displayName_de": "Lj",
"displayName_en-us": "ly",
"displayName_es": "ly",
"displayName_es": "años luz",
"displayName_fr": "a.l.",
"displayName_it": "ly",
"displayName_ja": "ly",
@@ -844,7 +844,7 @@
"127": {
"description_de": "0,0 = 0%; 1,0 = 100%",
"description_en-us": "0.0 = 0% 1.0 = 100%",
"description_es": "0.0 = 0% 1.0 = 100%",
"description_es": "0,0 = 0% 1,0 = 100%",
"description_fr": "0,0 = 0% 1,0 = 100%",
"description_it": "0.0 = 0% 1.0 = 100%",
"description_ja": "0.0 = 0% 1.0 = 100%",
@@ -854,7 +854,7 @@
"descriptionID": 77993,
"displayName_de": "%",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": "%",
"displayName_it": "%",
"displayName_ja": "%",
@@ -867,7 +867,7 @@
"128": {
"description_de": "Megabit pro Sekunde",
"description_en-us": "Mega bits per second",
"description_es": "Mega bits per second",
"description_es": "Megabits por segundo.",
"description_fr": "Mégabits par seconde",
"description_it": "Mega bits per second",
"description_ja": "メガビット毎秒",
@@ -877,7 +877,7 @@
"descriptionID": 77994,
"displayName_de": "Mbit/s",
"displayName_en-us": "Mbit/sec",
"displayName_es": "Mbit/sec",
"displayName_es": "Mbit/s",
"displayName_fr": "Mbit/sec",
"displayName_it": "Mbit/sec",
"displayName_ja": "Mbit/sec",
@@ -890,7 +890,7 @@
"129": {
"description_de": "Stunden",
"description_en-us": "Hours",
"description_es": "Hours",
"description_es": "Horas.",
"description_fr": "Heures",
"description_it": "Hours",
"description_ja": "時間",
@@ -903,7 +903,7 @@
"133": {
"description_de": "ISK",
"description_en-us": "ISK",
"description_es": "ISK",
"description_es": "ISK.",
"description_fr": "ISK",
"description_it": "ISK",
"description_ja": "ISK",
@@ -913,7 +913,7 @@
"descriptionID": 77996,
"displayName_de": "ISK",
"displayName_en-us": "ISK",
"displayName_es": "ISK",
"displayName_es": " ISK",
"displayName_fr": "ISK",
"displayName_it": "ISK",
"displayName_ja": "ISK",
@@ -926,7 +926,7 @@
"134": {
"description_de": "Bandbreite für PI",
"description_en-us": "Bandwidth for PI",
"description_es": "Bandwidth for PI",
"description_es": "Ancho de banda para la IP.",
"description_fr": "Bande passante pour IP",
"description_it": "Bandwidth for PI",
"description_ja": "PI の帯域幅",
@@ -936,7 +936,7 @@
"descriptionID": 77997,
"displayName_de": "m3/Stunde",
"displayName_en-us": "m3/hour",
"displayName_es": "m3/hour",
"displayName_es": " /hora",
"displayName_fr": "m³/heure",
"displayName_it": "m3/hour",
"displayName_ja": "m3/hour",
@@ -949,7 +949,7 @@
"135": {
"description_de": "Für Entfernungen verwendet; 1 AE = Entfernung zwischen Erde und Sonne.",
"description_en-us": "Used to denote distance, 1AU = The distance from the Earth to the Sun.",
"description_es": "Used to denote distance, 1AU = The distance from the Earth to the Sun.",
"description_es": "Se usa para indicar distancias. 1 UA equivale a la distancia entre la Tierra y el Sol.",
"description_fr": "Utilisé pour indiquer la distance, 1 UA = la distance entre la Terre et le Soleil.",
"description_it": "Used to denote distance, 1AU = The distance from the Earth to the Sun.",
"description_ja": "距離を表すときに使用。1 AU = 地球から太陽までの距離。",
@@ -959,7 +959,7 @@
"descriptionID": 77998,
"displayName_de": "AE",
"displayName_en-us": "AU",
"displayName_es": "AU",
"displayName_es": " UA",
"displayName_fr": "UA",
"displayName_it": "AU",
"displayName_ja": "AU",
@@ -972,7 +972,7 @@
"136": {
"description_de": "Slotzahlen-Prefix für diverse Zwecke",
"description_en-us": "Slot number prefix for various purposes",
"description_es": "Slot number prefix for various purposes",
"description_es": "Prefijo del número de ranura para varios propósitos.",
"description_fr": "Préfixe d'emplacement utilisé dans diverses situations",
"description_it": "Slot number prefix for various purposes",
"description_ja": "汎用スロットの番号プレフィックス",
@@ -982,7 +982,7 @@
"descriptionID": 77999,
"displayName_de": "Slot",
"displayName_en-us": "Slot",
"displayName_es": "Slot",
"displayName_es": "Ranura",
"displayName_fr": "Emplacement",
"displayName_it": "Slot",
"displayName_ja": "スロット",
@@ -995,7 +995,7 @@
"137": {
"description_de": "Für die Darstellung Bool'scher Flaggen 1=True 0=False",
"description_en-us": "For displaying boolean flags 1=True 0=False",
"description_es": "For displaying boolean flags 1=True 0=False",
"description_es": "Para mostrar marcas binarias. 1=Verdadero, 0=Falso.",
"description_fr": "For displaying boolean flags 1=True 0=False",
"description_it": "For displaying boolean flags 1=True 0=False",
"description_ja": "ブール値フラグの表示",
@@ -1005,7 +1005,7 @@
"descriptionID": 78000,
"displayName_de": "1=True 0=False",
"displayName_en-us": "1=True 0=False",
"displayName_es": "1=True 0=False",
"displayName_es": "1=Verdadero 0=Falso",
"displayName_fr": "1 = vrai 0 = faux",
"displayName_it": "1=True 0=False",
"displayName_ja": "1=True 0=False",
@@ -1018,7 +1018,7 @@
"138": {
"description_de": "Einheiten von etwas, beispielsweise Treibstoff",
"description_en-us": "Units of something, for example fuel",
"description_es": "Units of something, for example fuel",
"description_es": "Unidades de algún elemento, como combustible.",
"description_fr": "Unités de quelque chose (ex. : de carburant)",
"description_it": "Units of something, for example fuel",
"description_ja": "何かの単位。例えば燃料など。",
@@ -1028,7 +1028,7 @@
"descriptionID": 78001,
"displayName_de": "Einheiten",
"displayName_en-us": "units",
"displayName_es": "units",
"displayName_es": "unidades",
"displayName_fr": "unités",
"displayName_it": "units",
"displayName_ja": "単位",
@@ -1041,7 +1041,7 @@
"139": {
"description_de": "Zwingt ein Plus-Zeichen für positive Werter",
"description_en-us": "Forces a plus sign for positive values",
"description_es": "Forces a plus sign for positive values",
"description_es": "Añade un signo más (+) a los valores positivos.",
"description_fr": "Force un signe plus pour les valeurs positives",
"description_it": "Forces a plus sign for positive values",
"description_ja": "正の値に+記号を強制",
@@ -1064,7 +1064,7 @@
"140": {
"description_de": "Für alles, was durch Stufen getrennt ist",
"description_en-us": "For anything which is divided by levels",
"description_es": "For anything which is divided by levels",
"description_es": "Para todo lo que se divida en niveles.",
"description_fr": "Pour tout ce qui est divisé en niveaux",
"description_it": "For anything which is divided by levels",
"description_ja": "レベルにより分けられているもの",
@@ -1074,7 +1074,7 @@
"descriptionID": 78003,
"displayName_de": "Stufe",
"displayName_en-us": "Level",
"displayName_es": "Level",
"displayName_es": "Nivel",
"displayName_fr": "Niveau",
"displayName_it": "Level",
"displayName_ja": "レベル",
@@ -1087,7 +1087,7 @@
"141": {
"description_de": "Für diverse Zählungen in Verbindung mit Geschützturm-, Werfer- und anderen Waffenmontageplätzen",
"description_en-us": "For various counts to do with turret, launcher and rig hardpoints",
"description_es": "For various counts to do with turret, launcher and rig hardpoints",
"description_es": "Se usa en varios conceptos relacionados con los puntos de montaje de torretas, lanzadores y complementos.",
"description_fr": "Pour diverses mesures liées aux points de fixation des tourelles, des lanceurs et des améliorations.",
"description_it": "For various counts to do with turret, launcher and rig hardpoints",
"description_ja": "タレット、ランチャー、およびリグハードポイントで行う多様なカウント",
@@ -1097,7 +1097,7 @@
"descriptionID": 78004,
"displayName_de": "Montageplätze",
"displayName_en-us": "hardpoints",
"displayName_es": "hardpoints",
"displayName_es": "puntos de montaje",
"displayName_fr": "points de fixation",
"displayName_it": "hardpoints",
"displayName_ja": "ハードポイント",
@@ -1110,7 +1110,7 @@
"142": {
"displayName_de": "0=Weiblich 1=Männlich 2=Geschlechtsneutral",
"displayName_en-us": "1=Male 2=Unisex 3=Female",
"displayName_es": "1=Male 2=Unisex 3=Female",
"displayName_es": "1=Hombre 2=Unisex 3=Mujer",
"displayName_fr": "1 = masculin 2 = unisexe 3 = féminin",
"displayName_it": "1=Male 2=Unisex 3=Female",
"displayName_ja": "1= 男性 2=ユニセックス 3=女性",
@@ -1123,7 +1123,7 @@
"143": {
"description_de": "Datum und Uhrzeit",
"description_en-us": "Date and time",
"description_es": "Date and time",
"description_es": "La fecha y la hora.",
"description_fr": "Date et heure",
"description_it": "Date and time",
"description_ja": "日時",
@@ -1136,7 +1136,7 @@
"144": {
"description_de": "AE pro Sekunde",
"description_en-us": "AU per second",
"description_es": "AU per second",
"description_es": "UA por segundo.",
"description_fr": "UA par seconde",
"description_it": "AU per second",
"description_ja": "天文単位毎秒",
@@ -1146,7 +1146,7 @@
"descriptionID": 561538,
"displayName_de": "AE/s",
"displayName_en-us": "AU/s",
"displayName_es": "AU/s",
"displayName_es": " UA/s",
"displayName_fr": "UA/s",
"displayName_it": "AU/s",
"displayName_ja": "AU/秒",
@@ -1159,7 +1159,7 @@
"205": {
"description_de": "Bei in % angezeigten Multiplikatoren bedeutet 10 +10 %, -10 -10 % und 3,6 +3,6 %",
"description_en-us": "Used for multipliers displayed as % 10 is +10% -10 is -10% 3.6 is +3.6%",
"description_es": "Used for multipliers displayed as % 10 is +10% -10 is -10% 3.6 is +3.6%",
"description_es": "Se usa en los multiplicadores que aparecen como %. 10 es +10 %; -10 es -10 %; 3,6 es +3,6 %.",
"description_fr": "Utilisé pour les multiplicateurs affichés en %. 10 correspond à +10 %, -10 à -10 %, 3,6 à +3,6 %",
"description_it": "Used for multipliers displayed as % 10 is +10% -10 is -10% 3.6 is +3.6%",
"description_ja": "% として表示される乗数で使用10+10%、-10-10%、3.6+3.6%",
@@ -1169,7 +1169,7 @@
"descriptionID": 592242,
"displayName_de": " %",
"displayName_en-us": "%",
"displayName_es": "%",
"displayName_es": " %",
"displayName_fr": " %",
"displayName_it": "%",
"displayName_ja": "%",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"1": {
"name_de": "Tech I",
"name_en-us": "Tech I",
"name_es": "Tech I",
"name_es": "T1",
"name_fr": "Tech I",
"name_it": "Tech I",
"name_ja": "T1",
@@ -16,7 +16,7 @@
"iconSuffix": "t2",
"name_de": "Tech II",
"name_en-us": "Tech II",
"name_es": "Tech II",
"name_es": "T2",
"name_fr": "Tech II",
"name_it": "Tech II",
"name_ja": "T2",
@@ -30,7 +30,7 @@
"iconSuffix": "storyline",
"name_de": "Geschichte",
"name_en-us": "Storyline",
"name_es": "Storyline",
"name_es": "Historia",
"name_fr": "Scénario",
"name_it": "Storyline",
"name_ja": "ストーリーライン",
@@ -44,7 +44,7 @@
"iconSuffix": "faction",
"name_de": "Fraktion",
"name_en-us": "Faction",
"name_es": "Faction",
"name_es": "Facción",
"name_fr": "Faction",
"name_it": "Faction",
"name_ja": "勢力",
@@ -58,7 +58,7 @@
"iconSuffix": "officer",
"name_de": "Offizier",
"name_en-us": "Officer",
"name_es": "Officer",
"name_es": "Oficial",
"name_fr": "Officier",
"name_it": "Officer",
"name_ja": "士官",
@@ -70,7 +70,7 @@
"6": {
"description_de": "Module, die man in Raumverwerfungen findet.",
"description_en-us": "Modules found in deadspace.",
"description_es": "Modules found in deadspace.",
"description_es": "Módulos encontrados en el espacio muerto.",
"description_fr": "Modules figurant dans le Deadspace.",
"description_it": "Modules found in deadspace.",
"description_ja": "デッドスペースで見つかったモジュール。",
@@ -82,7 +82,7 @@
"iconSuffix": "deadspace",
"name_de": "Raumverwerfung",
"name_en-us": "Deadspace",
"name_es": "Deadspace",
"name_es": "Espacio muerto",
"name_fr": "Deadspace",
"name_it": "Deadspace",
"name_ja": "デッドスペース",
@@ -96,7 +96,7 @@
"iconSuffix": "t3",
"name_de": "Tech III",
"name_en-us": "Tech III",
"name_es": "Tech III",
"name_es": "T3",
"name_fr": "Tech III",
"name_it": "Tech III",
"name_ja": "T3",
@@ -110,7 +110,7 @@
"iconSuffix": "abyssal",
"name_de": "Abgrund",
"name_en-us": "Abyssal",
"name_es": "Abyssal",
"name_es": "Abisal",
"name_fr": "Abîme",
"name_it": "Abyssal",
"name_ja": "アビサル",
@@ -122,7 +122,7 @@
"17": {
"description_de": "Dieser Gegenstand ist nur über den New Eden Store oder exklusive Angebote verfügbar.",
"description_en-us": "This item is only available through the New Eden Store or exclusive offers.",
"description_es": "This item is only available through the New Eden Store or exclusive offers.",
"description_es": "Este objeto solo está disponible a través de la tienda de Nuevo Edén u ofertas exclusivas.",
"description_fr": "Cet objet n'est disponible que dans le magasin New Eden ou lors d'offres exclusives.",
"description_it": "This item is only available through the New Eden Store or exclusive offers.",
"description_ja": "このアイテムは、ニューエデンストアまたは限定特典でしか手に入らないアイテムです。",
@@ -134,7 +134,7 @@
"iconSuffix": "premium",
"name_de": "Premium",
"name_en-us": "Premium",
"name_es": "Premium",
"name_es": "Prémium",
"name_fr": "Premium",
"name_it": "Premium",
"name_ja": "プレミアム",
@@ -146,7 +146,7 @@
"19": {
"description_de": "Dieser Gegenstand ist nur für eine begrenzte Zeit verfügbar.",
"description_en-us": "This item is only available for a limited time.",
"description_es": "This item is only available for a limited time.",
"description_es": "Este objeto solo está disponible durante un tiempo limitado.",
"description_fr": "Cet objet n'est disponible que pour une durée limitée.",
"description_it": "This item is only available for a limited time.",
"description_ja": "このアイテムは期間限定です。",
@@ -158,7 +158,7 @@
"iconSuffix": "limited",
"name_de": "Begrenzte Zeit",
"name_en-us": "Limited Time",
"name_es": "Limited Time",
"name_es": "Tiempo limitado",
"name_fr": "Durée limitée",
"name_it": "Limited Time",
"name_ja": "期間限定",
@@ -172,7 +172,7 @@
"iconSuffix": "struct_faction",
"name_de": "Strukturfraktion",
"name_en-us": "Structure Faction",
"name_es": "Structure Faction",
"name_es": "Estructura faccionaria",
"name_fr": "Faction de structure",
"name_it": "Structure Faction",
"name_ja": "ストラクチャ勢力",
@@ -186,7 +186,7 @@
"iconSuffix": "struct_t2",
"name_de": "Strukturtechnologie II",
"name_en-us": "Structure Tech II",
"name_es": "Structure Tech II",
"name_es": "Estructura T2",
"name_fr": "Structure de Tech II",
"name_it": "Structure Tech II",
"name_ja": "ストラクチャT2",
@@ -200,7 +200,7 @@
"iconSuffix": "struct",
"name_de": "Strukturtechnologie I",
"name_en-us": "Structure Tech I",
"name_es": "Structure Tech I",
"name_es": "Estructura T1",
"name_fr": "Structure de Tech I",
"name_it": "Structure Tech I",
"name_ja": "ストラクチャT1",

View File

@@ -27586,5 +27586,35 @@
},
"72369": {
"21718": 1
},
"72811": {
"33098": 1
},
"72812": {
"33096": 1
},
"72869": {
"33097": 1
},
"72872": {
"33095": 1
},
"72903": {
"3329": 1
},
"72904": {
"3330": 1
},
"72907": {
"3331": 1
},
"72913": {
"3328": 1
},
"73252": {
"21718": 1
},
"73253": {
"21718": 1
}
}

View File

@@ -737391,6 +737391,10 @@
"attributeID": 479,
"value": 2000000.0
},
{
"attributeID": 481,
"value": 0.0
},
{
"attributeID": 482,
"value": 110.0
@@ -747844,6 +747848,10 @@
"attributeID": 280,
"value": 0.0
},
{
"attributeID": 1047,
"value": 0.0
},
{
"attributeID": 1366,
"value": 125.0
@@ -747861,6 +747869,10 @@
{
"effectID": 5285,
"isDefault": 0
},
{
"effectID": 11360,
"isDefault": 0
}
]
},
@@ -747897,6 +747909,10 @@
{
"attributeID": 280,
"value": 0.0
},
{
"attributeID": 1047,
"value": 0.0
}
],
"dogmaEffects": [
@@ -747911,6 +747927,10 @@
{
"effectID": 5287,
"isDefault": 0
},
{
"effectID": 11058,
"isDefault": 0
}
]
},
@@ -747947,6 +747967,10 @@
{
"attributeID": 280,
"value": 0.0
},
{
"attributeID": 1047,
"value": 0.0
}
],
"dogmaEffects": [
@@ -747961,6 +747985,10 @@
{
"effectID": 5289,
"isDefault": 0
},
{
"effectID": 11062,
"isDefault": 0
}
]
},
@@ -747997,6 +748025,10 @@
{
"attributeID": 280,
"value": 0.0
},
{
"attributeID": 1047,
"value": 0.0
}
],
"dogmaEffects": [
@@ -748011,6 +748043,10 @@
{
"effectID": 5291,
"isDefault": 0
},
{
"effectID": 11362,
"isDefault": 0
}
]
},
@@ -951735,7 +951771,7 @@
},
{
"attributeID": 142,
"value": 150000.0
"value": 500000.0
},
{
"attributeID": 182,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
[
{
"field_name": "client_build",
"field_value": 2099371
"field_value": 2123216
},
{
"field_name": "dump_time",
"field_value": 1661569627
"field_value": 1664452296
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
version: v2.45.0
version: v2.46.0