diff --git a/eos/effects.py b/eos/effects.py index b6647bc75..7325f7f59 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -1306,6 +1306,7 @@ class Effect446(BaseEffect): Implants named like: Festival only 'Rock' SH Dose (4 of 4) Implants named like: Halcyon G Booster (5 of 5) Implants named like: Serenity Limited 'Hardshell' Dose (3 of 3) + Implants named like: Wightstorm Nirvana Booster (4 of 4) Implants named like: Zainou 'Gnome' Shield Management SM (6 of 6) Modules named like: Core Defense Field Extender (8 of 8) Implant: AIR Nirvana Booster II @@ -1330,6 +1331,7 @@ class Effect485(BaseEffect): Implants named like: Halcyon G Booster (5 of 5) Implants named like: Halcyon R Booster (5 of 5) Implants named like: Inherent Implants 'Squire' Capacitor Systems Operation EO (6 of 6) + Implants named like: Wightstorm Rapture Booster (4 of 4) Implants named like: grade Rapture (15 of 18) Modules named like: Capacitor Control Circuit (8 of 8) Implant: AIR Overclocker Booster III @@ -8361,6 +8363,7 @@ class Effect2803(BaseEffect): Used by: Implants named like: Harvest Damage Booster (4 of 4) + Implants named like: Wightstorm Vitarka Booster (4 of 4) Modules named like: Energy Collision Accelerator (8 of 8) Implant: Wisdom of Gheinok """ @@ -9638,6 +9641,7 @@ class Effect3196(BaseEffect): thermodynamicsSkillDamageBonus Used by: + Implants named like: Wightstorm Sunyata Booster (4 of 4) Skill: Thermodynamics """ @@ -18008,6 +18012,7 @@ class Effect5189(BaseEffect): Used by: Implants named like: Tetrimon Precision Booster (4 of 4) + Implants named like: Wightstorm Manasikara Booster (4 of 4) Modules named like: Energy Metastasis Adjuster (8 of 8) """ @@ -37792,6 +37797,23 @@ def handler(fit, ship, context, projectionRange, **kwargs): skill='Industrial Command Ships', **kwargs) +class Effect8291(BaseEffect): + """ + afterburnerSpeedBoostBonusPassive + + Used by: + Implants named like: Wightstorm Cetana Booster (4 of 4) + """ + + type = 'passive' + + @staticmethod + def handler(fit, booster, context, projectionRange, **kwargs): + fit.modules.filteredItemBoost( + lambda mod: mod.item.requiresSkill('Afterburner'), 'speedFactor', + booster.getModifiedItemAttr('speedFBonus'), **kwargs) + + class Effect8294(BaseEffect): """ industrialCommandBonusDroneOreMiningYield diff --git a/imgs/icons/25235@1x.png b/imgs/icons/25235@1x.png new file mode 100644 index 000000000..e32538c00 Binary files /dev/null and b/imgs/icons/25235@1x.png differ diff --git a/imgs/icons/25235@2x.png b/imgs/icons/25235@2x.png new file mode 100644 index 000000000..e90264059 Binary files /dev/null and b/imgs/icons/25235@2x.png differ diff --git a/imgs/icons/25236@1x.png b/imgs/icons/25236@1x.png new file mode 100644 index 000000000..b08e7166e Binary files /dev/null and b/imgs/icons/25236@1x.png differ diff --git a/imgs/icons/25236@2x.png b/imgs/icons/25236@2x.png new file mode 100644 index 000000000..dc5018135 Binary files /dev/null and b/imgs/icons/25236@2x.png differ diff --git a/imgs/icons/25237@1x.png b/imgs/icons/25237@1x.png new file mode 100644 index 000000000..a862e338d Binary files /dev/null and b/imgs/icons/25237@1x.png differ diff --git a/imgs/icons/25237@2x.png b/imgs/icons/25237@2x.png new file mode 100644 index 000000000..6e80ae42c Binary files /dev/null and b/imgs/icons/25237@2x.png differ diff --git a/imgs/icons/25238@1x.png b/imgs/icons/25238@1x.png new file mode 100644 index 000000000..351e1fcca Binary files /dev/null and b/imgs/icons/25238@1x.png differ diff --git a/imgs/icons/25238@2x.png b/imgs/icons/25238@2x.png new file mode 100644 index 000000000..59c4e9a86 Binary files /dev/null and b/imgs/icons/25238@2x.png differ diff --git a/imgs/icons/25245@1x.png b/imgs/icons/25245@1x.png new file mode 100644 index 000000000..fbbc2abff Binary files /dev/null and b/imgs/icons/25245@1x.png differ diff --git a/imgs/icons/25245@2x.png b/imgs/icons/25245@2x.png new file mode 100644 index 000000000..61a280406 Binary files /dev/null and b/imgs/icons/25245@2x.png differ diff --git a/imgs/icons/25246@1x.png b/imgs/icons/25246@1x.png new file mode 100644 index 000000000..16ec68b50 Binary files /dev/null and b/imgs/icons/25246@1x.png differ diff --git a/imgs/icons/25246@2x.png b/imgs/icons/25246@2x.png new file mode 100644 index 000000000..273f5fccb Binary files /dev/null and b/imgs/icons/25246@2x.png differ diff --git a/imgs/icons/25247@1x.png b/imgs/icons/25247@1x.png new file mode 100644 index 000000000..239bb17ed Binary files /dev/null and b/imgs/icons/25247@1x.png differ diff --git a/imgs/icons/25247@2x.png b/imgs/icons/25247@2x.png new file mode 100644 index 000000000..d9ca1f4bf Binary files /dev/null and b/imgs/icons/25247@2x.png differ diff --git a/imgs/icons/25248@1x.png b/imgs/icons/25248@1x.png new file mode 100644 index 000000000..384278c73 Binary files /dev/null and b/imgs/icons/25248@1x.png differ diff --git a/imgs/icons/25248@2x.png b/imgs/icons/25248@2x.png new file mode 100644 index 000000000..75d2d01c0 Binary files /dev/null and b/imgs/icons/25248@2x.png differ diff --git a/imgs/renders/20307@1x.png b/imgs/renders/20307@1x.png new file mode 100644 index 000000000..6a2e3c301 Binary files /dev/null and b/imgs/renders/20307@1x.png differ diff --git a/imgs/renders/20307@2x.png b/imgs/renders/20307@2x.png new file mode 100644 index 000000000..420315695 Binary files /dev/null and b/imgs/renders/20307@2x.png differ diff --git a/staticdata/fsd_binary/dogmaattributes.0.json b/staticdata/fsd_binary/dogmaattributes.0.json index e5668621c..8e8275df9 100644 --- a/staticdata/fsd_binary/dogmaattributes.0.json +++ b/staticdata/fsd_binary/dogmaattributes.0.json @@ -31436,6 +31436,17 @@ "name": "energyWarfareResistance", "published": 1, "stackable": 0, + "tooltipDescription_de": "Verringert die Energiespeicherentleerung durch feindliche Energieneutralisierer und Nosferatus.", + "tooltipDescription_en-us": "Decreases the capacitor drained by hostile energy neutralizers and nosferatus", + "tooltipDescription_es": "Reduce el condensador drenado por los neutralizadores energéticos y nosferatus hostiles.", + "tooltipDescription_fr": "Réduit le capaciteur drainé par les neutraliseurs d'énergie et les Nosferatus hostiles.", + "tooltipDescription_it": "Decreases the capacitor drained by hostile energy neutralizers and nosferatus", + "tooltipDescription_ja": "敵のニュートラライザーやノスフェラトゥによって減らされるキャパシタを減少させる。", + "tooltipDescription_ko": "적이 에너지 뉴트럴라이저 및 노스페라투로 흡수할 수 있는 캐패시터 용량이 감소합니다.", + "tooltipDescription_ru": "Снижает объём энергии, выкачиваемой вражескими нейтрализаторами заряда и модулями паразитной подзарядки.", + "tooltipDescription_zh": "减少敌对能量中和器和掠能器吸取的电容。", + "tooltipDescriptionID": 895866, + "tooltipTitleID": 895865, "unitID": 108 }, "2046": { @@ -32573,6 +32584,17 @@ "name": "weaponDisruptionResistance", "published": 1, "stackable": 1, + "tooltipDescription_de": "Verringert die Effekte feindlicher Waffenstörungsmodule.", + "tooltipDescription_en-us": "Decreases the effects of hostile weapon disruption modules", + "tooltipDescription_es": "Reduce los efectos de los módulos de disrupción de armas hostiles.", + "tooltipDescription_fr": "Réduit les effets des modules de perturbation d'armement hostiles.", + "tooltipDescription_it": "Decreases the effects of hostile weapon disruption modules", + "tooltipDescription_ja": "敵の兵器妨害モジュールの効果を減少させる。", + "tooltipDescription_ko": "적의 무기 교란 모듈의 효과가 감소합니다.", + "tooltipDescription_ru": "Снижает эффективность вражеских подавителей орудий.", + "tooltipDescription_zh": "削弱敌对武器扰断装备的效果。", + "tooltipDescriptionID": 895868, + "tooltipTitleID": 895867, "unitID": 108 }, "2114": { @@ -32621,6 +32643,17 @@ "name": "stasisWebifierResistance", "published": 1, "stackable": 1, + "tooltipDescription_de": "Verringert den Einfluss feindlicher Stasisnetze auf die Geschwindigkeit.", + "tooltipDescription_en-us": "Decreases the impact on speed from hostile stasis webifiers", + "tooltipDescription_es": "Reduce el impacto en la velocidad de las redes ralentizadoras hostiles.", + "tooltipDescription_fr": "Réduit l'impact des générateurs de stase hostiles sur la vitesse.", + "tooltipDescription_it": "Decreases the impact on speed from hostile stasis webifiers", + "tooltipDescription_ja": "敵のステイシスウェビファイヤーの速度への影響を減少させる。", + "tooltipDescription_ko": "적이 스테이시스 웹 생성기로 함선 속도에 미치는 영향이 감소합니다.", + "tooltipDescription_ru": "Уменьшает влияние вражеских стазис-индукторов на скорость корабля.", + "tooltipDescription_zh": "减少敌对停滞缠绕光束对速度的影响。", + "tooltipDescriptionID": 895864, + "tooltipTitleID": 895863, "unitID": 108 }, "2116": { diff --git a/staticdata/fsd_binary/groups.0.json b/staticdata/fsd_binary/groups.0.json index 438bc8442..ed4112d17 100644 --- a/staticdata/fsd_binary/groups.0.json +++ b/staticdata/fsd_binary/groups.0.json @@ -15063,6 +15063,7 @@ "groupName_ru": "Оборонительная подсистема", "groupName_zh": "防御子系统", "groupNameID": 64324, + "iconID": 3631, "published": 1, "useBasePrice": 0 }, @@ -15101,6 +15102,7 @@ "groupName_ru": "Наступательная подсистема", "groupName_zh": "攻击子系统", "groupNameID": 64327, + "iconID": 3641, "published": 1, "useBasePrice": 0 }, @@ -15120,6 +15122,7 @@ "groupName_ru": "Двигательная подсистема", "groupName_zh": "推进子系统", "groupNameID": 64328, + "iconID": 3646, "published": 1, "useBasePrice": 0 }, @@ -15139,6 +15142,7 @@ "groupName_ru": "Подсистема ядра", "groupName_zh": "核心子系统", "groupNameID": 64326, + "iconID": 3636, "published": 1, "useBasePrice": 0 }, diff --git a/staticdata/fsd_binary/iconids.0.json b/staticdata/fsd_binary/iconids.0.json index 19c2336b1..5225f2bf1 100644 --- a/staticdata/fsd_binary/iconids.0.json +++ b/staticdata/fsd_binary/iconids.0.json @@ -12946,6 +12946,51 @@ "26378": { "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/patterns/cosm_eclipse_01_128.png" }, + "26380": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_matt_000_030_100.png" + }, + "26381": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_matt_000_100_010.png" + }, + "26382": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_matt_000_100_100.png" + }, + "26383": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_satin_000_060_100.png" + }, + "26384": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_satin_000_100_010.png" + }, + "26385": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_satin_000_100_100.png" + }, + "26386": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_gloss_000_030_100.png" + }, + "26387": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_blue_gloss_000_060_100.png" + }, + "26388": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_royal_gloss_000_100_100.png" + }, + "26389": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_royal_gloss_000_080_100.png" + }, + "26390": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_royal_metallic_000_100_010.png" + }, + "26391": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_malachite_metallic_000_080_100.png" + }, + "26392": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_azure_metallic_000_060_100.png" + }, + "26393": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/patterns/Pattern_WN2024_02_128.png" + }, + "26394": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/patterns/Pattern_WN2024_03_128.png" + }, "26395": { "iconFile": "res:/ui/texture/icons/modules/breacher_launcher_S_64.png" }, @@ -13191,5 +13236,20 @@ }, "26521": { "iconFile": "res:/ui/texture/icons/modules/EntropicRadiationSink_64.png" + }, + "26525": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_vanguard_black.png" + }, + "26526": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_vanguard_red.png" + }, + "26527": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/materials/cosm_vanguard_white.png" + }, + "26529": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/patterns/vanguard_pattern_128.png" + }, + "26531": { + "iconFile": "res:/UI/Texture/classes/Cosmetics/Ship/patterns/Pattern_WN2024_04_128.png" } } \ No newline at end of file diff --git a/staticdata/fsd_binary/marketgroups.0.json b/staticdata/fsd_binary/marketgroups.0.json index 4879ac777..198a88d76 100644 --- a/staticdata/fsd_binary/marketgroups.0.json +++ b/staticdata/fsd_binary/marketgroups.0.json @@ -45706,27 +45706,27 @@ "parentGroupID": 406 }, "3696": { - "description_de": "Ein Infomorph, ein digitalisiertes menschliches Bewusstsein, das im Status gespeichert ist, während es auf einen neuen Körper wartet.", + "description_de": "Gegenstände, die für die Übertragung oder Verbesserung digitalisierter menschlicher Bewusstseine eingesetzt werden, besser bekannt als Infomorphs.", "description_en-us": "Items related to the transfer or augmentation of digitized human consciousnesses, which are better known as infomorphs.", - "description_es": "Un infomorfo, una conciencia humana digitalizada, almacenado en estado mientras espera ser cargado en un nuevo cuerpo.", - "description_fr": "Un infomorphe, une conscience humaine numérisée, stockée en l'état en attendant son téléchargement dans un nouveau corps.", + "description_es": "Objetos relacionados con la transferencia o aumento de conciencias humanas digitalizadas, más conocidas como infomorfos.", + "description_fr": "Les objets liés au transfert ou à l'augmentation des consciences humaines numérisées, mieux connues sous le nom d'infomorphes.", "description_it": "Items related to the transfer or augmentation of digitized human consciousnesses, which are better known as infomorphs.", - "description_ja": "格納されたインフォモーフ、あるいはデジタル化された人間の意識。新たな体にアップロードされる時が来るのを待っている。", - "description_ko": "정신체는 디지털화된 인간의 의식입니다. 새로운 신체에 이식되기를 기다리고 있습니다.", - "description_ru": "Инфоморф — оцифрованное человеческое сознание, погружённое в стазис до загрузки в новое тело.", - "description_zh": "电子意识是一种数字化人类意识,在上传到新躯体之前会先存储在状态中。", + "description_ja": "デジタル化された人間の意識体、通称インフォモーフの転送または強化に関連したアイテム。", + "description_ko": "인간의 디지털화된 의식체를 이전, 또는 증폭시키는 데에 사용되는 아이템입니다. 주로 정신체라고 알려져 있습니다.", + "description_ru": "Товары, связанные с переносом или модификацией оцифрованных человеческих разумов, более известных как инфоморфы.", + "description_zh": "与传输或增强数字化人类意识相关的物品,又称为电子意识。", "descriptionID": 731185, "hasTypes": 1, "iconID": 24296, - "name_de": "Infomorphs", + "name_de": "Infomorph-Systeme", "name_en-us": "Infomorph Systems", - "name_es": "Infomorfos", - "name_fr": "Infomorphes", + "name_es": "Sistemas de infomorfos", + "name_fr": "Systèmes d'infomorphes", "name_it": "Infomorph Systems", - "name_ja": "インフォモーフ", - "name_ko": "정신체", - "name_ru": "Инфоморфы", - "name_zh": "电子意识", + "name_ja": "インフォモーフのシステム", + "name_ko": "정신체 시스템", + "name_ru": "Системы для инфоморфов", + "name_zh": "电子意识星系", "nameID": 731186, "parentGroupID": 533 }, diff --git a/staticdata/fsd_binary/requiredskillsfortypes.0.json b/staticdata/fsd_binary/requiredskillsfortypes.0.json index 079e8f211..bf08b2bce 100644 --- a/staticdata/fsd_binary/requiredskillsfortypes.0.json +++ b/staticdata/fsd_binary/requiredskillsfortypes.0.json @@ -29471,6 +29471,87 @@ "3339": 1, "28656": 1 }, + "85237": { + "3402": 1 + }, + "85238": { + "3402": 1 + }, + "85239": { + "3402": 1 + }, + "85252": { + "3405": 1 + }, + "85253": { + "3405": 1 + }, + "85254": { + "3405": 1 + }, + "85255": { + "3405": 1 + }, + "85256": { + "3405": 1 + }, + "85257": { + "3405": 1 + }, + "85258": { + "3405": 1 + }, + "85259": { + "3405": 1 + }, + "85260": { + "3405": 1 + }, + "85261": { + "3405": 1 + }, + "85262": { + "3405": 1 + }, + "85263": { + "3405": 1 + }, + "85264": { + "3405": 1 + }, + "85265": { + "3405": 1 + }, + "85266": { + "3405": 1 + }, + "85267": { + "3405": 1 + }, + "85268": { + "3405": 1 + }, + "85269": { + "3405": 1 + }, + "85270": { + "3405": 1 + }, + "85271": { + "3405": 1 + }, + "85272": { + "3405": 1 + }, + "85273": { + "3405": 1 + }, + "85274": { + "3405": 1 + }, + "85275": { + "3405": 1 + }, "85747": { "3412": 2 }, diff --git a/staticdata/fsd_binary/typedogma.1.json b/staticdata/fsd_binary/typedogma.1.json index c01c1dd0f..1a4bf9777 100644 --- a/staticdata/fsd_binary/typedogma.1.json +++ b/staticdata/fsd_binary/typedogma.1.json @@ -648342,33 +648342,17 @@ "value": 1000000.0 }, { - "attributeID": 54, - "value": 0.0 - }, - { - "attributeID": 158, - "value": 0.0 - }, - { - "attributeID": 160, + "attributeID": 55, "value": 0.0 }, { "attributeID": 182, "value": 13278.0 }, - { - "attributeID": 247, - "value": 0.0 - }, { "attributeID": 277, "value": 1.0 }, - { - "attributeID": 416, - "value": 0.0 - }, { "attributeID": 456, "value": 2.0 @@ -648378,29 +648362,21 @@ "value": 5.0 }, { - "attributeID": 482, - "value": 2700.0 + "attributeID": 481, + "value": 0.0 }, { - "attributeID": 525, - "value": 1.0 + "attributeID": 482, + "value": 0.0 }, { "attributeID": 552, "value": 500.0 }, { - "attributeID": 665, + "attributeID": 562, "value": 0.0 }, - { - "attributeID": 854, - "value": 1.0 - }, - { - "attributeID": 901, - "value": 10.0 - }, { "attributeID": 903, "value": 1.0 @@ -985426,7 +985402,7 @@ }, { "attributeID": 37, - "value": 125.0 + "value": 90.0 }, { "attributeID": 54, diff --git a/staticdata/fsd_binary/typedogma.2.json b/staticdata/fsd_binary/typedogma.2.json index 89e9273cf..58c725eb9 100644 --- a/staticdata/fsd_binary/typedogma.2.json +++ b/staticdata/fsd_binary/typedogma.2.json @@ -424702,7 +424702,7 @@ }, { "attributeID": 37, - "value": 109.0 + "value": 100.0 }, { "attributeID": 55, @@ -433877,7 +433877,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 55, @@ -434071,7 +434071,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -434217,7 +434217,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -434423,7 +434423,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -434617,7 +434617,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -434787,7 +434787,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -434957,7 +434957,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -435127,7 +435127,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -439138,7 +439138,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -439308,7 +439308,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -439478,7 +439478,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -439628,7 +439628,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -439822,7 +439822,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -440046,7 +440046,7 @@ }, { "attributeID": 37, - "value": 109.0 + "value": 100.0 }, { "attributeID": 55, @@ -440175,7 +440175,7 @@ }, { "attributeID": 37, - "value": 109.0 + "value": 100.0 }, { "attributeID": 55, @@ -440304,7 +440304,7 @@ }, { "attributeID": 37, - "value": 109.0 + "value": 100.0 }, { "attributeID": 55, @@ -440491,7 +440491,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -440637,7 +440637,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -440783,7 +440783,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -440929,7 +440929,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -441075,7 +441075,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -441221,7 +441221,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -441367,7 +441367,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -441513,7 +441513,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -441659,7 +441659,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -441805,7 +441805,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -441951,7 +441951,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -442097,7 +442097,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -442243,7 +442243,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -442413,7 +442413,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -442583,7 +442583,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -442753,7 +442753,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 55, @@ -442911,7 +442911,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -443081,7 +443081,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -443251,7 +443251,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -443421,7 +443421,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -443591,7 +443591,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -443761,7 +443761,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -443931,7 +443931,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444101,7 +444101,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444271,7 +444271,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444441,7 +444441,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444611,7 +444611,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444781,7 +444781,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -444963,7 +444963,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -445133,7 +445133,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -445303,7 +445303,7 @@ }, { "attributeID": 37, - "value": 267.2192782 + "value": 450.0 }, { "attributeID": 51, @@ -445473,7 +445473,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -445643,7 +445643,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -445813,7 +445813,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -445983,7 +445983,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446153,7 +446153,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446323,7 +446323,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446493,7 +446493,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446675,7 +446675,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446821,7 +446821,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -446991,7 +446991,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -447161,7 +447161,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -447331,7 +447331,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -447501,7 +447501,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -447671,7 +447671,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -447841,7 +447841,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -448079,7 +448079,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -448273,7 +448273,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -448471,7 +448471,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -448669,7 +448669,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -448859,7 +448859,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -449065,7 +449065,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -449235,7 +449235,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -449429,7 +449429,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -449611,7 +449611,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -449805,7 +449805,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -450003,7 +450003,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -450185,7 +450185,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -450423,7 +450423,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -450617,7 +450617,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -450763,7 +450763,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -450909,7 +450909,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451055,7 +451055,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451201,7 +451201,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451347,7 +451347,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451493,7 +451493,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451639,7 +451639,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451785,7 +451785,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -451931,7 +451931,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -452053,7 +452053,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -452199,7 +452199,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -452345,7 +452345,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -452495,7 +452495,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -452641,7 +452641,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 55, @@ -452835,7 +452835,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -453033,7 +453033,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -453227,7 +453227,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 55, @@ -453409,7 +453409,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -453603,7 +453603,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -453797,7 +453797,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 55, @@ -453991,7 +453991,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -454189,7 +454189,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -454387,7 +454387,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -454577,7 +454577,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -454827,7 +454827,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -454997,7 +454997,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -455203,7 +455203,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 55, @@ -455385,7 +455385,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -455579,7 +455579,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -455773,7 +455773,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -455955,7 +455955,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -456137,7 +456137,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -456343,7 +456343,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -456541,7 +456541,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -456727,7 +456727,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -456917,7 +456917,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -457123,7 +457123,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -457293,7 +457293,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -457487,7 +457487,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -457669,7 +457669,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -457875,7 +457875,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -458073,7 +458073,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -458255,7 +458255,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -458401,7 +458401,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -458571,7 +458571,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -458741,7 +458741,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 55, @@ -458899,7 +458899,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -459069,7 +459069,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -459239,7 +459239,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 55, @@ -459397,7 +459397,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -459567,7 +459567,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -459737,7 +459737,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 55, @@ -459895,7 +459895,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -460065,7 +460065,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -460235,7 +460235,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -460405,7 +460405,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -460575,7 +460575,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -460745,7 +460745,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -460915,7 +460915,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461085,7 +461085,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461255,7 +461255,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461425,7 +461425,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461595,7 +461595,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461765,7 +461765,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -461947,7 +461947,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -462093,7 +462093,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -462263,7 +462263,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -462433,7 +462433,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -462603,7 +462603,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -462773,7 +462773,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -462923,7 +462923,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463073,7 +463073,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463223,7 +463223,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463373,7 +463373,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463523,7 +463523,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463649,7 +463649,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463799,7 +463799,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -463949,7 +463949,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464103,7 +464103,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464253,7 +464253,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464403,7 +464403,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464553,7 +464553,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464703,7 +464703,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -464853,7 +464853,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -465047,7 +465047,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -465241,7 +465241,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -465423,7 +465423,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -465649,7 +465649,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -465855,7 +465855,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -466053,7 +466053,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -466239,7 +466239,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -466429,7 +466429,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -466639,7 +466639,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -466809,7 +466809,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -467003,7 +467003,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 55, @@ -467229,7 +467229,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -467435,7 +467435,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -467633,7 +467633,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -467827,7 +467827,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -468021,7 +468021,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -468215,7 +468215,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -468409,7 +468409,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -468603,7 +468603,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -468801,7 +468801,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -468999,7 +468999,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -469193,7 +469193,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -469395,7 +469395,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -469589,7 +469589,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -469795,7 +469795,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -469989,7 +469989,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -470195,7 +470195,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -470393,7 +470393,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -470599,7 +470599,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 400.0 }, { "attributeID": 51, @@ -470781,7 +470781,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 400.0 }, { "attributeID": 51, @@ -470927,7 +470927,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 400.0 }, { "attributeID": 51, @@ -471101,7 +471101,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -471291,7 +471291,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -471461,7 +471461,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -472927,7 +472927,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -473085,7 +473085,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -473243,7 +473243,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -473401,7 +473401,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -473559,7 +473559,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -473717,7 +473717,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -473875,7 +473875,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 55, @@ -474033,7 +474033,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 55, @@ -474991,7 +474991,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -475137,7 +475137,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -475283,7 +475283,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -475429,7 +475429,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -475727,7 +475727,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 55, @@ -475987,7 +475987,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 55, @@ -476133,7 +476133,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 55, @@ -476279,7 +476279,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 55, @@ -545326,7 +545326,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -545448,7 +545448,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -565940,7 +565940,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -566114,7 +566114,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -566308,7 +566308,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -566498,7 +566498,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -566648,7 +566648,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -566838,7 +566838,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -567650,7 +567650,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 55, @@ -567820,7 +567820,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -568014,7 +568014,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -568208,7 +568208,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -568406,7 +568406,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -568632,7 +568632,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -568802,7 +568802,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -568972,7 +568972,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -569094,7 +569094,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -569240,7 +569240,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -569410,7 +569410,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -569556,7 +569556,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -569702,7 +569702,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -569828,7 +569828,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -569998,7 +569998,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 400.0 }, { "attributeID": 51, @@ -570144,7 +570144,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -584317,27 +584317,183 @@ } ] }, - "85279": { + "85237": { "dogmaAttributes": [ { "attributeID": 175, - "value": 13.0 + "value": 4.0 }, { "attributeID": 176, - "value": 13.0 + "value": 4.0 }, { "attributeID": 177, - "value": 13.0 + "value": 4.0 }, { "attributeID": 178, - "value": 13.0 + "value": 4.0 }, { "attributeID": 179, - "value": 13.0 + "value": 4.0 + }, + { + "attributeID": 182, + "value": 3402.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 86400000.0 + }, + { + "attributeID": 1087, + "value": 10.0 + }, + { + "attributeID": 1890, + "value": 1.0 + }, + { + "attributeID": 1916, + "value": 1.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 302, + "isDefault": 0 + }, + { + "effectID": 304, + "isDefault": 0 + }, + { + "effectID": 306, + "isDefault": 0 + }, + { + "effectID": 308, + "isDefault": 0 + }, + { + "effectID": 310, + "isDefault": 0 + } + ] + }, + "85238": { + "dogmaAttributes": [ + { + "attributeID": 175, + "value": 8.0 + }, + { + "attributeID": 176, + "value": 8.0 + }, + { + "attributeID": 177, + "value": 8.0 + }, + { + "attributeID": 178, + "value": 8.0 + }, + { + "attributeID": 179, + "value": 8.0 + }, + { + "attributeID": 182, + "value": 3402.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 86400000.0 + }, + { + "attributeID": 1087, + "value": 10.0 + }, + { + "attributeID": 1890, + "value": 1.0 + }, + { + "attributeID": 1916, + "value": 1.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 302, + "isDefault": 0 + }, + { + "effectID": 304, + "isDefault": 0 + }, + { + "effectID": 306, + "isDefault": 0 + }, + { + "effectID": 308, + "isDefault": 0 + }, + { + "effectID": 310, + "isDefault": 0 + } + ] + }, + "85239": { + "dogmaAttributes": [ + { + "attributeID": 175, + "value": 6.0 + }, + { + "attributeID": 176, + "value": 6.0 + }, + { + "attributeID": 177, + "value": 6.0 + }, + { + "attributeID": 178, + "value": 6.0 + }, + { + "attributeID": 179, + "value": 6.0 + }, + { + "attributeID": 182, + "value": 3402.0 + }, + { + "attributeID": 277, + "value": 1.0 }, { "attributeID": 330, @@ -584354,6 +584510,10 @@ { "attributeID": 1916, "value": 1.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 } ], "dogmaEffects": [ @@ -584379,6 +584539,1133 @@ } ] }, + "85252": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 1087, + "value": 14.0 + }, + { + "attributeID": 1229, + "value": -8.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 3196, + "isDefault": 0 + } + ] + }, + "85253": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 1087, + "value": 14.0 + }, + { + "attributeID": 1229, + "value": -12.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 3196, + "isDefault": 0 + } + ] + }, + "85254": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 1087, + "value": 14.0 + }, + { + "attributeID": 1229, + "value": -16.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 3196, + "isDefault": 0 + } + ] + }, + "85255": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 1087, + "value": 14.0 + }, + { + "attributeID": 1229, + "value": -20.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 3196, + "isDefault": 0 + } + ] + }, + "85256": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 337, + "value": 4.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 446, + "isDefault": 0 + } + ] + }, + "85257": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 337, + "value": 6.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 446, + "isDefault": 0 + } + ] + }, + "85258": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 337, + "value": 8.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 446, + "isDefault": 0 + } + ] + }, + "85259": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 337, + "value": 10.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 446, + "isDefault": 0 + } + ] + }, + "85260": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 314, + "value": -4.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 485, + "isDefault": 0 + } + ] + }, + "85261": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 314, + "value": -6.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 485, + "isDefault": 0 + } + ] + }, + "85262": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 314, + "value": -8.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 485, + "isDefault": 0 + } + ] + }, + "85263": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 314, + "value": -10.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 1087, + "value": 15.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 485, + "isDefault": 0 + } + ] + }, + "85264": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 318, + "value": 8.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 1087, + "value": 16.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 8291, + "isDefault": 0 + } + ] + }, + "85265": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 318, + "value": 12.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 1087, + "value": 16.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 8291, + "isDefault": 0 + } + ] + }, + "85266": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 318, + "value": 16.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 1087, + "value": 16.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 8291, + "isDefault": 0 + } + ] + }, + "85267": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 318, + "value": 20.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 1087, + "value": 16.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 8291, + "isDefault": 0 + } + ] + }, + "85268": { + "dogmaAttributes": [ + { + "attributeID": 64, + "value": 1.04 + }, + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 2803, + "isDefault": 0 + } + ] + }, + "85269": { + "dogmaAttributes": [ + { + "attributeID": 64, + "value": 1.06 + }, + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 2803, + "isDefault": 0 + } + ] + }, + "85270": { + "dogmaAttributes": [ + { + "attributeID": 64, + "value": 1.08 + }, + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 2803, + "isDefault": 0 + } + ] + }, + "85271": { + "dogmaAttributes": [ + { + "attributeID": 64, + "value": 1.1 + }, + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 2803, + "isDefault": 0 + } + ] + }, + "85272": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 0.0 + }, + { + "attributeID": 767, + "value": 8.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 5189, + "isDefault": 0 + } + ] + }, + "85273": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 3.0 + }, + { + "attributeID": 767, + "value": 12.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 5189, + "isDefault": 0 + } + ] + }, + "85274": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 5.0 + }, + { + "attributeID": 767, + "value": 16.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 5189, + "isDefault": 0 + } + ] + }, + "85275": { + "dogmaAttributes": [ + { + "attributeID": 182, + "value": 3405.0 + }, + { + "attributeID": 277, + "value": 1.0 + }, + { + "attributeID": 330, + "value": 7200000.0 + }, + { + "attributeID": 633, + "value": 6.0 + }, + { + "attributeID": 767, + "value": 20.0 + }, + { + "attributeID": 1087, + "value": 17.0 + }, + { + "attributeID": 2422, + "value": 20132.45763888889 + } + ], + "dogmaEffects": [ + { + "effectID": 5189, + "isDefault": 0 + } + ] + }, + "85279": { + "dogmaAttributes": [ + { + "attributeID": 175, + "value": 13.0 + }, + { + "attributeID": 176, + "value": 13.0 + }, + { + "attributeID": 177, + "value": 13.0 + }, + { + "attributeID": 178, + "value": 13.0 + }, + { + "attributeID": 179, + "value": 13.0 + }, + { + "attributeID": 330, + "value": 259200000.0 + }, + { + "attributeID": 1087, + "value": 10.0 + }, + { + "attributeID": 1890, + "value": 1.0 + }, + { + "attributeID": 1916, + "value": 1.0 + } + ], + "dogmaEffects": [ + { + "effectID": 302, + "isDefault": 0 + }, + { + "effectID": 304, + "isDefault": 0 + }, + { + "effectID": 306, + "isDefault": 0 + }, + { + "effectID": 308, + "isDefault": 0 + }, + { + "effectID": 310, + "isDefault": 0 + } + ] + }, + "85281": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 5.0 + }, + { + "attributeID": 3026, + "value": 554513.0 + } + ], + "dogmaEffects": [] + }, + "85282": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 1.0 + }, + { + "attributeID": 3026, + "value": 554512.0 + } + ], + "dogmaEffects": [] + }, + "85283": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 10.0 + }, + { + "attributeID": 3026, + "value": 554514.0 + } + ], + "dogmaEffects": [] + }, + "85284": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 10.0 + }, + { + "attributeID": 3026, + "value": 554520.0 + } + ], + "dogmaEffects": [] + }, + "85285": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 1.0 + }, + { + "attributeID": 3026, + "value": 554515.0 + } + ], + "dogmaEffects": [] + }, + "85286": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 5.0 + }, + { + "attributeID": 3026, + "value": 554519.0 + } + ], + "dogmaEffects": [] + }, + "85287": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 5.0 + }, + { + "attributeID": 3026, + "value": 554516.0 + } + ], + "dogmaEffects": [] + }, + "85288": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 10.0 + }, + { + "attributeID": 3026, + "value": 554517.0 + } + ], + "dogmaEffects": [] + }, + "85289": { + "dogmaAttributes": [ + { + "attributeID": 2067, + "value": 6000.0 + }, + { + "attributeID": 2832, + "value": 1.0 + }, + { + "attributeID": 3026, + "value": 554518.0 + } + ], + "dogmaEffects": [] + }, "85632": { "dogmaAttributes": [ { @@ -585274,7 +586561,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -585420,7 +586707,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1350.0 }, { "attributeID": 51, @@ -585566,7 +586853,7 @@ }, { "attributeID": 37, - "value": 955.0 + "value": 1250.0 }, { "attributeID": 51, @@ -585736,7 +587023,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -585882,7 +587169,7 @@ }, { "attributeID": 37, - "value": 2000.0 + "value": 950.0 }, { "attributeID": 51, @@ -586028,7 +587315,7 @@ }, { "attributeID": 37, - "value": 910.0 + "value": 1100.0 }, { "attributeID": 55, @@ -586150,7 +587437,7 @@ }, { "attributeID": 37, - "value": 1033.0 + "value": 1250.0 }, { "attributeID": 51, @@ -586320,7 +587607,7 @@ }, { "attributeID": 37, - "value": 832.0 + "value": 850.0 }, { "attributeID": 51, @@ -586490,7 +587777,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 750.0 }, { "attributeID": 51, @@ -586636,7 +587923,7 @@ }, { "attributeID": 37, - "value": 581.0 + "value": 500.0 }, { "attributeID": 55, @@ -586762,7 +588049,7 @@ }, { "attributeID": 37, - "value": 495.0 + "value": 650.0 }, { "attributeID": 51, @@ -586932,7 +588219,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 400.0 }, { "attributeID": 51, @@ -587078,7 +588365,7 @@ }, { "attributeID": 37, - "value": 750.0 + "value": 350.0 }, { "attributeID": 51, @@ -593630,7 +594917,7 @@ }, { "attributeID": 37, - "value": 390.8654276 + "value": 650.0 }, { "attributeID": 51, @@ -593816,6 +595103,276 @@ } ] }, + "86498": { + "dogmaAttributes": [ + { + "attributeID": 9, + "value": 75000.0 + }, + { + "attributeID": 20, + "value": -50.0 + }, + { + "attributeID": 37, + "value": 3500.0 + }, + { + "attributeID": 51, + "value": 3000.0 + }, + { + "attributeID": 54, + "value": 250000.0 + }, + { + "attributeID": 55, + "value": 1000000.0 + }, + { + "attributeID": 64, + "value": 10.0 + }, + { + "attributeID": 70, + "value": 0.5 + }, + { + "attributeID": 97, + "value": 1000.0 + }, + { + "attributeID": 103, + "value": 100000.0 + }, + { + "attributeID": 104, + "value": -3.0 + }, + { + "attributeID": 105, + "value": 20.0 + }, + { + "attributeID": 114, + "value": 80.0 + }, + { + "attributeID": 116, + "value": 80.0 + }, + { + "attributeID": 117, + "value": 80.0 + }, + { + "attributeID": 118, + "value": 80.0 + }, + { + "attributeID": 158, + "value": 150000.0 + }, + { + "attributeID": 160, + "value": 20.0 + }, + { + "attributeID": 192, + "value": 6.0 + }, + { + "attributeID": 208, + "value": 500.0 + }, + { + "attributeID": 209, + "value": 500.0 + }, + { + "attributeID": 210, + "value": 500.0 + }, + { + "attributeID": 211, + "value": 500.0 + }, + { + "attributeID": 245, + "value": 34580.0 + }, + { + "attributeID": 246, + "value": 397.0 + }, + { + "attributeID": 263, + "value": 400000.0 + }, + { + "attributeID": 265, + "value": 600000.0 + }, + { + "attributeID": 267, + "value": 1.0 + }, + { + "attributeID": 268, + "value": 0.5 + }, + { + "attributeID": 269, + "value": 0.5 + }, + { + "attributeID": 270, + "value": 0.5 + }, + { + "attributeID": 271, + "value": 0.51 + }, + { + "attributeID": 272, + "value": 0.51 + }, + { + "attributeID": 273, + "value": 0.51 + }, + { + "attributeID": 274, + "value": 0.8 + }, + { + "attributeID": 416, + "value": 40000.0 + }, + { + "attributeID": 479, + "value": 6500000.0 + }, + { + "attributeID": 481, + "value": 0.0 + }, + { + "attributeID": 482, + "value": 7700.0 + }, + { + "attributeID": 484, + "value": 1.0 + }, + { + "attributeID": 504, + "value": 1.0 + }, + { + "attributeID": 505, + "value": 5000.0 + }, + { + "attributeID": 508, + "value": 400.0 + }, + { + "attributeID": 512, + "value": 1.0 + }, + { + "attributeID": 513, + "value": 5000.0 + }, + { + "attributeID": 514, + "value": 100000.0 + }, + { + "attributeID": 524, + "value": 0.75 + }, + { + "attributeID": 552, + "value": 25000.0 + }, + { + "attributeID": 562, + "value": 0.0 + }, + { + "attributeID": 564, + "value": 100.0 + }, + { + "attributeID": 580, + "value": 5000.0 + }, + { + "attributeID": 581, + "value": 0.25 + }, + { + "attributeID": 582, + "value": 10000.0 + }, + { + "attributeID": 583, + "value": 1.0 + }, + { + "attributeID": 620, + "value": 10000.0 + }, + { + "attributeID": 665, + "value": 60000.0 + }, + { + "attributeID": 854, + "value": 1.0 + }, + { + "attributeID": 1350, + "value": 1.0 + }, + { + "attributeID": 2519, + "value": 10000.0 + }, + { + "attributeID": 2520, + "value": 100000.0 + }, + { + "attributeID": 2521, + "value": 0.0 + }, + { + "attributeID": 2522, + "value": 0.0 + } + ], + "dogmaEffects": [ + { + "effectID": 10, + "isDefault": 1 + }, + { + "effectID": 575, + "isDefault": 0 + }, + { + "effectID": 5928, + "isDefault": 0 + }, + { + "effectID": 6756, + "isDefault": 0 + } + ] + }, "86509": { "dogmaAttributes": [ { diff --git a/staticdata/fsd_binary/types.0.json b/staticdata/fsd_binary/types.0.json index 364c33997..983fe5036 100644 --- a/staticdata/fsd_binary/types.0.json +++ b/staticdata/fsd_binary/types.0.json @@ -9135,6 +9135,7 @@ "factionID": 500004, "graphicID": 321, "groupID": 237, + "isDynamicType": 0, "isisGroupID": 4, "marketGroupID": 1818, "mass": 1148000.0, @@ -11206,25 +11207,32 @@ "670": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "Standard-Kapsel.", - "description_en-us": "Standard capsule.", - "description_es": "Cápsula estándar.", - "description_fr": "Capsule standard.", - "description_it": "Standard capsule.", - "description_ja": "標準型のカプセル", - "description_ko": "기본형 캡슐입니다.", - "description_ru": "Стандартная капсула.", - "description_zh": "标准太空舱。", + "description_de": "Das flüchtige und extrem fortschrittliche Jovian-Direktorat schenkte einer kleinen Caldari-Megacorporation die Blaupause und Entwürfe für eine Technologie, die das Schicksal der Menschheit radikal verändern sollte. Für eine kleine, auserwählte Gruppe von Individuen mit der körperlichen und geistigen Widerstandsfähigkeit, den Übergang zum Posthumanismus zu überstehen, bildete diese Technologie ein Tor zu Macht und Reichtum jenseits ihrer kühnsten Träume, was sie nahezu unsterblich machte.", + "description_en-us": "The elusive and radically advanced Jovian Directorate gifted a small Caldari megacorporation with the blueprint and designs for a piece of technology that was to radically change the fate of the human race.\r\n\r\nFor a small, select, and chosen group of individuals, those with the physical and mental durability to survive the transition into posthumanism, this technology would provide the gateway to power and riches beyond their wildest dreams and with it, near immortality.", + "description_es": "El esquivo y radicalmente avanzado Consejo Joviano le regaló a una pequeña megacorporación caldari el plano y los diseños de una tecnología que cambiaría radicalmente el destino de la raza humana.\r\n\r\nPara un grupo pequeño, selecto y elegido de individuos, aquellos con la fortaleza física y mental para sobrevivir la transición hacia el poshumanismo, esta tecnología proporcionaría la puerta de entrada al poder y a las riquezas más allá de sus sueños más locos y, con ello, a algo muy cercano a la inmortalidad.", + "description_fr": "Le directoire jove, insaisissable et doté d'une technologie extrêmement avancée, a offert à une petite mégacorporation caldari le plan de construction et les données d'une technologie destinée à changer radicalement l'avenir de la race humaine. Pour un petit groupe d'individus triés sur le volet, possédant la résilience physique et mentale nécessaire pour survivre à la transition vers le posthumanisme, cette technologie permettrait d'accéder à des pouvoirs et des richesses dépassant leurs rêves les plus fous, et avec cela, à une quasi-immortalité.", + "description_it": "The elusive and radically advanced Jovian Directorate gifted a small Caldari megacorporation with the blueprint and designs for a piece of technology that was to radically change the fate of the human race.\r\n\r\nFor a small, select, and chosen group of individuals, those with the physical and mental durability to survive the transition into posthumanism, this technology would provide the gateway to power and riches beyond their wildest dreams and with it, near immortality.", + "description_ja": "全容は不明ながらも非常に高い技術力を持つジョビアン幹部会は、少数のカルダリのメガコーポレーションに対し、設計図とデザインという形で人類の運命を根底から変えるほどの技術を供与した。\r\n\r\n生きてポストヒューマンとなるための肉体的・精神的耐久力を持つ少数の選ばれた人々は、このテクノロジーにより想像を絶する権力と富を手に入れ、さらには不死に近い存在となった。", + "description_ko": "조브 감독이사회는 막강한 기술력을 자랑하며 급진적인 정책을 펼치기도 합니다. 그들은 한 칼다리 메가코퍼레이션에 인류의 역사를 완전히 뒤바꿀 기술을 전수했습니다.\r\n\r\n인류의 다음 진화 형태를 감당할 수 있을 만큼 강인한 육체와 정신을 가진 인간이 선별되었습니다. 그들은 인류의 오랜 꿈을 이룰 힘을 받았습니다. 바로 불멸의 삶이었습니다. 그렇게 막강한 권력과 부를 지닌 이들이 탄생했습니다.", + "description_ru": "Неуловимая и фантастически прогрессивная компания «Джовианский директорат» однажды подарила небольшой калдарской мегакорпорации чертежи и проекты технологии, которая полностью изменила судьбу человеческой цивилизации. Для немногих избранных, обладающих достаточной физической и ментальной выносливостью, чтобы пережить переход к постгуманистическому существованию, эта технология открыла врата к невиданным власти и богатству, о которых те и мечтать не могли. Она как никогда приблизила этих людей к бессмертию.", + "description_zh": "神秘莫测的朱庇特内议会拥有极其先进的技术,向一家小型加达里超级集团赠予了某项技术的蓝图和设计,而这项技术将彻底改变人类的命运。经过重重筛选的一小部分人拥有强健的体魄和坚定的意志,能够过渡到后人类时代,他们将掌握这项技术,获得超乎想象的权力和财富,并几近实现永生。", "descriptionID": 79912, + "designerIDs": [ + 1000019, + 1000150 + ], "factionID": 500005, "graphicID": 73, "groupID": 29, "iconID": 73, "isDynamicType": 0, + "isisGroupID": 2107, "mass": 32000.0, "metaGroupID": 1, "portionSize": 1, "published": 1, + "quoteAuthorID": 895817, + "quoteID": 895816, "raceID": 16, "radius": 2.0, "soundID": 20080, @@ -28311,14 +28319,20 @@ "description_ru": "Дизайн кораблей типа «Зефир» уникален: для движения на субсветовых скоростях «зефирам» достаточно солнечного ветра. Сверлегкие паруса позволяют ему скользить вдоль потоков фотонов, пронизывающих пространство. Благодаря ажурной несущей конструкции масса «Зефира» ничтожна, и столь же мала его сигнатура.\n\nЭтот проект был изначально разработан Валсасом ен Дилатом — известным интакийским энциклопедистом и аскетом — в качестве демонстрации минималистского подхода к кораблестроению. Он не предназначался для коммерческого использования. Поводом вернуться к концепции «Зефира» стало недавнее открытие неизведанного пространства, населённого Спящими и пронизанного бесчисленными червоточинами. Благодаря низкой массе «зефиры» идеально подходят на роль экспедиционных кораблей.\n\nВалсас непреклонен: корабли типа «Зефир» не должны поступить в массовое производство. Тем не менее, в конце 111 года по юлайскому летоисчислению он выдал интакийскому синдикату разрешение на выдачу одного такого корабля каждому из капсулёров, зарегистрированных в базе данных КОНКОРДа.", "description_zh": "微风级是一种特殊设计的星际舰船,它完全依靠太阳风作为动力进行亚光速航行。超轻型的船帆让它能够在奔涌于宇宙空间中的光子流上乘风破浪,而它纤细的船体结构所集成的质量几乎可以忽略不计,并且其留下的可供感应器追踪的痕迹也微乎其微。\n\n它是由印塔基苦行学者瓦塞思·蒂拉特设计成型,用以表达一种抽象的星舰设计概念,从一开始它就不是为了任何商业航行而设计的。最近,新出现的数以万计的虫洞以及前所未闻的冬眠者疆域让人们的目光重新聚集到微风级上——它轻盈的质量让它成为考察探险的理想选择。\n\n尽管瓦塞思坚持认为微风级永远都不应该进入量产化阶段,不过在YC111年的年末,他还是授权了印塔基联合财团给每个注册了的克隆飞行员分配一艘微风级舰船。", "descriptionID": 93946, - "factionID": 500004, + "designerIDs": [ + 1000147 + ], + "factionID": 500009, "graphicID": 4517, "groupID": 1022, + "isDynamicType": 0, "marketGroupID": 1619, "mass": 5000.0, "metaLevel": 6, "portionSize": 1, "published": 1, + "quoteAuthorID": 895504, + "quoteID": 895503, "raceID": 8, "radius": 60.0, "soundID": 20073, @@ -151047,15 +151061,21 @@ "description_ru": "Созданный искусными инженерами и построенный на личной верфи Императора, «Апокалипсис-имперский» — особая модификация знаменитого линкора — невольно вызывает трепет в душах всех жителей Империи. Этими кораблями награждаются только те, кто продемонстрировал особую верность Императору в исключительных обстоятельствах. Считается огромной честью командовать — и уж тем более владеть — одним из этих металлических монстров.", "description_zh": "可怕的“灾难”级战列舰的皇家版本由大师级星舰工程师设计,在皇帝本人的皇家造船厂里生产,在帝国中享有令人敬畏的尊贵地位。它只被授予那些以最模范行为证明了自己对皇帝的忠心的人,因而获准指挥一艘这种雄伟的战列舰就是项莫大的荣誉,更不用说拥有一艘了。", "descriptionID": 93947, + "designerIDs": [ + 1000086 + ], "factionID": 500003, "graphicID": 4515, "groupID": 27, + "isDynamicType": 0, "marketGroupID": 1620, "mass": 99300000.0, "metaGroupID": 4, "metaLevel": 9, "portionSize": 1, "published": 1, + "quoteAuthorID": 896578, + "quoteID": 896577, "raceID": 4, "radius": 400.0, "soundID": 20061, @@ -151112,15 +151132,21 @@ "description_ru": "Разработанный и сконструированный опытнейшими инженерами и конструкторами Амаррской Империи, «Армагеддон-имперский» — это модернизированная версия самого распространенного амаррского боевого корабля. Конструкторы наделили его возможностью нести тяжёлое вооружение и прочнейшую броню, дабы он без малейших сомнений входил на поле боя и нёс правосудие во имя Императора.", "description_zh": "“末日沙场”级帝国型是艾玛最常用的军舰的升级版,由帝国内技术最娴熟的星舰工程师和建筑师设计并建造。它的重型装备和强大的正面装甲经过特别设计,使其能够像一股不可抗拒的钢铁洪流一般冲进任何战场,以皇帝的名义闪电般地做出裁决。", "descriptionID": 93948, + "designerIDs": [ + 1000086 + ], "factionID": 500003, "graphicID": 2240, "groupID": 27, + "isDynamicType": 0, "marketGroupID": 1620, "mass": 97100000.0, "metaGroupID": 4, "metaLevel": 9, "portionSize": 1, "published": 1, + "quoteAuthorID": 896580, + "quoteID": 896579, "raceID": 4, "radius": 250.0, "soundID": 20061, diff --git a/staticdata/fsd_binary/types.1.json b/staticdata/fsd_binary/types.1.json index 52b53a4ea..d83fdf5db 100644 --- a/staticdata/fsd_binary/types.1.json +++ b/staticdata/fsd_binary/types.1.json @@ -226342,7 +226342,8 @@ "description_zh": "看上去这艘船遭受了劫掠,然后被抛弃在茫茫太空。", "descriptionID": 83511, "graphicID": 3530, - "groupID": 1207, + "groupID": 306, + "isDynamicType": 0, "mass": 10000.0, "portionSize": 1, "published": 0, @@ -233581,14 +233582,20 @@ "description_ru": "Консорциум «ИнтерБас» поручил лабораториям Дюволль разработать для них усовершенствованный транспортный челнок в 106 году по юлайскому летоисчилению. Результатом работы инженеров стало эту судно, великолепно сочетающее компактные размеры с удивительной грузоподъёмностью. Оно идеально справляется с основной задачей «ИнтерБаса» — транспортировкой грузов. Проект был засекречен в течение нескольких лет, однако уже в 111 году консорциум стал нанимать пилотов-капсулёров, чтобы те поспособствовали росту популярности «ИнтерБаса» в Новом Эдеме. Однако этот корабль не каждый день увидишь в космосе, для многих он остается, скорее, предметом коллекционирования.", "description_zh": "YC106年,星际捷运委托度沃勒实验室为他们设计一艘升级版本的穿梭机。它的主要特点是在保证了较小体积的前提下,最大限度的扩展了货柜容量,延续了星际捷运一贯的多用途运输需求。\n\n这艘船多年来一直是星际捷运的秘密装备,但是在YC111年,为了扩大企业影响力,作为外延计划的一部分,一些选中的克隆飞行员可以购买和驾驶这种飞行器。即便如此,它的数量依然非常的稀少,并且逐渐成为争相收藏的宝贝。", "descriptionID": 93894, + "designerIDs": [ + 1000109 + ], "factionID": 500004, "graphicID": 3714, "groupID": 31, + "isDynamicType": 0, "marketGroupID": 1618, "mass": 1600000.0, "metaLevel": 6, "portionSize": 1, "published": 1, + "quoteAuthorID": 895735, + "quoteID": 895734, "raceID": 8, "radius": 41.0, "soundID": 20080, @@ -291448,14 +291455,20 @@ "description_ru": "Эта гидростатическая капсула представляет собой уникальную модификацию стандартной модели. Считается, что материал, создающий обшивку золотого оттенка, сугубо декоративен, но его истинное назначение и функции сохраняются в строгом секрете. При переработке он полностью разрушается. Известно, что при создании этой капсулы в традиционно используемые для постройки капсул материалы вплетено нечто иное. Точный состав примеси неизвестен никому за пределами исследовательских лабораторий концерна «Генолюция». Никому — даже капсулёрам. \n\nПо поводу его состава выдвигались самые разнообразные гипотезы. Одна из них утверждает, что это фуллереновый интеркалированный графитный полимер, который обеспечивает более эффективное функционирование оборудования, установленного внутри капсулы, за счет снижения выделения тепла благодаря низкому внутреннему трению. Согласно другой гипотезе, это сплав фуллерита-C320 и фуллерита-C540, обеспечивающий сверхпрочность внешней оболочки в крайне напряженных условиях (но, к несчастью, не спасающий от прямых попаданий вражеских орудий). Есть также мнение, что это всего лишь очередная новая формула блестящего напыления.\n\nВпрочем, основная функция капсулы остается прежней: она должна предоставить капсулёру возможность управлять кораблями, с которыми стыкуется. А также, будет в том нужда, спасти капсулёру жизнь — в том числе (в случае несомненной близости смерти) путём передачи его сознания в ближайшую службу клонирования. Данная модель может управляться лишь капсулёрами с подключенным имплантатом типа Genolution 'Auroral' AU-79; в случае уничтожения капсулы владелец автоматически получит точно такую же новую капсулу.", "description_zh": "这个流体静力太空舱是基于标准版太空舱的特有衍生型号。它金光闪闪的舱体名义上是使用了一种装饰性材料,但其真正的作用和目的仍然是最高机密,如果进行精炼回收则会完全浪费掉。人们所知道的是,建造这种太空舱需要在普通材料中加入一种神秘物质,这种物质除了载诺集团研究设施人员之外无人知晓,甚至克隆飞行员自己也不清楚。 \n\n人们对它建造方式的猜测包括:使用加入了富勒烯的碳纤维聚合物来制造性能更佳却又不会因摩擦生热的内部组件;用富勒烯-C320混以富勒烯-C540来建造高强度的外壳,能够在严苛的外部环境中生存得更久(不过它还是顶不住舰船的直接轰击);或者干脆就是在外壳上镀了一层新发明的闪亮化合物。\n\n太空舱的主要作用就是保护飞行员的生命安全(如果危险即将来临,也要把飞行员最后的意识传送到附近的克隆设施中),并让飞行员能在其中对飞船进行操控。只有植入了格鲁汀 曙光 AU-79植入体的飞行员才能操纵这个太空舱,即使不幸被毁,也能自动生成一个新的相同太空舱。", "descriptionID": 288853, + "designerIDs": [ + 1000140 + ], "factionID": 500005, "graphicID": 20307, "groupID": 29, + "isDynamicType": 0, "mass": 32000.0, "metaGroupID": 4, "metaLevel": 9, "portionSize": 1, - "published": 0, + "published": 1, + "quoteAuthorID": 895819, + "quoteID": 895818, "raceID": 16, "radius": 2.0, "soundID": 20128, diff --git a/staticdata/fsd_binary/types.2.json b/staticdata/fsd_binary/types.2.json index 136311239..8a5457812 100644 --- a/staticdata/fsd_binary/types.2.json +++ b/staticdata/fsd_binary/types.2.json @@ -6833,7 +6833,10 @@ "description_ru": "Люкс-яхты класса «Победоносец», разработанные для нужд управляющих станциями и иных людей, тесно связанных с Интакийским синдикатом, снабжены сверхсовременными двигателями и системами маскировки, не теряя притом изысканной роскоши убранства кают. «Победоносец» — выбор тех, кто желает летать с достоинством и комфортом как на рейсах от Пуато до Интаки, так и на более дальние дистанции. Синдикат отказывается пояснять, как именно их инженерам удалось завладеть технологиями, позволяющими монтировать на корабль системы маскировки, действующие даже во время полёта в варп-режиме. В начале 117 года по юлайскому летоисчислению Сильфи Диабель объявил, что Синдикат проспонсирует турнир среди капсулёров, а победившая команда в качестве награды получит чертежи «Победоносца», причём производство этих кораблей будет строго ограничено лицензией.", "description_zh": "为了印塔基联合财团空间站的管理人员和其他交往密切的成员的使用而研发,凯旋奢华游艇集宽敞的空间、强大的隐形能力和推进系统于一身,无论公事抑或休闲旅程都能提供安全与舒适的享受,不论去往去波伊托特、印塔基或者任何地方。\n\n为了掌握让这艘游艇在隐身的同时能够启动跃迁引擎的科技,辛迪加究竟付出了多大的代价,他们一直对此守口如瓶。\n\nYC117年初,什尔菲·恩·迪雅贝尔宣布辛迪加将赞助一项邀请赛,印制流程数有限的凯旋奢华游艇蓝图,奖励给所有该项邀请赛的冠军队的支持者。", "descriptionID": 305419, - "factionID": 500004, + "designerIDs": [ + 1000147 + ], + "factionID": 500009, "graphicID": 21076, "groupID": 26, "isDynamicType": 0, @@ -6843,6 +6846,8 @@ "metaLevel": 9, "portionSize": 1, "published": 1, + "quoteAuthorID": 895512, + "quoteID": 895511, "raceID": 8, "radius": 287.0, "soundID": 20074, diff --git a/staticdata/fsd_binary/types.3.json b/staticdata/fsd_binary/types.3.json index 8edf1e4b3..ffa66497f 100644 --- a/staticdata/fsd_binary/types.3.json +++ b/staticdata/fsd_binary/types.3.json @@ -117812,7 +117812,7 @@ "mass": 1000.0, "portionSize": 1, "published": 0, - "radius": 371.0, + "radius": 10000.0, "typeID": 53047, "typeName_de": "CONCORD Stellar Observatory", "typeName_en-us": "CONCORD Stellar Observatory", @@ -301913,6 +301913,12 @@ "description_ru": "На первый взгляд, это обычный калдарский катер, но на самом деле «Бубук» был значительно модифицирован для нелегальной перевозки небольших грузов через таможенные пункты и блокпосты. В дополнение к системе обхода варп-заграждений, используемой на всех современных катерах, «Бубук» оснащён грузовым отсеком с противосенсорным многослойным покрытием из наноматериалов, которое не позволяет сканерам груза определить, что находится внутри. Улучшенное электронное оборудование корабля со сниженным радиоизлучением обеспечивает ему небольшой радиус сигнатуры, из-за чего его сложнее обнаружить зондами боевой разведки.", "description_zh": "鹰鸮级虽然乍看上去与普通的加达里穿梭机没什么两样,但其实它的内部结构经过了大幅改装,方便走私犯在海关的眼皮底下偷运体积较小的货物。\n\n\n\n除了像其他现代穿梭机一样免疫拦截之外,鹰鸮级的货舱外涂上了可以干扰扫描器的纳米材料,可以防止货柜扫描装备窥探到货舱里的物品。它还配备了升级后的低散射电子套件,可以降低舰船的信号半径,使它更难以被作战扫描探针找到。", "descriptionID": 600534, + "designerIDs": [ + 1000239, + 1000253, + 1000234, + 1000258 + ], "factionID": 500001, "graphicID": 25265, "groupID": 31, @@ -301924,6 +301930,8 @@ "metaLevel": 0, "portionSize": 1, "published": 1, + "quoteAuthorID": 895733, + "quoteID": 895732, "raceID": 1, "radius": 49.0, "soundID": 20080, diff --git a/staticdata/fsd_binary/types.4.json b/staticdata/fsd_binary/types.4.json index b2772662d..204b204ea 100644 --- a/staticdata/fsd_binary/types.4.json +++ b/staticdata/fsd_binary/types.4.json @@ -48888,6 +48888,9 @@ "description_ru": "Geri был создан в рамках инженерной программы, в которой участвовали двое талантливых, но эксцентричных и часто несогласных друг с другом специалистов из корпорации «Кор Комплекшн» — руководитель отдела разработки ракетных систем Тапио Хистваари и ведущий конструктор автономных орудий Хильдара Роставик. Задача программы состояла в том, чтобы обеспечить максимальную огневую мощь ракетного вооружения тяжёлого ударного крейсера Bestla и близкого по назначению ударного фрегата Geri. При этом было необходимо сохранить поддержку сложных средств контроля и достойную ширину канала связи для управления усовершенствованными дронами стазис-индукции. Несмотря на то, что калдарский эксперт по ракетам Хистваари и минматарский конструктор дронов Роставик плохо ладили, результат их совместной работы превзошёл самые смелые ожидания: отказавшись от устаревшего корпуса Rifter, специалисты превратили Geri в современный ударный фрегат, оснащённый по последнему слову техники, единственным недостатком которого стала невероятно высокая цена производства. Geri существенно отличается по эффективности применения ракет и стазис-дронов от других кораблей аналогичных размеров, однако республиканский флот отказался оплачивать создание полноценных эскадрилий таких машин. Та же судьба постигла и не менее дорогие крейсеры Bestla. Несколько единиц Geri остаются на вооружении элитных подразделений специального назначения Республики, однако значительная часть первой партии была передана Независимому турнирному комитету для использования в качестве призов в XVIII Турнире альянсов 124 года от ю. с., главным спонсором которого выступила Республика Минматар.", "description_zh": "格里号诞生于一个开发项目,项目成员包括两位性情古怪且经常起冲突的天才:核心局面公司导弹系统开发主管塔匹奥·伊斯特瓦里,以及核心局面公司自主武器首席设计师希尔达拉·罗斯塔维克。该项目旨在将尽可能多的导弹火力装入贝斯特拉重型突击巡洋舰及其对应的格里突击护卫舰,同时还支持复杂的控制程序和带宽,以操控配备了大规模升级系统的停滞缠绕无人机。尽管加达里导弹专家伊斯特瓦里和米玛塔尔无人机设计师罗斯塔维克两人的性格水火不容,但他们仍然出色地完成了格里号的重新设计,使其从一艘基础裂谷级舰船变成了一艘极其先进、极其昂贵的突击护卫舰。虽然格里号的导弹和停滞无人机在如此紧凑的布局中实现了超群的性能,但共和舰队不愿意购置一整个由格里号和同样昂贵的贝斯特拉号组成的中队。虽然共和国的精英特种部队持有少量格里号,但在YC124年共和国成为独立竞技委员会举办的联盟锦标赛XVIII的主要赞助商后,米玛塔尔人还是将相当多的初期产品作为奖品捐赠给了该赛事。", "descriptionID": 646023, + "designerIDs": [ + 1000056 + ], "factionID": 500002, "graphicID": 25814, "groupID": 324, @@ -48898,6 +48901,8 @@ "metaLevel": 9, "portionSize": 1, "published": 1, + "quoteAuthorID": 896584, + "quoteID": 896583, "raceID": 2, "radius": 31.0, "soundID": 20078, @@ -50540,6 +50545,9 @@ "description_ru": "Bestla был создан в рамках инженерной программы, в которой участвовали двое талантливых, но эксцентричных и часто несогласных друг с другом специалистов из корпорации «Кор Комплекшн» — руководитель отдела разработки ракетных систем Тапио Хистваари и ведущий конструктор автономных орудий Хильдара Роставик. Задача программы состояла в том, чтобы обеспечить максимальную огневую мощь ракетного вооружения тяжёлого ударного крейсера Bestla и близкого по назначению ударного фрегата Geri. При этом было необходимо сохранить поддержку сложных средств контроля и достойную ширину канала связи для управления усовершенствованными дронами стазис-индукции. Несмотря на то, что калдарский эксперт по ракетам Хистваари и минматарский конструктор дронов Роставик плохо ладили, результат их совместной работы превзошёл самые смелые ожидания: отказавшись от устаревшего корпуса Rupture, специалисты превратили Bestla в современный тяжёлый ударный крейсер, оснащённый по последнему слову техники, единственным недостатком которого стала невероятно высокая цена производства. Bestla существенно отличается по эффективности применения ракет и стазис-дронов от других кораблей аналогичных размеров, однако республиканский флот отказался оплачивать создание полноценных эскадрилий таких машин. Та же судьба постигла и не менее дорогие фрегаты Geri. Несколько единиц Bestla остаются на вооружении элитных подразделений специального назначения Республики, однако значительная часть первой партии была передана Независимому турнирному комитету для использования в качестве призов в XVIII Турнире альянсов 124 года от ю. с., главным спонсором которого выступила Республика Минматар.", "description_zh": "贝斯特拉号诞生于一个开发项目,项目成员包括两位性情古怪且经常起冲突的天才:核心局面公司导弹系统开发主管塔匹奥·伊斯特瓦里,以及核心局面公司自主武器首席设计师希尔达拉·罗斯塔维克。该项目旨在将尽可能多的导弹火力装入贝斯特拉重型突击巡洋舰及其对应的格里突击护卫舰,同时还支持复杂的控制程序和带宽,以操控配备了大规模升级系统的停滞缠绕无人机。尽管加达里导弹专家伊斯特瓦里和米玛塔尔无人机设计师罗斯塔维克两人的性格水火不容,但他们仍然出色地完成了贝斯特拉号的重新设计,使其从一艘基础断崖级舰船变成了一艘极其先进、极其昂贵的重型突击巡洋舰。虽然贝斯特拉号的导弹和停滞无人机在如此紧凑的布局中实现了超群的性能,但共和舰队不愿意购置一整个由贝斯特拉号和同样昂贵的格里号组成的中队。虽然共和国的精英特种部队持有少量贝斯特拉号,但在YC124年共和国成为独立竞技委员会举办的联盟锦标赛XVIII的主要赞助商后,米玛塔尔人还是将相当多的初期产品作为奖品捐赠给了该赛事。", "descriptionID": 646007, + "designerIDs": [ + 1000056 + ], "factionID": 500002, "graphicID": 25815, "groupID": 358, @@ -50550,6 +50558,8 @@ "metaLevel": 9, "portionSize": 1, "published": 1, + "quoteAuthorID": 896582, + "quoteID": 896581, "raceID": 2, "radius": 88.0, "soundID": 20076, @@ -88775,7 +88785,7 @@ "mass": 0.0, "portionSize": 1, "published": 0, - "radius": 20000.0, + "radius": 5000.0, "typeID": 77126, "typeName_de": "Holy Mission", "typeName_en-us": "Holy Mission", @@ -91231,7 +91241,7 @@ "mass": 0.0, "portionSize": 1, "published": 0, - "radius": 12748.0, + "radius": 5000.0, "typeID": 77287, "typeName_de": "Charon Repatriator", "typeName_en-us": "Charon Repatriator", @@ -91337,7 +91347,7 @@ "mass": 0.0, "portionSize": 1, "published": 0, - "radius": 3500.0, + "radius": 5000.0, "typeID": 77290, "typeName_de": "Master Controller", "typeName_en-us": "Master Controller", @@ -91371,7 +91381,7 @@ "mass": 0.0, "portionSize": 1, "published": 0, - "radius": 22000.0, + "radius": 5000.0, "typeID": 77292, "typeName_de": "Clan Commons", "typeName_en-us": "Clan Commons", @@ -116207,10 +116217,10 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Dieser Booster wurde von Sansha's Nation hergestellt, um ihnen dabei zu helfen, die wertvollen Ressourcen in metaliminalen unbeständigen Eisstürmen zu kontrollieren. -10 % Wiederaufladezeit des Energiespeichers. Grunddauer: 2 Stunden. Ablaufdatum: 9. Februar YC126", - "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 9th YC126", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 9th YC125", "description_es": "La Nación Sansha es la responsable de producir este potenciador para ayudar a controlar los valiosos recursos que se encuentran en las tormentas de hielo volátil metaliminales.\r\n\r\n-10 % al tiempo de carga del condensador. Duración base: 2 horas.\r\n\r\nFecha de caducidad: 9 de febrero de 126 CY", "description_fr": "Ce booster a été produit par la Sansha's Nation pour soutenir ses efforts de contrôle des ressources précieuses trouvées dans les tempêtes de glace volatile métaliminales. -10 % au temps de recharge du capaciteur. Durée de base : 2 heures. Date d'expiration : 9 février 126 après CY", - "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 9th YC126", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 9th YC125", "description_ja": "サンシャ国によって制作されたブースター。メタリミナル揮発性アイスストームの中にある貴重な資源の確保をサポートするために使用されている。\r\n\r\nキャパシタリチャージ時間-10%。基本持続時間:2時間\r\n\r\n有効期限:YC126年2月9日", "description_ko": "산샤 네이션이 불안정한 얼음 폭풍에서 발견되는 자원을 무력 통제하기 위해 대원들에게 지급하는 부스터입니다.

캐패시터 충전 시간 10% 감소. 기본 지속 시간: 2시간

만료일: YC 126년 2월 9일", "description_ru": "Этот стимулятор произведён «Нацией Санши» для помощи в освоении залежей ценных ресурсов в нестабильных металиминальных ледяных бурях. Снижает расход времени на регенерацию энергии в накопителе на 10%. Базовая длительность: 2 часа. Годен до 9 февраля 126 года от ю. с. включительно.", @@ -129941,16 +129951,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697625, "groupID": 1950, + "marketGroupID": 2002, "mass": 0.0, "portionSize": 1, "published": 1, @@ -129973,16 +129984,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697628, "groupID": 1950, + "marketGroupID": 1994, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130005,16 +130017,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697631, "groupID": 1950, + "marketGroupID": 1990, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130070,16 +130083,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697637, "groupID": 1950, + "marketGroupID": 2048, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130135,16 +130149,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697643, "groupID": 1950, + "marketGroupID": 2143, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130167,16 +130182,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697646, "groupID": 1950, + "marketGroupID": 1991, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130199,16 +130215,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697649, "groupID": 1950, + "marketGroupID": 2082, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130264,16 +130281,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697655, "groupID": 1950, + "marketGroupID": 1975, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130296,16 +130314,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697691, "groupID": 1950, + "marketGroupID": 2004, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130328,16 +130347,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697694, "groupID": 1950, + "marketGroupID": 2049, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130360,16 +130380,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697697, "groupID": 1950, + "marketGroupID": 1996, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130392,16 +130413,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697700, "groupID": 1950, + "marketGroupID": 2144, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130457,16 +130479,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697706, "groupID": 1950, + "marketGroupID": 2083, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130489,16 +130512,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697709, "groupID": 1950, + "marketGroupID": 2083, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130521,16 +130545,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697712, "groupID": 1950, + "marketGroupID": 1976, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130553,16 +130578,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697728, "groupID": 1950, + "marketGroupID": 2003, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130618,16 +130644,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697734, "groupID": 1950, + "marketGroupID": 1997, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130683,16 +130710,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697740, "groupID": 1950, + "marketGroupID": 1993, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130715,16 +130743,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697743, "groupID": 1950, + "marketGroupID": 2084, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130747,16 +130776,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697746, "groupID": 1950, + "marketGroupID": 2084, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130779,16 +130809,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697749, "groupID": 1950, + "marketGroupID": 1977, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130811,16 +130842,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697752, "groupID": 1950, + "marketGroupID": 2005, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130843,16 +130875,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697755, "groupID": 1950, + "marketGroupID": 2521, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130875,16 +130908,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697758, "groupID": 1950, + "marketGroupID": 1963, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130939,16 +130973,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697764, "groupID": 1950, + "marketGroupID": 1963, "mass": 0.0, "portionSize": 1, "published": 1, @@ -130971,16 +131006,17 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Nach Einlösung wird dieser SKIN sofort zur SKIN-Sammlung Ihres Charakters hinzugefügt und landet nicht erst in Ihrem Inventar.", - "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_es": "Esta SKIN se añadirá directamente a la colección de tu personaje, en vez de al inventario, tras canjearla.", "description_fr": "Une fois récupéré, au lieu d'être placé dans votre inventaire, ce SKIN sera directement appliqué à la collection de SKINS de votre personnage.", - "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", "description_ja": "このSKINは、引き換えると操作キャラクターのSKINコレクションに直接反映され、インベントリには入りません。", "description_ko": "수령 시 SKIN 목록에 자동으로 등록됩니다. 인벤토리에 아이템 형태로 수령되는 것이 아니므로 주의하시기 바랍니다.", "description_ru": "После активации эта окраска не будет помещена в систему управления имуществом, а сразу появится в коллекции окрасок вашего пилота.", "description_zh": "涂装在兑换后会直接添加到人物的可用涂装列表中,而非放置在仓库中。", "descriptionID": 697767, "groupID": 1950, + "marketGroupID": 2142, "mass": 0.0, "portionSize": 1, "published": 1, @@ -131435,14 +131471,14 @@ "iconID": 24290, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79819, "typeName_de": "Ice Storm Filaments Crate", - "typeName_en-us": "Ice Storm Filaments Crate", + "typeName_en-us": "Expired Ice Storm Filaments Crate", "typeName_es": "Caja de filamentos de tormenta de hielo", "typeName_fr": "Caisse de filaments de tempêtes de glace", - "typeName_it": "Ice Storm Filaments Crate", + "typeName_it": "Expired Ice Storm Filaments Crate", "typeName_ja": "アイスストームフィラメント箱", "typeName_ko": "얼음 폭풍 필라멘트 상자", "typeName_ru": "Ice Storm Filaments Crate", @@ -131499,14 +131535,14 @@ "iconID": 24272, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79832, "typeName_de": "ORE Green Salvage Package", - "typeName_en-us": "ORE Green Salvage Package", + "typeName_en-us": "Yoiul Y125 ORE Green Salvage Package", "typeName_es": "Paquete de recuperación verde de ORE", "typeName_fr": "Pack de récupération ORE vert", - "typeName_it": "ORE Green Salvage Package", + "typeName_it": "Yoiul Y125 ORE Green Salvage Package", "typeName_ja": "OREグリーンサルベージパッケージ", "typeName_ko": "ORE 그린 샐비지 패키지", "typeName_ru": "ORE Green Salvage Package", @@ -131531,14 +131567,14 @@ "iconID": 24275, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79833, "typeName_de": "ORE White Salvage Package", - "typeName_en-us": "ORE White Salvage Package", + "typeName_en-us": "Yoiul Y125 ORE White Salvage Package", "typeName_es": "Paquete de recuperación blanco de ORE", "typeName_fr": "Pack de récupération ORE blanc", - "typeName_it": "ORE White Salvage Package", + "typeName_it": "Yoiul Y125 ORE White Salvage Package", "typeName_ja": "OREホワイトサルベージパッケージ", "typeName_ko": "ORE 화이트 샐비지 패키지", "typeName_ru": "ORE White Salvage Package", @@ -131563,14 +131599,14 @@ "iconID": 24271, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79834, "typeName_de": "ORE Red Salvage Package", - "typeName_en-us": "ORE Red Salvage Package", + "typeName_en-us": "Yoiul Y125 ORE Red Salvage Package", "typeName_es": "Paquete de recuperación rojo de ORE", "typeName_fr": "Pack de récupération ORE rouge", - "typeName_it": "ORE Red Salvage Package", + "typeName_it": "Yoiul Y125 ORE Red Salvage Package", "typeName_ja": "OREレッドサルベージパッケージ", "typeName_ko": "ORE 레드 샐비지 패키지", "typeName_ru": "ORE Red Salvage Package", @@ -131595,14 +131631,14 @@ "iconID": 1157, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79835, "typeName_de": "Peculiar Icebound Salvage", - "typeName_en-us": "Peculiar Icebound Salvage", + "typeName_en-us": "Yoiul Y125 Peculiar Icebound Salvage", "typeName_es": "Recuperación de hielo peculiar", "typeName_fr": "Objet de récupération étrange piégé dans la glace", - "typeName_it": "Peculiar Icebound Salvage", + "typeName_it": "Yoiul Y125 Peculiar Icebound Salvage", "typeName_ja": "奇妙な氷のサルベージ", "typeName_ko": "특이한 얼음 잔해", "typeName_ru": "Peculiar Icebound Salvage", @@ -131627,14 +131663,14 @@ "iconID": 1157, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79836, "typeName_de": "Unusual Icebound Salvage", - "typeName_en-us": "Unusual Icebound Salvage", + "typeName_en-us": "Yoiul Y125 Unusual Icebound Salvage", "typeName_es": "Recuperación de hielo inusual", "typeName_fr": "Objet de récupération inhabituel piégé dans la glace", - "typeName_it": "Unusual Icebound Salvage", + "typeName_it": "Yoiul Y125 Unusual Icebound Salvage", "typeName_ja": "珍しい氷のサルベージ", "typeName_ko": "특수한 얼음 잔해", "typeName_ru": "Unusual Icebound Salvage", @@ -131659,14 +131695,14 @@ "iconID": 1157, "mass": 0.0, "portionSize": 1, - "published": 1, + "published": 0, "radius": 1.0, "typeID": 79837, "typeName_de": "Rare Icebound Salvage", - "typeName_en-us": "Rare Icebound Salvage", + "typeName_en-us": "Yoiul Y125 Rare Icebound Salvage", "typeName_es": "Recuperación de hielo poco común", "typeName_fr": "Objet de récupération rare piégé dans la glace", - "typeName_it": "Rare Icebound Salvage", + "typeName_it": "Yoiul Y125 Rare Icebound Salvage", "typeName_ja": "レアな氷のサルベージ", "typeName_ko": "희귀한 얼음 잔해", "typeName_ru": "Rare Icebound Salvage", @@ -148345,7 +148381,7 @@ "typeName_ru": "Contraband Data", "typeName_zh": "违禁品数据", "typeNameID": 710030, - "volume": 50.0 + "volume": 5.0 }, "81390": { "basePrice": 0.0, @@ -160338,13 +160374,13 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Eine Lizenz für die einmalige Verwendung einer grundlegenden Nanobeschichtung in der SKIN-Sequenzierung, sobald sie aktiviert und in Ihrer SKINR-Sammlung ist. Die digitale Sequenz dieser Nanobeschichtung wurde gebunden und obwohl sie nur einmal verwendet werden kann, sind keine Sequenz-Binder erforderlich, wenn sie bei der Sequenzierung einer SKIN-Lizenz verbraucht wird.", - "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\n\nThe digital sequence of this nanocating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", "description_es": "Licencia que, una vez activada y dentro de tu colección de SKINR, permite un único uso de un nanorrevestimiento básico en la secuenciación de SKIN.\r\n\r\nLa secuencia digital de este nanorrevestimiento se ha vinculado y, aunque solo se puede usar una vez, no se requieren carpetas de secuencias cuando se consume en la secuenciación de una licencia de SKIN.", "description_fr": "Une licence pour l'utilisation unique d'un nanorevêtement basique dans le séquençage de SKIN, une fois activé et intégré à votre collection SKINR. La séquence numérique de ce nanorevêtement a été fixée et, bien qu'elle ne puisse être utilisée qu'une seule fois, aucun fixateur de séquence n'est nécessaire lorsqu'elle est consommée dans le séquençage d'une licence de SKIN.", - "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\n\nThe digital sequence of this nanocating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", "description_ja": "SKINシーケンシングで一度だけ使用できるベーシックナノコーティングライセンス。有効化するとSKINRコレクションに追加される。\r\n\r\nこのナノコーティングのデジタルシーケンスには制限がかかっており、一度しか使えないものの、SKINライセンスのシーケンシングで消費する際にシーケンスバインダーを必要としない。", - "description_ko": "SKIN 각인 생성 중 기본 나노코팅을 1회 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.

나노코팅 배열이 각인된 상태이기 때문에 SKIN 각인 라이선스 절차 시 각인기가 없어도 사용할 수 있습니다.", - "description_ru": "Однократная лицензия на базовое нанопокрытие для создания окраски. Нанопокрытие необходимо предварительно активировать и добавить в коллекцию окрасок-С. Обладает связанной цифровой последовательностью и может быть использовано только один раз, но при производстве окраски не требуются фиксаторы.", + "description_ko": "SKIN 각인 생성 중 기본 나노코팅을 1회 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.\r\n\r\n나노코팅 배열이 각인된 상태이기 때문에 SKIN 각인 라이선스 절차 시 각인기가 없어도 사용할 수 있습니다.", + "description_ru": "Однократная лицензия на базовое нанопокрытие для создания окраски. Нанопокрытие необходимо предварительно активировать и добавить в коллекцию окрасок-С. Оно обладает связанной цифровой последовательностью и может быть использовано только один раз, но при производстве окраски не требуются фиксаторы.", "description_zh": "一次性的基础纳米涂层许可证,用于涂装排序。激活后将直接添加至玩家SKINR收藏列表。该纳米涂层的数字序列已被绑定。尽管它只能单次使用,但在对涂装许可证进行排序时,无需使用额外的序列绑定器。", "descriptionID": 713878, "groupID": 4726, @@ -188242,6 +188278,111 @@ "volume": 450000.0, "wreckTypeID": 26939 }, + "85237": { + "basePrice": 32768.0, + "capacity": 0.0, + "description_de": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_en-us": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_es": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_fr": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_it": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_ja": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_ko": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_ru": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "description_zh": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127. ", + "descriptionID": 727426, + "groupID": 303, + "iconID": 10144, + "isDynamicType": 0, + "marketGroupID": 2487, + "mass": 0.0, + "metaGroupID": 19, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85237, + "typeName_de": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_en-us": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_es": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_fr": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_it": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_ja": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_ko": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_ru": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeName_zh": "Basic 'Brainfreeze' Cerebral Accelerator", + "typeNameID": 727425, + "volume": 1.0 + }, + "85238": { + "basePrice": 32768.0, + "capacity": 0.0, + "description_de": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_en-us": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_es": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_fr": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_it": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ja": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ko": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ru": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_zh": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "descriptionID": 727428, + "groupID": 303, + "iconID": 10144, + "isDynamicType": 0, + "marketGroupID": 2487, + "mass": 0.0, + "metaGroupID": 19, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85238, + "typeName_de": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_en-us": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_es": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_fr": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_it": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_ja": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_ko": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_ru": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeName_zh": "Potent 'Brainfreeze' Cerebral Accelerator", + "typeNameID": 727427, + "volume": 1.0 + }, + "85239": { + "basePrice": 32768.0, + "capacity": 0.0, + "description_de": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_en-us": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_es": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_fr": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_it": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ja": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ko": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_ru": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "description_zh": "This cerebral accelerator has been produced by the Sansha's Nation. When consumed by a capsuleer, this booster will increase the rate at which they train skills for a short time.\r\n\r\nVolatile compounds were used to create this cerebral accelerator, limiting its shelf life. It will cease to function after February 13, YC127.", + "descriptionID": 727430, + "groupID": 303, + "iconID": 10144, + "isDynamicType": 0, + "marketGroupID": 2487, + "mass": 0.0, + "metaGroupID": 19, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85239, + "typeName_de": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_en-us": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_es": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_fr": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_it": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_ja": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_ko": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_ru": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeName_zh": "Extended 'Brainfreeze' Cerebral Accelerator", + "typeNameID": 727429, + "volume": 1.0 + }, "85242": { "basePrice": 300000000.0, "capacity": 0.0, @@ -188298,6 +188439,870 @@ "typeNameID": 727547, "volume": 0.0 }, + "85252": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727550, + "groupID": 303, + "iconID": 25250, + "isDynamicType": 0, + "marketGroupID": 2531, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85252, + "typeName_de": "Wightstorm Sunyata Booster I", + "typeName_en-us": "Wightstorm Sunyata Booster I", + "typeName_es": "Wightstorm Sunyata Booster I", + "typeName_fr": "Wightstorm Sunyata Booster I", + "typeName_it": "Wightstorm Sunyata Booster I", + "typeName_ja": "Wightstorm Sunyata Booster I", + "typeName_ko": "Wightstorm Sunyata Booster I", + "typeName_ru": "Wightstorm Sunyata Booster I", + "typeName_zh": "Wightstorm Sunyata Booster I", + "typeNameID": 727549, + "volume": 1.0 + }, + "85253": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-12% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727552, + "groupID": 303, + "iconID": 25251, + "isDynamicType": 0, + "marketGroupID": 2531, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85253, + "typeName_de": "Wightstorm Sunyata Booster II", + "typeName_en-us": "Wightstorm Sunyata Booster II", + "typeName_es": "Wightstorm Sunyata Booster II", + "typeName_fr": "Wightstorm Sunyata Booster II", + "typeName_it": "Wightstorm Sunyata Booster II", + "typeName_ja": "Wightstorm Sunyata Booster II", + "typeName_ko": "Wightstorm Sunyata Booster II", + "typeName_ru": "Wightstorm Sunyata Booster II", + "typeName_zh": "Wightstorm Sunyata Booster II", + "typeNameID": 727551, + "volume": 1.0 + }, + "85254": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-16% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727554, + "groupID": 303, + "iconID": 25252, + "isDynamicType": 0, + "marketGroupID": 2531, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85254, + "typeName_de": "Wightstorm Sunyata Booster III", + "typeName_en-us": "Wightstorm Sunyata Booster III", + "typeName_es": "Wightstorm Sunyata Booster III", + "typeName_fr": "Wightstorm Sunyata Booster III", + "typeName_it": "Wightstorm Sunyata Booster III", + "typeName_ja": "Wightstorm Sunyata Booster III", + "typeName_ko": "Wightstorm Sunyata Booster III", + "typeName_ru": "Wightstorm Sunyata Booster III", + "typeName_zh": "Wightstorm Sunyata Booster III", + "typeNameID": 727553, + "volume": 1.0 + }, + "85255": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-20% Module Heat Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727556, + "groupID": 303, + "iconID": 25253, + "isDynamicType": 0, + "marketGroupID": 2531, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85255, + "typeName_de": "Wightstorm Sunyata Booster IV", + "typeName_en-us": "Wightstorm Sunyata Booster IV", + "typeName_es": "Wightstorm Sunyata Booster IV", + "typeName_fr": "Wightstorm Sunyata Booster IV", + "typeName_it": "Wightstorm Sunyata Booster IV", + "typeName_ja": "Wightstorm Sunyata Booster IV", + "typeName_ko": "Wightstorm Sunyata Booster IV", + "typeName_ru": "Wightstorm Sunyata Booster IV", + "typeName_zh": "Wightstorm Sunyata Booster IV", + "typeNameID": 727555, + "volume": 1.0 + }, + "85256": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727558, + "groupID": 303, + "iconID": 25260, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85256, + "typeName_de": "Wightstorm Nirvana Booster I", + "typeName_en-us": "Wightstorm Nirvana Booster I", + "typeName_es": "Wightstorm Nirvana Booster I", + "typeName_fr": "Wightstorm Nirvana Booster I", + "typeName_it": "Wightstorm Nirvana Booster I", + "typeName_ja": "Wightstorm Nirvana Booster I", + "typeName_ko": "Wightstorm Nirvana Booster I", + "typeName_ru": "Wightstorm Nirvana Booster I", + "typeName_zh": "Wightstorm Nirvana Booster I", + "typeNameID": 727557, + "volume": 1.0 + }, + "85257": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727560, + "groupID": 303, + "iconID": 25261, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85257, + "typeName_de": "Wightstorm Nirvana Booster II", + "typeName_en-us": "Wightstorm Nirvana Booster II", + "typeName_es": "Wightstorm Nirvana Booster II", + "typeName_fr": "Wightstorm Nirvana Booster II", + "typeName_it": "Wightstorm Nirvana Booster II", + "typeName_ja": "Wightstorm Nirvana Booster II", + "typeName_ko": "Wightstorm Nirvana Booster II", + "typeName_ru": "Wightstorm Nirvana Booster II", + "typeName_zh": "Wightstorm Nirvana Booster II", + "typeNameID": 727559, + "volume": 1.0 + }, + "85258": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727562, + "groupID": 303, + "iconID": 25262, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85258, + "typeName_de": "Wightstorm Nirvana Booster III", + "typeName_en-us": "Wightstorm Nirvana Booster III", + "typeName_es": "Wightstorm Nirvana Booster III", + "typeName_fr": "Wightstorm Nirvana Booster III", + "typeName_it": "Wightstorm Nirvana Booster III", + "typeName_ja": "Wightstorm Nirvana Booster III", + "typeName_ko": "Wightstorm Nirvana Booster III", + "typeName_ru": "Wightstorm Nirvana Booster III", + "typeName_zh": "Wightstorm Nirvana Booster III", + "typeNameID": 727561, + "volume": 1.0 + }, + "85259": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Shield Hitpoints. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727564, + "groupID": 303, + "iconID": 25263, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85259, + "typeName_de": "Wightstorm Nirvana Booster IV", + "typeName_en-us": "Wightstorm Nirvana Booster IV", + "typeName_es": "Wightstorm Nirvana Booster IV", + "typeName_fr": "Wightstorm Nirvana Booster IV", + "typeName_it": "Wightstorm Nirvana Booster IV", + "typeName_ja": "Wightstorm Nirvana Booster IV", + "typeName_ko": "Wightstorm Nirvana Booster IV", + "typeName_ru": "Wightstorm Nirvana Booster IV", + "typeName_zh": "Wightstorm Nirvana Booster IV", + "typeNameID": 727563, + "volume": 1.0 + }, + "85260": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-4% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727566, + "groupID": 303, + "iconID": 25240, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85260, + "typeName_de": "Wightstorm Rapture Booster I", + "typeName_en-us": "Wightstorm Rapture Booster I", + "typeName_es": "Wightstorm Rapture Booster I", + "typeName_fr": "Wightstorm Rapture Booster I", + "typeName_it": "Wightstorm Rapture Booster I", + "typeName_ja": "Wightstorm Rapture Booster I", + "typeName_ko": "Wightstorm Rapture Booster I", + "typeName_ru": "Wightstorm Rapture Booster I", + "typeName_zh": "Wightstorm Rapture Booster I", + "typeNameID": 727565, + "volume": 1.0 + }, + "85261": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-6% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727568, + "groupID": 303, + "iconID": 25241, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85261, + "typeName_de": "Wightstorm Rapture Booster II", + "typeName_en-us": "Wightstorm Rapture Booster II", + "typeName_es": "Wightstorm Rapture Booster II", + "typeName_fr": "Wightstorm Rapture Booster II", + "typeName_it": "Wightstorm Rapture Booster II", + "typeName_ja": "Wightstorm Rapture Booster II", + "typeName_ko": "Wightstorm Rapture Booster II", + "typeName_ru": "Wightstorm Rapture Booster II", + "typeName_zh": "Wightstorm Rapture Booster II", + "typeNameID": 727567, + "volume": 1.0 + }, + "85262": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-8% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727570, + "groupID": 303, + "iconID": 25242, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85262, + "typeName_de": "Wightstorm Rapture Booster III", + "typeName_en-us": "Wightstorm Rapture Booster III", + "typeName_es": "Wightstorm Rapture Booster III", + "typeName_fr": "Wightstorm Rapture Booster III", + "typeName_it": "Wightstorm Rapture Booster III", + "typeName_ja": "Wightstorm Rapture Booster III", + "typeName_ko": "Wightstorm Rapture Booster III", + "typeName_ru": "Wightstorm Rapture Booster III", + "typeName_zh": "Wightstorm Rapture Booster III", + "typeNameID": 727569, + "volume": 1.0 + }, + "85263": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n-10% Capacitor Recharge Time. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727572, + "groupID": 303, + "iconID": 25243, + "isDynamicType": 0, + "marketGroupID": 2790, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85263, + "typeName_de": "Wightstorm Rapture Booster IV", + "typeName_en-us": "Wightstorm Rapture Booster IV", + "typeName_es": "Wightstorm Rapture Booster IV", + "typeName_fr": "Wightstorm Rapture Booster IV", + "typeName_it": "Wightstorm Rapture Booster IV", + "typeName_ja": "Wightstorm Rapture Booster IV", + "typeName_ko": "Wightstorm Rapture Booster IV", + "typeName_ru": "Wightstorm Rapture Booster IV", + "typeName_zh": "Wightstorm Rapture Booster IV", + "typeNameID": 727571, + "volume": 1.0 + }, + "85264": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727574, + "groupID": 303, + "iconID": 25235, + "isDynamicType": 0, + "marketGroupID": 2791, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85264, + "typeName_de": "Wightstorm Cetana Booster I ", + "typeName_en-us": "Wightstorm Cetana Booster I ", + "typeName_es": "Wightstorm Cetana Booster I ", + "typeName_fr": "Wightstorm Cetana Booster I ", + "typeName_it": "Wightstorm Cetana Booster I ", + "typeName_ja": "Wightstorm Cetana Booster I ", + "typeName_ko": "Wightstorm Cetana Booster I ", + "typeName_ru": "Wightstorm Cetana Booster I ", + "typeName_zh": "Wightstorm Cetana Booster I ", + "typeNameID": 727573, + "volume": 1.0 + }, + "85265": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727576, + "groupID": 303, + "iconID": 25236, + "isDynamicType": 0, + "marketGroupID": 2791, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85265, + "typeName_de": "Wightstorm Cetana Booster II", + "typeName_en-us": "Wightstorm Cetana Booster II", + "typeName_es": "Wightstorm Cetana Booster II", + "typeName_fr": "Wightstorm Cetana Booster II", + "typeName_it": "Wightstorm Cetana Booster II", + "typeName_ja": "Wightstorm Cetana Booster II", + "typeName_ko": "Wightstorm Cetana Booster II", + "typeName_ru": "Wightstorm Cetana Booster II", + "typeName_zh": "Wightstorm Cetana Booster II", + "typeNameID": 727575, + "volume": 1.0 + }, + "85266": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727578, + "groupID": 303, + "iconID": 25237, + "isDynamicType": 0, + "marketGroupID": 2791, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85266, + "typeName_de": "Wightstorm Cetana Booster III", + "typeName_en-us": "Wightstorm Cetana Booster III", + "typeName_es": "Wightstorm Cetana Booster III", + "typeName_fr": "Wightstorm Cetana Booster III", + "typeName_it": "Wightstorm Cetana Booster III", + "typeName_ja": "Wightstorm Cetana Booster III", + "typeName_ko": "Wightstorm Cetana Booster III", + "typeName_ru": "Wightstorm Cetana Booster III", + "typeName_zh": "Wightstorm Cetana Booster III", + "typeNameID": 727577, + "volume": 1.0 + }, + "85267": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Afterburner Speed Boost. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727580, + "groupID": 303, + "iconID": 25238, + "isDynamicType": 0, + "marketGroupID": 2791, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85267, + "typeName_de": "Wightstorm Cetana Booster IV", + "typeName_en-us": "Wightstorm Cetana Booster IV", + "typeName_es": "Wightstorm Cetana Booster IV", + "typeName_fr": "Wightstorm Cetana Booster IV", + "typeName_it": "Wightstorm Cetana Booster IV", + "typeName_ja": "Wightstorm Cetana Booster IV", + "typeName_ko": "Wightstorm Cetana Booster IV", + "typeName_ru": "Wightstorm Cetana Booster IV", + "typeName_zh": "Wightstorm Cetana Booster IV", + "typeNameID": 727579, + "volume": 1.0 + }, + "85268": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+4% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727582, + "groupID": 303, + "iconID": 25265, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85268, + "typeName_de": "Wightstorm Vitarka Booster I", + "typeName_en-us": "Wightstorm Vitarka Booster I", + "typeName_es": "Wightstorm Vitarka Booster I", + "typeName_fr": "Wightstorm Vitarka Booster I", + "typeName_it": "Wightstorm Vitarka Booster I", + "typeName_ja": "Wightstorm Vitarka Booster I", + "typeName_ko": "Wightstorm Vitarka Booster I", + "typeName_ru": "Wightstorm Vitarka Booster I", + "typeName_zh": "Wightstorm Vitarka Booster I", + "typeNameID": 727581, + "volume": 1.0 + }, + "85269": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+6% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727584, + "groupID": 303, + "iconID": 25266, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85269, + "typeName_de": "Wightstorm Vitarka Booster II", + "typeName_en-us": "Wightstorm Vitarka Booster II", + "typeName_es": "Wightstorm Vitarka Booster II", + "typeName_fr": "Wightstorm Vitarka Booster II", + "typeName_it": "Wightstorm Vitarka Booster II", + "typeName_ja": "Wightstorm Vitarka Booster II", + "typeName_ko": "Wightstorm Vitarka Booster II", + "typeName_ru": "Wightstorm Vitarka Booster II", + "typeName_zh": "Wightstorm Vitarka Booster II", + "typeNameID": 727583, + "volume": 1.0 + }, + "85270": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727586, + "groupID": 303, + "iconID": 25267, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85270, + "typeName_de": "Wightstorm Vitarka Booster III", + "typeName_en-us": "Wightstorm Vitarka Booster III", + "typeName_es": "Wightstorm Vitarka Booster III", + "typeName_fr": "Wightstorm Vitarka Booster III", + "typeName_it": "Wightstorm Vitarka Booster III", + "typeName_ja": "Wightstorm Vitarka Booster III", + "typeName_ko": "Wightstorm Vitarka Booster III", + "typeName_ru": "Wightstorm Vitarka Booster III", + "typeName_zh": "Wightstorm Vitarka Booster III", + "typeNameID": 727585, + "volume": 1.0 + }, + "85271": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+10% Energy Turret Damage. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727588, + "groupID": 303, + "iconID": 25268, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85271, + "typeName_de": "Wightstorm Vitarka Booster IV", + "typeName_en-us": "Wightstorm Vitarka Booster IV", + "typeName_es": "Wightstorm Vitarka Booster IV", + "typeName_fr": "Wightstorm Vitarka Booster IV", + "typeName_it": "Wightstorm Vitarka Booster IV", + "typeName_ja": "Wightstorm Vitarka Booster IV", + "typeName_ko": "Wightstorm Vitarka Booster IV", + "typeName_ru": "Wightstorm Vitarka Booster IV", + "typeName_zh": "Wightstorm Vitarka Booster IV", + "typeNameID": 727587, + "volume": 1.0 + }, + "85272": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+8% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727590, + "groupID": 303, + "iconID": 25245, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85272, + "typeName_de": "Wightstorm Manasikara Booster I", + "typeName_en-us": "Wightstorm Manasikara Booster I", + "typeName_es": "Wightstorm Manasikara Booster I", + "typeName_fr": "Wightstorm Manasikara Booster I", + "typeName_it": "Wightstorm Manasikara Booster I", + "typeName_ja": "Wightstorm Manasikara Booster I", + "typeName_ko": "Wightstorm Manasikara Booster I", + "typeName_ru": "Wightstorm Manasikara Booster I", + "typeName_zh": "Wightstorm Manasikara Booster I", + "typeNameID": 727589, + "volume": 1.0 + }, + "85273": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+12% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13th YC127", + "descriptionID": 727592, + "groupID": 303, + "iconID": 25246, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 3, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85273, + "typeName_de": "Wightstorm Manasikara Booster II", + "typeName_en-us": "Wightstorm Manasikara Booster II", + "typeName_es": "Wightstorm Manasikara Booster II", + "typeName_fr": "Wightstorm Manasikara Booster II", + "typeName_it": "Wightstorm Manasikara Booster II", + "typeName_ja": "Wightstorm Manasikara Booster II", + "typeName_ko": "Wightstorm Manasikara Booster II", + "typeName_ru": "Wightstorm Manasikara Booster II", + "typeName_zh": "Wightstorm Manasikara Booster II", + "typeNameID": 727591, + "volume": 1.0 + }, + "85274": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+16% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727594, + "groupID": 303, + "iconID": 25247, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 5, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85274, + "typeName_de": "Wightstorm Manasikara Booster III", + "typeName_en-us": "Wightstorm Manasikara Booster III", + "typeName_es": "Wightstorm Manasikara Booster III", + "typeName_fr": "Wightstorm Manasikara Booster III", + "typeName_it": "Wightstorm Manasikara Booster III", + "typeName_ja": "Wightstorm Manasikara Booster III", + "typeName_ko": "Wightstorm Manasikara Booster III", + "typeName_ru": "Wightstorm Manasikara Booster III", + "typeName_zh": "Wightstorm Manasikara Booster III", + "typeNameID": 727593, + "volume": 1.0 + }, + "85275": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_en-us": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_es": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_fr": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_it": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ja": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ko": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_ru": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "description_zh": "This booster has been produced by the Sansha's Nation to assist with their efforts to control the valuable resources found within the metaliminal volatile ice storms.\r\n\r\n+20% Energy Turret Tracking Speed. Base Duration: 2 Hours.\r\n\r\nExpiry date: February 13, YC127", + "descriptionID": 727596, + "groupID": 303, + "iconID": 25248, + "isDynamicType": 0, + "marketGroupID": 2792, + "mass": 0.0, + "metaGroupID": 19, + "metaLevel": 6, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85275, + "typeName_de": "Wightstorm Manasikara Booster IV", + "typeName_en-us": "Wightstorm Manasikara Booster IV", + "typeName_es": "Wightstorm Manasikara Booster IV", + "typeName_fr": "Wightstorm Manasikara Booster IV", + "typeName_it": "Wightstorm Manasikara Booster IV", + "typeName_ja": "Wightstorm Manasikara Booster IV", + "typeName_ko": "Wightstorm Manasikara Booster IV", + "typeName_ru": "Wightstorm Manasikara Booster IV", + "typeName_zh": "Wightstorm Manasikara Booster IV", + "typeNameID": 727595, + "volume": 1.0 + }, "85276": { "basePrice": 0.0, "capacity": 0.0, @@ -188377,6 +189382,321 @@ "typeNameID": 727648, "volume": 1.0 }, + "85281": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNCR-05H Highsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "descriptionID": 727755, + "groupID": 4041, + "iconID": 24566, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85281, + "typeName_de": "DNCR-05H Highsec Ice Storm Filament", + "typeName_en-us": "DNCR-05H Highsec Ice Storm Filament", + "typeName_es": "DNCR-05H Highsec Ice Storm Filament", + "typeName_fr": "DNCR-05H Highsec Ice Storm Filament", + "typeName_it": "DNCR-05H Highsec Ice Storm Filament", + "typeName_ja": "DNCR-05H Highsec Ice Storm Filament", + "typeName_ko": "DNCR-05H Highsec Ice Storm Filament", + "typeName_ru": "DNCR-05H Highsec Ice Storm Filament", + "typeName_zh": "DNCR-05H Highsec Ice Storm Filament", + "typeNameID": 727754, + "volume": 0.1 + }, + "85282": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DSHR-01H Highsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "descriptionID": 727758, + "groupID": 4041, + "iconID": 24566, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85282, + "typeName_de": "DSHR-01H Highsec Ice Storm Filament", + "typeName_en-us": "DSHR-01H Highsec Ice Storm Filament", + "typeName_es": "DSHR-01H Highsec Ice Storm Filament", + "typeName_fr": "DSHR-01H Highsec Ice Storm Filament", + "typeName_it": "DSHR-01H Highsec Ice Storm Filament", + "typeName_ja": "DSHR-01H Highsec Ice Storm Filament", + "typeName_ko": "DSHR-01H Highsec Ice Storm Filament", + "typeName_ru": "DSHR-01H Highsec Ice Storm Filament", + "typeName_zh": "DSHR-01H Highsec Ice Storm Filament", + "typeNameID": 727757, + "volume": 0.1 + }, + "85283": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis PRNCR-10H Highsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in high-sec space.", + "descriptionID": 727760, + "groupID": 4041, + "iconID": 24566, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85283, + "typeName_de": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_en-us": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_es": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_fr": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_it": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_ja": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_ko": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_ru": "PRNCR-10H Highsec Ice Storm Filament", + "typeName_zh": "PRNCR-10H Highsec Ice Storm Filament", + "typeNameID": 727759, + "volume": 0.1 + }, + "85284": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis RDLF-10L Lowsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "descriptionID": 727762, + "groupID": 4041, + "iconID": 24567, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85284, + "typeName_de": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_en-us": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_es": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_fr": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_it": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_ja": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_ko": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_ru": "RDLF-10L Lowsec Ice Storm Filament", + "typeName_zh": "RDLF-10L Lowsec Ice Storm Filament", + "typeNameID": 727761, + "volume": 0.1 + }, + "85285": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis VXN-01N Nullsec Ice Storm Filament can transport one individual capsuleer and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "descriptionID": 727764, + "groupID": 4041, + "iconID": 24568, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85285, + "typeName_de": "VXN-01N Nullsec Ice Storm Filament", + "typeName_en-us": "VXN-01N Nullsec Ice Storm Filament", + "typeName_es": "VXN-01N Nullsec Ice Storm Filament", + "typeName_fr": "VXN-01N Nullsec Ice Storm Filament", + "typeName_it": "VXN-01N Nullsec Ice Storm Filament", + "typeName_ja": "VXN-01N Nullsec Ice Storm Filament", + "typeName_ko": "VXN-01N Nullsec Ice Storm Filament", + "typeName_ru": "VXN-01N Nullsec Ice Storm Filament", + "typeName_zh": "VXN-01N Nullsec Ice Storm Filament", + "typeNameID": 727763, + "volume": 0.1 + }, + "85286": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis BLTZN-05L Lowsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in low-sec space. ", + "descriptionID": 727766, + "groupID": 4041, + "iconID": 24567, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85286, + "typeName_de": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_en-us": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_es": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_fr": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_it": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_ja": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_ko": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_ru": "BLTZN-05L Lowsec Ice Storm Filament", + "typeName_zh": "BLTZN-05L Lowsec Ice Storm Filament", + "typeNameID": 727765, + "volume": 0.1 + }, + "85287": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CMT-05N Nullsec Ice Storm Filament can transport up to five capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "descriptionID": 727768, + "groupID": 4041, + "iconID": 24568, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85287, + "typeName_de": "CMT-05N Nullsec Ice Storm Filament", + "typeName_en-us": "CMT-05N Nullsec Ice Storm Filament", + "typeName_es": "CMT-05N Nullsec Ice Storm Filament", + "typeName_fr": "CMT-05N Nullsec Ice Storm Filament", + "typeName_it": "CMT-05N Nullsec Ice Storm Filament", + "typeName_ja": "CMT-05N Nullsec Ice Storm Filament", + "typeName_ko": "CMT-05N Nullsec Ice Storm Filament", + "typeName_ru": "CMT-05N Nullsec Ice Storm Filament", + "typeName_zh": "CMT-05N Nullsec Ice Storm Filament", + "typeNameID": 727767, + "volume": 0.1 + }, + "85288": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis CPD-10N Nullsec Ice Storm Filament can transport up to ten capsuleers and is configured to limit its range of destinations to volatile ice storms in null-sec space.", + "descriptionID": 727770, + "groupID": 4041, + "iconID": 24568, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85288, + "typeName_de": "CPD-10N Nullsec Ice Storm Filament", + "typeName_en-us": "CPD-10N Nullsec Ice Storm Filament", + "typeName_es": "CPD-10N Nullsec Ice Storm Filament", + "typeName_fr": "CPD-10N Nullsec Ice Storm Filament", + "typeName_it": "CPD-10N Nullsec Ice Storm Filament", + "typeName_ja": "CPD-10N Nullsec Ice Storm Filament", + "typeName_ko": "CPD-10N Nullsec Ice Storm Filament", + "typeName_ru": "CPD-10N Nullsec Ice Storm Filament", + "typeName_zh": "CPD-10N Nullsec Ice Storm Filament", + "typeNameID": 727769, + "volume": 0.1 + }, + "85289": { + "basePrice": 1000.0, + "capacity": 0.0, + "description_de": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_en-us": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_es": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_fr": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_it": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ja": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ko": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_ru": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "description_zh": "Frostline Laboratories, a subsidiary division of Outer Ring Excavations, continues to be a leader in the development of new technologies to expedite resource extraction in hostile environments. Filaments acquired from skirmishes with Triglavian Collective vessels have provided a wealth of information to study and emerging metaliminal storms, such as volatile ice storms, are a clear field of interest for resource extraction technologies.\r\n\r\nTo further the spirit of Yoiul—and continue expanding their data pool—Frostline has chosen to share the latest variants of their transport filaments with capsuleers across New Eden. For a limited time, pilots will be able to use these experimental metaliminal filaments to more quickly travel to locations affected by volatile ice storms across New Eden.\r\n\r\nThis DNNR-01L Lowsec Ice Storm Filament can transport an individual capsuleer and is configured to limit its range of destinations to volatile ice storms in low-sec space.", + "descriptionID": 727772, + "groupID": 4041, + "iconID": 24567, + "marketGroupID": 1663, + "mass": 0.0, + "metaLevel": 0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "techLevel": 1, + "typeID": 85289, + "typeName_de": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_en-us": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_es": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_fr": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_it": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_ja": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_ko": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_ru": "DNNR-01L Lowsec Ice Storm Filament", + "typeName_zh": "DNNR-01L Lowsec Ice Storm Filament", + "typeNameID": 727771, + "volume": 0.1 + }, "85290": { "basePrice": 0.0, "capacity": 0.0, @@ -188662,6 +189982,102 @@ "typeNameID": 727825, "volume": 0.1 }, + "85309": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_en-us": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_es": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_fr": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_it": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_ja": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_ko": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_ru": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "description_zh": "This crate contains a random selection of Frostline Laboratories Ice Storm filaments.", + "descriptionID": 727853, + "groupID": 1194, + "iconID": 24290, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85309, + "typeName_de": "Ice Storm Filaments Crate", + "typeName_en-us": "Ice Storm Filaments Crate", + "typeName_es": "Ice Storm Filaments Crate", + "typeName_fr": "Ice Storm Filaments Crate", + "typeName_it": "Ice Storm Filaments Crate", + "typeName_ja": "Ice Storm Filaments Crate", + "typeName_ko": "Ice Storm Filaments Crate", + "typeName_ru": "Ice Storm Filaments Crate", + "typeName_zh": "Ice Storm Filaments Crate", + "typeNameID": 727854, + "volume": 1.0 + }, + "85310": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This crate contains random Yoiul Festival Apparel.", + "description_en-us": "This crate contains random Yoiul Festival Apparel.", + "description_es": "This crate contains random Yoiul Festival Apparel.", + "description_fr": "This crate contains random Yoiul Festival Apparel.", + "description_it": "This crate contains random Yoiul Festival Apparel.", + "description_ja": "This crate contains random Yoiul Festival Apparel.", + "description_ko": "This crate contains random Yoiul Festival Apparel.", + "description_ru": "This crate contains random Yoiul Festival Apparel.", + "description_zh": "This crate contains random Yoiul Festival Apparel.", + "descriptionID": 727858, + "groupID": 1194, + "iconID": 24294, + "mass": 1.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85310, + "typeName_de": "Yoiul Festival Apparel Crate", + "typeName_en-us": "Yoiul Festival Apparel Crate", + "typeName_es": "Yoiul Festival Apparel Crate", + "typeName_fr": "Yoiul Festival Apparel Crate", + "typeName_it": "Yoiul Festival Apparel Crate", + "typeName_ja": "Yoiul Festival Apparel Crate", + "typeName_ko": "Yoiul Festival Apparel Crate", + "typeName_ru": "Yoiul Festival Apparel Crate", + "typeName_zh": "Yoiul Festival Apparel Crate", + "typeNameID": 727859, + "volume": 0.0 + }, + "85311": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This crate contains a random Yoiul Festival Trinket.", + "description_en-us": "This crate contains a random Yoiul Festival Trinket.", + "description_es": "This crate contains a random Yoiul Festival Trinket.", + "description_fr": "This crate contains a random Yoiul Festival Trinket.", + "description_it": "This crate contains a random Yoiul Festival Trinket.", + "description_ja": "This crate contains a random Yoiul Festival Trinket.", + "description_ko": "This crate contains a random Yoiul Festival Trinket.", + "description_ru": "This crate contains a random Yoiul Festival Trinket.", + "description_zh": "This crate contains a random Yoiul Festival Trinket.", + "descriptionID": 727860, + "groupID": 1194, + "iconID": 24285, + "mass": 1.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85311, + "typeName_de": "Yoiul Festival Trinket Crate", + "typeName_en-us": "Yoiul Festival Trinket Crate", + "typeName_es": "Yoiul Festival Trinket Crate", + "typeName_fr": "Yoiul Festival Trinket Crate", + "typeName_it": "Yoiul Festival Trinket Crate", + "typeName_ja": "Yoiul Festival Trinket Crate", + "typeName_ko": "Yoiul Festival Trinket Crate", + "typeName_ru": "Yoiul Festival Trinket Crate", + "typeName_zh": "Yoiul Festival Trinket Crate", + "typeNameID": 727861, + "volume": 0.0 + }, "85316": { "basePrice": 500000.0, "capacity": 0.0, @@ -188764,6 +190180,198 @@ "typeNameID": 728007, "volume": 0.0 }, + "85355": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_en-us": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_es": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_fr": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_it": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ja": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ko": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ru": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_zh": "This ORE Green Salvage Package was obtained by trading in Faded Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "descriptionID": 728060, + "groupID": 1194, + "iconID": 24272, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85355, + "typeName_de": "ORE Green Salvage Package", + "typeName_en-us": "ORE Green Salvage Package", + "typeName_es": "ORE Green Salvage Package", + "typeName_fr": "ORE Green Salvage Package", + "typeName_it": "ORE Green Salvage Package", + "typeName_ja": "ORE Green Salvage Package", + "typeName_ko": "ORE Green Salvage Package", + "typeName_ru": "ORE Green Salvage Package", + "typeName_zh": "ORE Green Salvage Package", + "typeNameID": 728061, + "volume": 1.0 + }, + "85357": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_en-us": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_es": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_fr": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_it": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ja": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ko": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ru": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_zh": "This ORE Red Salvage Package was obtained by trading in Friable Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "descriptionID": 728070, + "groupID": 1194, + "iconID": 24271, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85357, + "typeName_de": "ORE Red Salvage Package", + "typeName_en-us": "ORE Red Salvage Package", + "typeName_es": "ORE Red Salvage Package", + "typeName_fr": "ORE Red Salvage Package", + "typeName_it": "ORE Red Salvage Package", + "typeName_ja": "ORE Red Salvage Package", + "typeName_ko": "ORE Red Salvage Package", + "typeName_ru": "ORE Red Salvage Package", + "typeName_zh": "ORE Red Salvage Package", + "typeNameID": 728071, + "volume": 1.0 + }, + "85358": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_en-us": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_es": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_fr": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_it": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ja": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ko": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_ru": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "description_zh": "This ORE White Salvage Package was obtained by trading in Fresh Volatile Ice ore at an ORE processor vessel.\r\n\r\nVarious salvage items obtained by ORE through combat operations or filtered out of processed ice are offered in trade for useful ice ores.", + "descriptionID": 728072, + "groupID": 1194, + "iconID": 24275, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85358, + "typeName_de": "ORE White Salvage Package", + "typeName_en-us": "ORE White Salvage Package", + "typeName_es": "ORE White Salvage Package", + "typeName_fr": "ORE White Salvage Package", + "typeName_it": "ORE White Salvage Package", + "typeName_ja": "ORE White Salvage Package", + "typeName_ko": "ORE White Salvage Package", + "typeName_ru": "ORE White Salvage Package", + "typeName_zh": "ORE White Salvage Package", + "typeNameID": 728073, + "volume": 1.0 + }, + "85359": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_en-us": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_es": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_fr": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_it": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_ja": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_ko": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_ru": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "description_zh": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something peculiar, and possibly valuable, in fragments of ice are higher than normal.", + "descriptionID": 728074, + "groupID": 1194, + "iconID": 1157, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85359, + "typeName_de": "Peculiar Icebound Salvage", + "typeName_en-us": "Peculiar Icebound Salvage", + "typeName_es": "Peculiar Icebound Salvage", + "typeName_fr": "Peculiar Icebound Salvage", + "typeName_it": "Peculiar Icebound Salvage", + "typeName_ja": "Peculiar Icebound Salvage", + "typeName_ko": "Peculiar Icebound Salvage", + "typeName_ru": "Peculiar Icebound Salvage", + "typeName_zh": "Peculiar Icebound Salvage", + "typeNameID": 728075, + "volume": 1.0 + }, + "85360": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_en-us": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_es": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_fr": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_it": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_ja": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_ko": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_ru": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "description_zh": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something rare, and possibly valuable, in fragments of ice are higher than normal.", + "descriptionID": 728076, + "groupID": 1194, + "iconID": 1157, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85360, + "typeName_de": "Rare Icebound Salvage", + "typeName_en-us": "Rare Icebound Salvage", + "typeName_es": "Rare Icebound Salvage", + "typeName_fr": "Rare Icebound Salvage", + "typeName_it": "Rare Icebound Salvage", + "typeName_ja": "Rare Icebound Salvage", + "typeName_ko": "Rare Icebound Salvage", + "typeName_ru": "Rare Icebound Salvage", + "typeName_zh": "Rare Icebound Salvage", + "typeNameID": 728077, + "volume": 1.0 + }, + "85361": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_en-us": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_es": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_fr": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_it": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_ja": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_ko": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_ru": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "description_zh": "The flotsam and jetsam of space can sometimes become the nucleus of an ice asteroid, or otherwise become embedded in fragments of interplanetary ice.\r\n\r\nWith volatile ice storms sweeping across New Eden the odds of discovering something unusual, and possibly valuable, in fragments of ice are higher than normal.", + "descriptionID": 728078, + "groupID": 1194, + "iconID": 1157, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85361, + "typeName_de": "Unusual Icebound Salvage", + "typeName_en-us": "Unusual Icebound Salvage", + "typeName_es": "Unusual Icebound Salvage", + "typeName_fr": "Unusual Icebound Salvage", + "typeName_it": "Unusual Icebound Salvage", + "typeName_ja": "Unusual Icebound Salvage", + "typeName_ko": "Unusual Icebound Salvage", + "typeName_ru": "Unusual Icebound Salvage", + "typeName_zh": "Unusual Icebound Salvage", + "typeNameID": 728079, + "volume": 1.0 + }, "85390": { "basePrice": 0.0, "capacity": 0.0, @@ -195949,13 +197557,13 @@ "capacity": 0.0, "description_de": "Ein unveröffentlichtes Expertensystem", "description_en-us": "An Unreleased Expert System", - "description_es": "Un sistema experto inédito", - "description_fr": "Un système expert inédit", + "description_es": "An Unreleased Expert System", + "description_fr": "An Unreleased Expert System", "description_it": "An Unreleased Expert System", - "description_ja": "未公開のエキスパートシステム", - "description_ko": "출시되지 않은 전문가 시스템", - "description_ru": "Невыпущенная экспертная система", - "description_zh": "尚未发布的专家系统", + "description_ja": "An Unreleased Expert System", + "description_ko": "An Unreleased Expert System", + "description_ru": "An Unreleased Expert System", + "description_zh": "An Unreleased Expert System", "descriptionID": 728994, "groupID": 1319, "iconID": 24597, @@ -196129,13 +197737,13 @@ "capacity": 0.0, "description_de": "Ein neues, unveröffentlichtes Muster für SKINR", "description_en-us": "A new unreleased Pattern for SKINr", - "description_es": "Un nuevo patrón para el SKINR inédito", - "description_fr": "Un nouveau motif inédit pour SKINR", + "description_es": "A new unreleased Pattern for SKINr", + "description_fr": "A new unreleased Pattern for SKINr", "description_it": "A new unreleased Pattern for SKINr", - "description_ja": "未公開のSKINR用新パターン", - "description_ko": "출시되지 않은 신규 SKINR 패턴", - "description_ru": "Новый невыпущенный узор для «Окраски-С»", - "description_zh": "尚未发布的新SKINR图案", + "description_ja": "A new unreleased Pattern for SKINr", + "description_ko": "A new unreleased Pattern for SKINr", + "description_ru": "A new unreleased Pattern for SKINr", + "description_zh": "A new unreleased Pattern for SKINr", "descriptionID": 728996, "groupID": 1319, "iconID": 26054, @@ -197563,15 +199171,15 @@ "85746": { "basePrice": 3550.0, "capacity": 0.0, - "description_de": "Ein Infomorph, ein digitalisiertes menschliches Bewusstsein, das im Status gespeichert ist, während es auf einen neuen Körper wartet. Dieser Infomorph wurde vom Upwell Consortium verschlüsselt, um zu verhindern, dass er von Dritten in einem neuen Körper wiederhergestellt wird. So soll sichergestellt werden, dass das darin codierte Individuum dem von ihm unterschriebenen Arbeitsvertrag treu bleibt.", + "description_de": "Einer von potenziell Billionen einzigartiger digitaler Dekodierungsschlüssel, die in den proprietären Verschlüsselungsprotokollen des Upwell Consortiums verwendet werden. Infomorphs, die in Upwell-Arbeitsklonkörpern stecken, unterliegen den Upwell-Verschlüsselungsverfahren, die eine Fernübertragung verhindern und so sicherstellen, dass sie ihren Arbeitsverträgen treu bleiben. Mit Dekodierungsschlüsseln wie diesem und den fortschrittlichen Netzwerkinformation-Verarbeitungsfunktionen des Wächters können diese Verschlüsselung geknackt werden. Dadurch werden Fernübertragungen von Infomorphs der Upwell-Arbeitskräfte über die TEBS-Einrichtungen ohne Upwells Genehmigung ermöglicht.", "description_en-us": "One of potentially triilions of unique digital decryption keys used by the proprietary encryption protocols of the Upwell Consortium.\r\n\r\nInfomorphs embodied in Upwell workforce clone bodies are prohibited from remote transfer by Upwell's encryption methods, ensuring they remain faithful to their work contracts. With decryption keys like this one, and the advanced network information processing capabilities of The Warden, that encryption can be broken. This makes remote transfers of Upwell workforce infomorphs possible via TEBS facilities without Upwell's permission.", - "description_es": "Un infomorfo, una conciencia humana digitalizada, almacenado en estado mientras espera ser cargado en un nuevo cuerpo.\r\n\r\nEste infomorfo ha sido cifrado por el Consorcio Upwell para evitar que un tercero lo restablezca en un nuevo organismo, con el fin de garantizar que el individuo al que codificó permanezca fiel al contrato de trabajo que firmó.", - "description_fr": "Un infomorphe, une conscience humaine numérisée, conservée en l'état en attendant son transfert vers un nouveau corps. Cet infomorphe a été chiffré par l'Upwell Consortium afin d'empêcher sa réinstallation dans un nouveau corps par un tiers, garantissant ainsi que la personne encodée reste fidèle au contrat de travail signé.", + "description_es": "Una de los billones de claves de descodificación digital únicas que podrían utilizar los protocolos de cifrado del Consorcio Upwell.\r\n\r\nLos métodos de cifrado de Upwell prohíben la transferencia remota de infomorfos encarnados en cuerpos clonados de mano de obra de Upwell, lo que garantiza que permanezcan fieles a sus contratos de trabajo. Con claves de descodificación como esta y las capacidades avanzadas de procesamiento de información de red de la Warden, el cifrado se puede decodificar. Esto hace posible las transferencias remotas de infomorfos de mano de obra de Upwell a través de las instalaciones de TEBS sin el permiso de Upwell.", + "description_fr": "L'une des trillions de combinaisons uniques potentielles formant les clés de décryptage numériques utilisées par les protocoles de cryptage propriétaires d'Upwell Consortium. Les infomorphes incarnés dans les corps de clones de travailleurs Upwell sont interdits de transfert à distance par les méthodes de cryptage d'Upwell, garantissant ainsi leur respect de leur contrat de travail. Avec des clés de décryptage telles que celle-ci et les capacités avancées de traitement de l'information réseau du Gardien, ce cryptage peut être rompu. Il est ainsi possible de transférer à distance les infomorphes de la main-d'œuvre Upwell via les installations TEBS sans l'autorisation d'Upwell.", "description_it": "One of potentially triilions of unique digital decryption keys used by the proprietary encryption protocols of the Upwell Consortium.\r\n\r\nInfomorphs embodied in Upwell workforce clone bodies are prohibited from remote transfer by Upwell's encryption methods, ensuring they remain faithful to their work contracts. With decryption keys like this one, and the advanced network information processing capabilities of The Warden, that encryption can be broken. This makes remote transfers of Upwell workforce infomorphs possible via TEBS facilities without Upwell's permission.", - "description_ja": "格納されたインフォモーフ、あるいはデジタル化された人間の意識。新たな体にアップロードされる時が来るのを待っている。\r\n\r\n第三者によって新たな体に再インストールされるのを防ぐため、アップウェル・コンソーシアムはこのインフォモーフを暗号化している。これにより暗号化された人物は署名した労働契約を遵守せざるを得なくなっている。", - "description_ko": "정신체는 디지털화된 인간의 의식입니다. 새로운 신체에 이식되기를 기다리고 있습니다.\r\n\r\n업웰 컨소시엄은 정신체를 암호화해 제3자의 신체에 이식하는 것을 방지하고자 했습니다. 정신체 암호화를 담당한 제3자가 업무 계약을 준수할 수밖에 없도록 안전장치를 구상한 것입니다.", - "description_ru": "Инфоморф — оцифрованное человеческое сознание, погружённое в стазис до загрузки в новое тело. Консорциум «Апвелл» зашифровал его, чтобы посторонние не могли получить доступ к личности работника, заключившего с ними трудовой договор.", - "description_zh": "电子意识是一种数字化人类意识,在上传到新躯体之前会先存储在状态中。昇威财团已加密这种电子意识,防止它经第三方之手在新躯体中复生,以此确保加密个体能够忠实履行双方签署的工作合同。", + "description_ja": "アップウェル・コンソーシアム独自の暗号化プロトコルで使われているデジタル暗号解読キーのひとつ。解読キーは場合によっては数兆個発行され、一切重複することはない。\r\n\r\nアップウェルの労働クローンに入れられたインフォモーフは、労働契約を遵守させるため、アップウェルの暗号方式により転送を禁じられているが、こういった暗号解読キーに加えてウォーデンの高度なネットワーク情報処理能力があれば、暗号化を解除することができる。暗号化を解除すれば、TEBS施設を使ってアップウェルの労働者であるインフォモーフたちをアップウェルの許可を得ることなく遠隔転送できるようになる。", + "description_ko": "업웰 컨소시엄 특허 암호화 프로토콜에 사용된 수십조에 달하는 고유 디지털 해독 키 중 하나입니다.\r\n\r\n업웰의 노동 클론 신체에 전송된 정신체는 업웰과 맺은 노동 계약에 따라 업웰의 암호화 기술로 원격 이전이 금지되었습니다. 그러나 초월적인 네트워크 정보 처리 능력을 지닌 워든의 연산력으로 해독 키를 사용하면 충분히 해독할 수 있습니다. 인증이 해제된 정신체는 업웰의 허가 없이도 TEBS 등의 시설을 활용해 다른 신체로 원격 이전할 수 있습니다.", + "description_ru": "Это один из миллиардов уникальных цифровых ключей дешифровки, которые консорциум «Апвелл» применяет в протоколах шифрования собственной разработки. Технологии шифрования «Апвелл» запрещают перенос инфоморфов, привязанных к клонам работников консорциума. Это гарантирует соблюдение трудового контракта. Однако шифр можно взломать, имея в распоряжении такой ключ дешифровки и мощнейшие устройства обработки сетевой информации, установленные в «Страже». После взлома удалённый перенос рабочих инфоморфов посредством транснейронных эхо-сканеров без разрешения «Апвелл» становится более чем возможным.", + "description_zh": "可能是昇威财团专有加密协议所用的数以万亿计的特殊数字解密密钥之一。昇威使用特殊加密方法,禁止远程传输其劳动力克隆体中出现的电子意识,确保这些克隆体忠实履行工作合同。结合使用此类解密密钥和典狱官先进的网络信息处理能力,即可破解加密系统。有了这种方法,无需获取昇威权限,也能通过TEBS设施远程传输昇威劳动力的电子意识。", "descriptionID": 731184, "groupID": 4824, "iconID": 26371, @@ -197581,15 +199189,15 @@ "published": 1, "radius": 1.0, "typeID": 85746, - "typeName_de": "Encrypted Infomorph", + "typeName_de": "Infomorph Decryption Key", "typeName_en-us": "Infomorph Decryption Key", - "typeName_es": "Infomorfo cifrado", - "typeName_fr": "Infomorphe crypté", + "typeName_es": "Clave de desencriptación de infomorfos", + "typeName_fr": "Clé de décryptage d'infomorphe", "typeName_it": "Infomorph Decryption Key", - "typeName_ja": "暗号化されたインフォモーフ", - "typeName_ko": "암호화된 정신체", - "typeName_ru": "Encrypted Infomorph", - "typeName_zh": "经过加密的电子意识", + "typeName_ja": "インフォモーフの暗号解読キー", + "typeName_ko": "정신체 해독 키", + "typeName_ru": "Infomorph Decryption Key", + "typeName_zh": "电子意识解密密钥", "typeNameID": 731183, "volume": 0.1 }, @@ -198174,6 +199782,516 @@ "typeNameID": 863021, "volume": 1.0 }, + "85772": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863034, + "groupID": 4726, + "iconID": 26380, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85772, + "typeName_de": "Winter’s Pale Matte - Limited", + "typeName_en-us": "Winter’s Pale Matte - Limited", + "typeName_es": "Winter’s Pale Matte - Limited", + "typeName_fr": "Winter’s Pale Matte - Limited", + "typeName_it": "Winter’s Pale Matte - Limited", + "typeName_ja": "Winter’s Pale Matte - Limited", + "typeName_ko": "Winter’s Pale Matte - Limited", + "typeName_ru": "Winter’s Pale Matte - Limited", + "typeName_zh": "Winter’s Pale Matte - Limited", + "typeNameID": 863033, + "volume": 0.1 + }, + "85773": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863036, + "groupID": 4726, + "iconID": 26381, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85773, + "typeName_de": "Darkest Amethyst Matte - Limited", + "typeName_en-us": "Darkest Amethyst Matte - Limited", + "typeName_es": "Darkest Amethyst Matte - Limited", + "typeName_fr": "Darkest Amethyst Matte - Limited", + "typeName_it": "Darkest Amethyst Matte - Limited", + "typeName_ja": "Darkest Amethyst Matte - Limited", + "typeName_ko": "Darkest Amethyst Matte - Limited", + "typeName_ru": "Darkest Amethyst Matte - Limited", + "typeName_zh": "Darkest Amethyst Matte - Limited", + "typeNameID": 863035, + "volume": 0.1 + }, + "85774": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863038, + "groupID": 4726, + "iconID": 26382, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85774, + "typeName_de": "Vibrant Truth Matte - Limited", + "typeName_en-us": "Vibrant Truth Matte - Limited", + "typeName_es": "Vibrant Truth Matte - Limited", + "typeName_fr": "Vibrant Truth Matte - Limited", + "typeName_it": "Vibrant Truth Matte - Limited", + "typeName_ja": "Vibrant Truth Matte - Limited", + "typeName_ko": "Vibrant Truth Matte - Limited", + "typeName_ru": "Vibrant Truth Matte - Limited", + "typeName_zh": "Vibrant Truth Matte - Limited", + "typeNameID": 863037, + "volume": 0.1 + }, + "85775": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863040, + "groupID": 4726, + "iconID": 26383, + "isDynamicType": 0, + "marketGroupID": 3654, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85775, + "typeName_de": "Crystal Glaze Satin - Limited", + "typeName_en-us": "Crystal Glaze Satin - Limited", + "typeName_es": "Crystal Glaze Satin - Limited", + "typeName_fr": "Crystal Glaze Satin - Limited", + "typeName_it": "Crystal Glaze Satin - Limited", + "typeName_ja": "Crystal Glaze Satin - Limited", + "typeName_ko": "Crystal Glaze Satin - Limited", + "typeName_ru": "Crystal Glaze Satin - Limited", + "typeName_zh": "Crystal Glaze Satin - Limited", + "typeNameID": 863039, + "volume": 0.1 + }, + "85776": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863042, + "groupID": 4726, + "iconID": 26384, + "isDynamicType": 0, + "marketGroupID": 3654, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85776, + "typeName_de": "Incursive Ink Satin - Limited", + "typeName_en-us": "Incursive Ink Satin - Limited", + "typeName_es": "Incursive Ink Satin - Limited", + "typeName_fr": "Incursive Ink Satin - Limited", + "typeName_it": "Incursive Ink Satin - Limited", + "typeName_ja": "Incursive Ink Satin - Limited", + "typeName_ko": "Incursive Ink Satin - Limited", + "typeName_ru": "Incursive Ink Satin - Limited", + "typeName_zh": "Incursive Ink Satin - Limited", + "typeNameID": 863041, + "volume": 0.1 + }, + "85777": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863044, + "groupID": 4726, + "iconID": 26385, + "isDynamicType": 0, + "marketGroupID": 3654, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85777, + "typeName_de": "Vibrant Truth Satin - Limited", + "typeName_en-us": "Vibrant Truth Satin - Limited", + "typeName_es": "Vibrant Truth Satin - Limited", + "typeName_fr": "Vibrant Truth Satin - Limited", + "typeName_it": "Vibrant Truth Satin - Limited", + "typeName_ja": "Vibrant Truth Satin - Limited", + "typeName_ko": "Vibrant Truth Satin - Limited", + "typeName_ru": "Vibrant Truth Satin - Limited", + "typeName_zh": "Vibrant Truth Satin - Limited", + "typeNameID": 863043, + "volume": 0.1 + }, + "85778": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863046, + "groupID": 4726, + "iconID": 26386, + "isDynamicType": 0, + "marketGroupID": 3655, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85778, + "typeName_de": "Winter’s Pale Gloss - Limited", + "typeName_en-us": "Winter’s Pale Gloss - Limited", + "typeName_es": "Winter’s Pale Gloss - Limited", + "typeName_fr": "Winter’s Pale Gloss - Limited", + "typeName_it": "Winter’s Pale Gloss - Limited", + "typeName_ja": "Winter’s Pale Gloss - Limited", + "typeName_ko": "Winter’s Pale Gloss - Limited", + "typeName_ru": "Winter’s Pale Gloss - Limited", + "typeName_zh": "Winter’s Pale Gloss - Limited", + "typeNameID": 863045, + "volume": 0.1 + }, + "85779": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863048, + "groupID": 4726, + "iconID": 26387, + "isDynamicType": 0, + "marketGroupID": 3655, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85779, + "typeName_de": "Crystal Glaze Gloss - Limited", + "typeName_en-us": "Crystal Glaze Gloss - Limited", + "typeName_es": "Crystal Glaze Gloss - Limited", + "typeName_fr": "Crystal Glaze Gloss - Limited", + "typeName_it": "Crystal Glaze Gloss - Limited", + "typeName_ja": "Crystal Glaze Gloss - Limited", + "typeName_ko": "Crystal Glaze Gloss - Limited", + "typeName_ru": "Crystal Glaze Gloss - Limited", + "typeName_zh": "Crystal Glaze Gloss - Limited", + "typeNameID": 863047, + "volume": 0.1 + }, + "85780": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863050, + "groupID": 4726, + "iconID": 26388, + "isDynamicType": 0, + "marketGroupID": 3655, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85780, + "typeName_de": "Thick Blue Frost Gloss - Limited", + "typeName_en-us": "Thick Blue Frost Gloss - Limited", + "typeName_es": "Thick Blue Frost Gloss - Limited", + "typeName_fr": "Thick Blue Frost Gloss - Limited", + "typeName_it": "Thick Blue Frost Gloss - Limited", + "typeName_ja": "Thick Blue Frost Gloss - Limited", + "typeName_ko": "Thick Blue Frost Gloss - Limited", + "typeName_ru": "Thick Blue Frost Gloss - Limited", + "typeName_zh": "Thick Blue Frost Gloss - Limited", + "typeNameID": 863049, + "volume": 0.1 + }, + "85781": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863052, + "groupID": 4726, + "iconID": 26389, + "isDynamicType": 0, + "marketGroupID": 3655, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85781, + "typeName_de": "True Krystallos Gloss - Limited", + "typeName_en-us": "True Krystallos Gloss - Limited", + "typeName_es": "True Krystallos Gloss - Limited", + "typeName_fr": "True Krystallos Gloss - Limited", + "typeName_it": "True Krystallos Gloss - Limited", + "typeName_ja": "True Krystallos Gloss - Limited", + "typeName_ko": "True Krystallos Gloss - Limited", + "typeName_ru": "True Krystallos Gloss - Limited", + "typeName_zh": "True Krystallos Gloss - Limited", + "typeNameID": 863051, + "volume": 0.1 + }, + "85782": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863054, + "groupID": 4726, + "iconID": 26390, + "isDynamicType": 0, + "marketGroupID": 3632, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85782, + "typeName_de": "Steel Bauble Metallic - Limited", + "typeName_en-us": "Steel Bauble Metallic - Limited", + "typeName_es": "Steel Bauble Metallic - Limited", + "typeName_fr": "Steel Bauble Metallic - Limited", + "typeName_it": "Steel Bauble Metallic - Limited", + "typeName_ja": "Steel Bauble Metallic - Limited", + "typeName_ko": "Steel Bauble Metallic - Limited", + "typeName_ru": "Steel Bauble Metallic - Limited", + "typeName_zh": "Steel Bauble Metallic - Limited", + "typeNameID": 863053, + "volume": 0.1 + }, + "85783": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863056, + "groupID": 4726, + "iconID": 26391, + "isDynamicType": 0, + "marketGroupID": 3632, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85783, + "typeName_de": "Antique Copper Foil Metallic - Limited", + "typeName_en-us": "Antique Copper Foil Metallic - Limited", + "typeName_es": "Antique Copper Foil Metallic - Limited", + "typeName_fr": "Antique Copper Foil Metallic - Limited", + "typeName_it": "Antique Copper Foil Metallic - Limited", + "typeName_ja": "Antique Copper Foil Metallic - Limited", + "typeName_ko": "Antique Copper Foil Metallic - Limited", + "typeName_ru": "Antique Copper Foil Metallic - Limited", + "typeName_zh": "Antique Copper Foil Metallic - Limited", + "typeNameID": 863055, + "volume": 0.1 + }, + "85784": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863058, + "groupID": 4726, + "iconID": 26392, + "isDynamicType": 0, + "marketGroupID": 3632, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85784, + "typeName_de": "Electroplated Wish Metallic - Limited", + "typeName_en-us": "Electroplated Wish Metallic - Limited", + "typeName_es": "Electroplated Wish Metallic - Limited", + "typeName_fr": "Electroplated Wish Metallic - Limited", + "typeName_it": "Electroplated Wish Metallic - Limited", + "typeName_ja": "Electroplated Wish Metallic - Limited", + "typeName_ko": "Electroplated Wish Metallic - Limited", + "typeName_ru": "Electroplated Wish Metallic - Limited", + "typeName_zh": "Electroplated Wish Metallic - Limited", + "typeNameID": 863057, + "volume": 0.1 + }, + "85785": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863060, + "groupID": 4726, + "iconID": 26393, + "isDynamicType": 0, + "marketGroupID": 3633, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85785, + "typeName_de": "Solstice Nexus - Limited", + "typeName_en-us": "Solstice Nexus - Limited", + "typeName_es": "Solstice Nexus - Limited", + "typeName_fr": "Solstice Nexus - Limited", + "typeName_it": "Solstice Nexus - Limited", + "typeName_ja": "Solstice Nexus - Limited", + "typeName_ko": "Solstice Nexus - Limited", + "typeName_ru": "Solstice Nexus - Limited", + "typeName_zh": "Solstice Nexus - Limited", + "typeNameID": 863059, + "volume": 0.1 + }, + "85786": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 863062, + "groupID": 4726, + "iconID": 26394, + "isDynamicType": 0, + "marketGroupID": 3633, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85786, + "typeName_de": "Cross Drift - Limited", + "typeName_en-us": "Cross Drift - Limited", + "typeName_es": "Cross Drift - Limited", + "typeName_fr": "Cross Drift - Limited", + "typeName_it": "Cross Drift - Limited", + "typeName_ja": "Cross Drift - Limited", + "typeName_ko": "Cross Drift - Limited", + "typeName_ru": "Cross Drift - Limited", + "typeName_zh": "Cross Drift - Limited", + "typeNameID": 863061, + "volume": 0.1 + }, "85787": { "basePrice": 0.0, "capacity": 0.0, @@ -198225,7 +200343,7 @@ "marketGroupID": 3655, "mass": 0.0, "portionSize": 1, - "published": 0, + "published": 1, "radius": 1.0, "typeID": 85843, "typeName_de": "Blue Ice Gloss - Limited", @@ -198259,7 +200377,7 @@ "marketGroupID": 3654, "mass": 0.0, "portionSize": 1, - "published": 0, + "published": 1, "radius": 1.0, "typeID": 85844, "typeName_de": "Clear Gelidus Satin - Limited", @@ -198293,7 +200411,7 @@ "marketGroupID": 3653, "mass": 0.0, "portionSize": 1, - "published": 0, + "published": 1, "radius": 1.0, "typeID": 85845, "typeName_de": "Winter Bloom Matte - Limited", @@ -198327,7 +200445,7 @@ "marketGroupID": 3632, "mass": 0.0, "portionSize": 1, - "published": 0, + "published": 1, "radius": 1.0, "typeID": 85846, "typeName_de": "Festive Iron Metallic - Limited", @@ -198361,7 +200479,7 @@ "marketGroupID": 3633, "mass": 0.0, "portionSize": 1, - "published": 0, + "published": 1, "radius": 1.0, "typeID": 85847, "typeName_de": "Jagged Crystal - Limited", @@ -199398,278 +201516,6 @@ "typeNameID": 869296, "volume": 0.0 }, - "85890": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869298, - "groupID": 1950, - "marketGroupID": 1990, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 4, - "radius": 1.0, - "typeID": 85890, - "typeName_de": "Maller Shattered Paradigm SKIN", - "typeName_en-us": "Maller Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Maller", - "typeName_fr": "SKIN Maller, édition Paradigme brisé", - "typeName_it": "Maller Shattered Paradigm SKIN", - "typeName_ja": "モーラー・シャタードパラダイムSKIN", - "typeName_ko": "말러 '부서진 패러다임' SKIN", - "typeName_ru": "Maller Shattered Paradigm SKIN", - "typeName_zh": "暴君级破灭典范涂装", - "typeNameID": 869299, - "volume": 0.01 - }, - "85891": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869301, - "groupID": 1950, - "marketGroupID": 2063, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 4, - "radius": 1.0, - "typeID": 85891, - "typeName_de": "Augoror Navy Issue Shattered Paradigm SKIN", - "typeName_en-us": "Augoror Navy Issue Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Augoror modelo de la Armada", - "typeName_fr": "SKIN Augoror Navy Issue, édition Paradigme brisé", - "typeName_it": "Augoror Navy Issue Shattered Paradigm SKIN", - "typeName_ja": "オーゴロー海軍仕様シャタードパラダイムSKIN", - "typeName_ko": "아거르 해군 에디션 '부서진 패러다임' SKIN", - "typeName_ru": "Augoror Navy Issue Shattered Paradigm SKIN", - "typeName_zh": "奥格诺级海军型破灭典范涂装", - "typeNameID": 869302, - "volume": 0.01 - }, - "85892": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869304, - "groupID": 1950, - "marketGroupID": 2142, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 4, - "radius": 1.0, - "typeID": 85892, - "typeName_de": "Pontifex Shattered Paradigm SKIN", - "typeName_en-us": "Pontifex Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Pontifex", - "typeName_fr": "SKIN Pontifex, édition Paradigme brisé", - "typeName_it": "Pontifex Shattered Paradigm SKIN", - "typeName_ja": "ポンティフェックス・シャタードパラダイムSKIN", - "typeName_ko": "폰티펙스 '부서진 패러다임' SKIN", - "typeName_ru": "Pontifex Shattered Paradigm SKIN", - "typeName_zh": "教皇级破灭典范涂装", - "typeNameID": 869305, - "volume": 0.01 - }, - "85893": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869307, - "groupID": 1950, - "marketGroupID": 2002, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 4, - "radius": 1.0, - "typeID": 85893, - "typeName_de": "Punisher Shattered Paradigm SKIN", - "typeName_en-us": "Punisher Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Punisher", - "typeName_fr": "SKIN Punisher, édition Paradigme brisé", - "typeName_it": "Punisher Shattered Paradigm SKIN", - "typeName_ja": "パニッシャー・シャタードパラダイムSKIN", - "typeName_ko": "퍼니셔 '부서진 패러다임' SKIN", - "typeName_ru": "Punisher Shattered Paradigm SKIN", - "typeName_zh": "惩罚者级破灭典范涂装", - "typeNameID": 869308, - "volume": 0.01 - }, - "85894": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869310, - "groupID": 1950, - "marketGroupID": 2106, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 8, - "radius": 1.0, - "typeID": 85894, - "typeName_de": "Eos Shattered Paradigm SKIN", - "typeName_en-us": "Eos Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Eos", - "typeName_fr": "SKIN Eos, édition Paradigme brisé", - "typeName_it": "Eos Shattered Paradigm SKIN", - "typeName_ja": "エオス・シャタードパラダイムSKIN", - "typeName_ko": "에오스 '부서진 패러다임' SKIN", - "typeName_ru": "Eos Shattered Paradigm SKIN", - "typeName_zh": "曙光女神级破灭典范涂装", - "typeNameID": 869311, - "volume": 0.01 - }, - "85895": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869313, - "groupID": 1950, - "marketGroupID": 2063, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 8, - "radius": 1.0, - "typeID": 85895, - "typeName_de": "Exequror Navy Issue Shattered Paradigm SKIN", - "typeName_en-us": "Exequror Navy Issue Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Exequror modelo de la Armada", - "typeName_fr": "SKIN Exequror Navy Issue, édition Paradigme brisé", - "typeName_it": "Exequror Navy Issue Shattered Paradigm SKIN", - "typeName_ja": "イクセキュラー海軍仕様シャタードパラダイムSKIN", - "typeName_ko": "엑제큐러 해군 에디션 '부서진 패러다임' SKIN", - "typeName_ru": "Exequror Navy Issue Shattered Paradigm SKIN", - "typeName_zh": "送葬者级海军型破灭典范涂装", - "typeNameID": 869314, - "volume": 0.01 - }, - "85896": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869316, - "groupID": 1950, - "marketGroupID": 2144, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 8, - "radius": 1.0, - "typeID": 85896, - "typeName_de": "Magus Shattered Paradigm SKIN", - "typeName_en-us": "Magus Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Magus", - "typeName_fr": "SKIN Magus, édition Paradigme brisé", - "typeName_it": "Magus Shattered Paradigm SKIN", - "typeName_ja": "メイガス・シャタードパラダイムSKIN", - "typeName_ko": "마구스 '부서진 패러다임' SKIN", - "typeName_ru": "Magus Shattered Paradigm SKIN", - "typeName_zh": "占星级破灭典范涂装", - "typeNameID": 869317, - "volume": 0.01 - }, - "85897": { - "basePrice": 0.0, - "capacity": 0.0, - "description_de": "Die Grundsätze der konventionellen Kriegsführung führen zu herkömmlichen Erfolgen. Wenn man an die Spitze gelangen will, wird das Konventionelle nicht ausreichen. – Edward Grand, CEO der IGC", - "description_en-us": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_es": "Los principios de la guerra convencional conducen a un éxito convencional. Si quieres llegar a la cima, lo convencional no es suficiente.\r\n\r\n— CEO de la CJI Edward Grand", - "description_fr": "Les principes de la guerre conventionnelle conduisent à un succès conventionnel. Pour qui souhaite atteindre le sommet, le conventionnel ne suffira pas. - Edward Grand, PDG de l'IGC", - "description_it": "The tenets of conventional warfare lead to conventional success. If you want to rise to the top, conventional just won’t cut it.\r\n\r\n- IGC CEO Edward Grand", - "description_ja": "従来の戦争のやり方は、従来の成功のみをもたらします。頂点に立ちたければ、従来のやり方だけでは足りません。\r\n\r\n- IGC CEO エドワード・グランド", - "description_ko": "상투적인 전쟁은 상투적인 성공을 보장할 뿐이다. 정상에 오르고 싶다면 당장 상투적인 행태를 버려라.\r\n\r\n- IGC CEO 에드워드 그랜드", - "description_ru": "«Обычными методами ведения войны можно добиться только обычных результатов. Этого недостаточно, чтобы пробиться на вершину» — Эдвард Гранд, президент НТК", - "description_zh": "常规战法可谓无往而不胜。要想青云直上,就得打破常规。——独立竞技委员会CEO爱德华·格兰德", - "descriptionID": 869319, - "groupID": 1950, - "marketGroupID": 2030, - "mass": 0.0, - "metaGroupID": 17, - "portionSize": 1, - "published": 1, - "raceID": 1, - "radius": 1.0, - "typeID": 85897, - "typeName_de": "Orthrus Shattered Paradigm SKIN", - "typeName_en-us": "Orthrus Shattered Paradigm SKIN", - "typeName_es": "SKIN de Paradigma Destrozado para la Orthrus", - "typeName_fr": "SKIN Orthrus, édition Paradigme brisé", - "typeName_it": "Orthrus Shattered Paradigm SKIN", - "typeName_ja": "オーソラス・シャタードパラダイムSKIN", - "typeName_ko": "오르서스 '부서진 패러다임' SKIN", - "typeName_ru": "Orthrus Shattered Paradigm SKIN", - "typeName_zh": "奥苏斯级破灭典范涂装", - "typeNameID": 869320, - "volume": 0.01 - }, "85898": { "basePrice": 0.0, "capacity": 0.0, @@ -199967,6 +201813,176 @@ "typeNameID": 869667, "volume": 0.01 }, + "85934": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_fr": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ko": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ru": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_zh": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "descriptionID": 869676, + "groupID": 4726, + "iconID": 26382, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85934, + "typeName_de": "Vibrant Truth Matte - Unlimited", + "typeName_en-us": "Vibrant Truth Matte - Unlimited", + "typeName_es": "Vibrant Truth Matte - Unlimited", + "typeName_fr": "Vibrant Truth Matte - Unlimited", + "typeName_it": "Vibrant Truth Matte - Unlimited", + "typeName_ja": "Vibrant Truth Matte - Unlimited", + "typeName_ko": "Vibrant Truth Matte - Unlimited", + "typeName_ru": "Vibrant Truth Matte - Unlimited", + "typeName_zh": "Vibrant Truth Matte - Unlimited", + "typeNameID": 869675, + "volume": 0.1 + }, + "85935": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_fr": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ko": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ru": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_zh": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "descriptionID": 869678, + "groupID": 4726, + "iconID": 26383, + "isDynamicType": 0, + "marketGroupID": 3654, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85935, + "typeName_de": "Crystal Glaze Satin - Unlimited", + "typeName_en-us": "Crystal Glaze Satin - Unlimited", + "typeName_es": "Crystal Glaze Satin - Unlimited", + "typeName_fr": "Crystal Glaze Satin - Unlimited", + "typeName_it": "Crystal Glaze Satin - Unlimited", + "typeName_ja": "Crystal Glaze Satin - Unlimited", + "typeName_ko": "Crystal Glaze Satin - Unlimited", + "typeName_ru": "Crystal Glaze Satin - Unlimited", + "typeName_zh": "Crystal Glaze Satin - Unlimited", + "typeNameID": 869677, + "volume": 0.1 + }, + "85936": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_fr": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ko": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ru": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_zh": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "descriptionID": 869680, + "groupID": 4726, + "iconID": 26384, + "isDynamicType": 0, + "marketGroupID": 3654, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85936, + "typeName_de": "Incursive Ink Satin - Unlimited", + "typeName_en-us": "Incursive Ink Satin - Unlimited", + "typeName_es": "Incursive Ink Satin - Unlimited", + "typeName_fr": "Incursive Ink Satin - Unlimited", + "typeName_it": "Incursive Ink Satin - Unlimited", + "typeName_ja": "Incursive Ink Satin - Unlimited", + "typeName_ko": "Incursive Ink Satin - Unlimited", + "typeName_ru": "Incursive Ink Satin - Unlimited", + "typeName_zh": "Incursive Ink Satin - Unlimited", + "typeNameID": 869679, + "volume": 0.1 + }, + "85938": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_fr": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ko": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ru": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_zh": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "descriptionID": 869687, + "groupID": 4726, + "iconID": 26386, + "isDynamicType": 0, + "marketGroupID": 3655, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85938, + "typeName_de": "Winter’s Pale Gloss - Unlimited", + "typeName_en-us": "Winter’s Pale Gloss - Unlimited", + "typeName_es": "Winter’s Pale Gloss - Unlimited", + "typeName_fr": "Winter’s Pale Gloss - Unlimited", + "typeName_it": "Winter’s Pale Gloss - Unlimited", + "typeName_ja": "Winter’s Pale Gloss - Unlimited", + "typeName_ko": "Winter’s Pale Gloss - Unlimited", + "typeName_ru": "Winter’s Pale Gloss - Unlimited", + "typeName_zh": "Winter’s Pale Gloss - Unlimited", + "typeNameID": 869686, + "volume": 0.1 + }, + "85939": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_en-us": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_fr": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_it": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_ko": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_ru": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "description_zh": "A license for the unlimited use of a metallic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this metallic nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this metallic you must provide Fermionic Sequencer to bind the unique SKIN licenses you are producing.", + "descriptionID": 869689, + "groupID": 4726, + "iconID": 26392, + "isDynamicType": 0, + "marketGroupID": 3632, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 85939, + "typeName_de": "Electroplated Wish Metallic - Unlimited", + "typeName_en-us": "Electroplated Wish Metallic - Unlimited", + "typeName_es": "Electroplated Wish Metallic - Unlimited", + "typeName_fr": "Electroplated Wish Metallic - Unlimited", + "typeName_it": "Electroplated Wish Metallic - Unlimited", + "typeName_ja": "Electroplated Wish Metallic - Unlimited", + "typeName_ko": "Electroplated Wish Metallic - Unlimited", + "typeName_ru": "Electroplated Wish Metallic - Unlimited", + "typeName_zh": "Electroplated Wish Metallic - Unlimited", + "typeNameID": 869688, + "volume": 0.1 + }, "85940": { "basePrice": 0.0, "capacity": 0.0, @@ -200938,10 +202954,10 @@ "basePrice": 0.0, "capacity": 0.0, "description_de": "Bei Super Kerr-induzierten Nanobeschichtungen (kurz: Schiffslackierungen oder SKINs) handelt es sich um eine Technologie, die es Kapselpiloten erlaubt, das Aussehen ihres Schiffs nach Belieben zu verändern. Individuelle Schiffslackierungen werden aktiviert, indem die spezielle Codierung im Neuralinterface des Piloten integriert wird. Sie können anschließend mit jedem passenden Schiff des Kapselpiloten benutzt werden. Dieser seltene SKIN wurde exklusiv von der Unabhängigen Spielekommission als Preis für Allianzen entworfen und hergestellt, die im Allianzturnier XIX im Jahr YC125 den Sieg über ihre Gegner errungen haben. Das Design dieses Schiffes wurde zu Ehren der Föderation der Gallente für das Sponsoring des AT XIX entworfen und verwendet Adapter-Prototypen, die ihre Anwendung auf einer Reihe von ähnlichen Schiffsrümpfen unter der gleichen Anleitung ermöglichen. ( copy )", - "description_en-us": "Super Kerr-Induced Nanocoatings (SKINs) are a technology that enables capsuleers to change the look of their ships at will. Individual ship SKINs are activated by integrating the special encoding into the pilot's neural interfaces, and are subsequently available to use on any suitable ship flown by the capsuleer. This rare SKIN was designed and manufactured by the Independent Gaming Commission exclusively as a prize for alliances that achieved victory over their opponents in Alliance Tournament XIX in YC125. This SKIN's design is in honor of the sponsorship of AT XIX by the Gallente Federation and uses prototype adapters to enable its application to a number of related ship hulls using the same instruction set. ( copy )", + "description_en-us": "Victory is best announced by the silence of the defeated.\r\n\r\n- Korako “The Rabbit” Kosakami", "description_es": "Los supernanorrevestimientos inducidos por Kerr (SKIN, por sus siglas en inglés) son una tecnología que permite a los capsulistas cambiar el aspecto de sus naves a placer. Las SKIN de naves individuales se activan al integrar el encriptado especial en las interfaces neuronales del piloto, a partir de lo cual pasan a estar disponibles para su uso en cualquier nave adecuada pilotada por ese capsulista. La Comisión de Juegos Independiente diseñó y fabricó esta poco común SKIN exclusivamente como premio para las alianzas que lograron vencer a sus oponentes en el XIX Torneo de Alianzas de 125 CY. Esta SKIN se diseñó en honor al patrocinio de la Federación Gallente al XIX TA y emplea adaptadores prototípicos que permiten instalarla en varios cascos de naves similares que compartan el mismo conjunto de instrucciones. (copia)", "description_fr": "Les nanorevêtements générés par le super Kerr (SKINS) permettent aux capsuliers de modifier à volonté l'apparence de leurs vaisseaux. Les SKINS de vaisseaux individuels intègrent l'encodage des nanorevêtements directement dans les interfaces neurales du pilote pour les transposer aux vaisseaux technologiquement compatibles. Ce SKIN rare a été créé et produit en exclusivité par l'Independent Gaming Commission pour récompenser les alliances victorieuses lors de l'Alliance Tournament XIX en 125 après CY. Le design de ce SKIN rend hommage au parrainage de l'AT XIX par la Fédération gallente et utilise des adaptateurs prototypes pour permettre son application sur plusieurs coques de vaisseaux associées, en utilisant le même ensemble d'instructions.", - "description_it": "Super Kerr-Induced Nanocoatings (SKINs) are a technology that enables capsuleers to change the look of their ships at will. Individual ship SKINs are activated by integrating the special encoding into the pilot's neural interfaces, and are subsequently available to use on any suitable ship flown by the capsuleer. This rare SKIN was designed and manufactured by the Independent Gaming Commission exclusively as a prize for alliances that achieved victory over their opponents in Alliance Tournament XIX in YC125. This SKIN's design is in honor of the sponsorship of AT XIX by the Gallente Federation and uses prototype adapters to enable its application to a number of related ship hulls using the same instruction set. ( copy )", + "description_it": "Victory is best announced by the silence of the defeated.\r\n\r\n- Korako “The Rabbit” Kosakami", "description_ja": "超カー誘発性ナノコーティング(SKIN)を使うことで、カプセラは自艦の見た目を自由に変えることができる。それぞれの船のSKINは、パイロットの神経系インターフェイスに特殊な符号化データを統合することで有効化される。一度有効化したSKINは、以後、そのSKINを利用できる全ての船で使用できるようになる。この稀少なSKINは、YC125年に行われたアライアンス・トーナメントXIXにおいて敵を下して勝利したアライアンスへの報酬として、インディペンデントゲーミングコミッションが独占的にデザイン、生産したものだ。このSKINはアライアンス・トーナメントXIXのスポンサーとなったガレンテ連邦に敬意を表したデザインになっているほか、プロトタイプのアダプターを採用しており、同一の命令セットを使用している複数の艦船に適用することができる。(コピー)", "description_ko": "슈퍼커나노코팅(SKIN)은 함선의 외관을 변경시켜주는 첨단 기술 장치입니다. 신경 인터페이스에 특수 코드를 입력하면 SKIN이 활성화됩니다. 이후 함선에 활성화된 SKIN을 장착하면 함선의 외관이 변경됩니다. 독립게임위원회(IGC)에서 제작한 한정 SKIN으로 YC 125년 얼라이언스 토너먼트 XIX에서 승리한 얼라이언스에게 지급되었습니다. 해당 SKIN은 갈란테 연방의 얼라이언스 토너먼트 XIX 공식 후원을 기념하기 위해 제작되었으며, 프로토타입 어댑터 기술 덕에 다수의 함선에 적용할 수 있습니다. (복제)", "description_ru": "Шаблоны для перекраски кораблей (или просто окраски) позволяют капсулёрам по желанию изменять внешний вид своих кораблей. Отдельные окраски кораблей активируются путём интеграции особого шифра в нейроинтерфейс пилота, что позволяет применять данные окраски к любым кораблям, на которых летает этот капсулёр. Эта редкая окраска разработана и произведена Независимым турнирным комитетом в качестве уникального приза для альянсов, вырвавших победу из рук противников на 19-м Турнире альянсов в 125 году от ю. с. Её дизайн — дань уважения Галлентской Федерации, которая стала спонсором этого турнира. Окраска оснащена экспериментальными адаптерами, позволяющими нанести её на ряд корпусов при использовании одного и того же набора инструкций.", @@ -203333,6 +205349,487 @@ "typeNameID": 870519, "volume": 0.1 }, + "86108": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_es": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_fr": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ja": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ko": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ru": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_zh": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "descriptionID": 870530, + "groupID": 1950, + "marketGroupID": 1974, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 4, + "radius": 1.0, + "typeID": 86108, + "typeName_de": "Aeon Aurora Universalis SKIN", + "typeName_en-us": "Aeon Aurora Universalis SKIN", + "typeName_es": "Aeon Aurora Universalis SKIN", + "typeName_fr": "Aeon Aurora Universalis SKIN", + "typeName_it": "Aeon Aurora Universalis SKIN", + "typeName_ja": "Aeon Aurora Universalis SKIN", + "typeName_ko": "Aeon Aurora Universalis SKIN", + "typeName_ru": "Aeon Aurora Universalis SKIN", + "typeName_zh": "Aeon Aurora Universalis SKIN", + "typeNameID": 870531, + "volume": 0.01 + }, + "86109": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_es": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_fr": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ja": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ko": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ru": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_zh": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "descriptionID": 870533, + "groupID": 1950, + "marketGroupID": 2088, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 4, + "radius": 1.0, + "typeID": 86109, + "typeName_de": "Impel Aurora Universalis SKIN", + "typeName_en-us": "Impel Aurora Universalis SKIN", + "typeName_es": "Impel Aurora Universalis SKIN", + "typeName_fr": "Impel Aurora Universalis SKIN", + "typeName_it": "Impel Aurora Universalis SKIN", + "typeName_ja": "Impel Aurora Universalis SKIN", + "typeName_ko": "Impel Aurora Universalis SKIN", + "typeName_ru": "Impel Aurora Universalis SKIN", + "typeName_zh": "Impel Aurora Universalis SKIN", + "typeNameID": 870534, + "volume": 0.01 + }, + "86110": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870536, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 4, + "radius": 1.0, + "typeID": 86110, + "typeName_de": "Ark Aurora Universalis SKIN", + "typeName_en-us": "Ark Aurora Universalis SKIN", + "typeName_es": "Ark Aurora Universalis SKIN", + "typeName_fr": "Ark Aurora Universalis SKIN", + "typeName_it": "Ark Aurora Universalis SKIN", + "typeName_ja": "Ark Aurora Universalis SKIN", + "typeName_ko": "Ark Aurora Universalis SKIN", + "typeName_ru": "Ark Aurora Universalis SKIN", + "typeName_zh": "Ark Aurora Universalis SKIN", + "typeNameID": 870537, + "volume": 0.01 + }, + "86111": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870540, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 1, + "radius": 1.0, + "typeID": 86111, + "typeName_de": "Wyvern Aurora Universalis SKIN", + "typeName_en-us": "Wyvern Aurora Universalis SKIN", + "typeName_es": "Wyvern Aurora Universalis SKIN", + "typeName_fr": "Wyvern Aurora Universalis SKIN", + "typeName_it": "Wyvern Aurora Universalis SKIN", + "typeName_ja": "Wyvern Aurora Universalis SKIN", + "typeName_ko": "Wyvern Aurora Universalis SKIN", + "typeName_ru": "Wyvern Aurora Universalis SKIN", + "typeName_zh": "Wyvern Aurora Universalis SKIN", + "typeNameID": 870541, + "volume": 0.01 + }, + "86112": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870543, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 1, + "radius": 1.0, + "typeID": 86112, + "typeName_de": "Crane Aurora Universalis SKIN", + "typeName_en-us": "Crane Aurora Universalis SKIN", + "typeName_es": "Crane Aurora Universalis SKIN", + "typeName_fr": "Crane Aurora Universalis SKIN", + "typeName_it": "Crane Aurora Universalis SKIN", + "typeName_ja": "Crane Aurora Universalis SKIN", + "typeName_ko": "Crane Aurora Universalis SKIN", + "typeName_ru": "Crane Aurora Universalis SKIN", + "typeName_zh": "Crane Aurora Universalis SKIN", + "typeNameID": 870544, + "volume": 0.01 + }, + "86113": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_es": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_fr": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ja": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ko": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ru": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_zh": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. Most think this notion mixes up the fragmentary tales of what happened in those times and the traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "descriptionID": 870546, + "groupID": 1950, + "marketGroupID": 2096, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 1, + "radius": 1.0, + "typeID": 86113, + "typeName_de": "Rhea Aurora Universalis SKIN", + "typeName_en-us": "Rhea Aurora Universalis SKIN", + "typeName_es": "Rhea Aurora Universalis SKIN", + "typeName_fr": "Rhea Aurora Universalis SKIN", + "typeName_it": "Rhea Aurora Universalis SKIN", + "typeName_ja": "Rhea Aurora Universalis SKIN", + "typeName_ko": "Rhea Aurora Universalis SKIN", + "typeName_ru": "Rhea Aurora Universalis SKIN", + "typeName_zh": "Rhea Aurora Universalis SKIN", + "typeNameID": 870547, + "volume": 0.01 + }, + "86114": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870549, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 8, + "radius": 1.0, + "typeID": 86114, + "typeName_de": "Nyx Aurora Universalis SKIN", + "typeName_en-us": "Nyx Aurora Universalis SKIN", + "typeName_es": "Nyx Aurora Universalis SKIN", + "typeName_fr": "Nyx Aurora Universalis SKIN", + "typeName_it": "Nyx Aurora Universalis SKIN", + "typeName_ja": "Nyx Aurora Universalis SKIN", + "typeName_ko": "Nyx Aurora Universalis SKIN", + "typeName_ru": "Nyx Aurora Universalis SKIN", + "typeName_zh": "Nyx Aurora Universalis SKIN", + "typeNameID": 870550, + "volume": 0.01 + }, + "86115": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870552, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 8, + "radius": 1.0, + "typeID": 86115, + "typeName_de": "Viator Aurora Universalis SKIN", + "typeName_en-us": "Viator Aurora Universalis SKIN", + "typeName_es": "Viator Aurora Universalis SKIN", + "typeName_fr": "Viator Aurora Universalis SKIN", + "typeName_it": "Viator Aurora Universalis SKIN", + "typeName_ja": "Viator Aurora Universalis SKIN", + "typeName_ko": "Viator Aurora Universalis SKIN", + "typeName_ru": "Viator Aurora Universalis SKIN", + "typeName_zh": "Viator Aurora Universalis SKIN", + "typeNameID": 870553, + "volume": 0.01 + }, + "86116": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870555, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 8, + "radius": 1.0, + "typeID": 86116, + "typeName_de": "Anshar Aurora Universalis SKIN", + "typeName_en-us": "Anshar Aurora Universalis SKIN", + "typeName_es": "Anshar Aurora Universalis SKIN", + "typeName_fr": "Anshar Aurora Universalis SKIN", + "typeName_it": "Anshar Aurora Universalis SKIN", + "typeName_ja": "Anshar Aurora Universalis SKIN", + "typeName_ko": "Anshar Aurora Universalis SKIN", + "typeName_ru": "Anshar Aurora Universalis SKIN", + "typeName_zh": "Anshar Aurora Universalis SKIN", + "typeNameID": 870556, + "volume": 0.01 + }, + "86117": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_en-us": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_es": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_fr": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_it": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ja": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ko": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_ru": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "description_zh": "Auroras, or polar lights, are a universal concept and shared experience among the peoples of New Eden. The heavily-populated terrestrial home planets are particularly noted for stories and myths involving these striking, dancing lights in the sky.\r\n\r\nTo the Amarr, the aurora are linked to ancient religious stories and are sometimes known as \"Sefrim Banners\", alluding to the angelic figures considered messengers from God. A tradition of the appearance of these lights heralding divine approval for the armies of Amarr during the Reclaiming of Athra is well attested.\r\n\r\nFor the Caldari, the polar lights are the enigmatic \"Flame Wind\", a mysterious force in the animistic mythology of Caldari Prime's pre-industrial era. On the cold Caldari home world, the appearance of the aurora was associated with unusual weather and sudden migrations of animals.\r\n\r\nThe various nations of Gallente Prime had their ancient legends about polar lights but knew the aurora to be an interaction of atmosphere, magnetic fields and stellar winds from the time of the \"Airship Wars\". Viewing aurora on airship trips to the polar regions of Gallente Prime is a popular tourist activity on the planet.\r\n\r\nThe Minmatar have a somewhat mixed viewpoint on aurora, with some believing that such lights were seen during the storms that wracked Matar during the \"Day of Darkness\" that heralded the Amarr invasion. However, most think this notion misreads the fragmentary tales of what happened in those times. The traditional view of the polar lights, at least for tribes such as the Brutor and Sebiestor, is that they represent a \"standing place gathering\" or moot of tribal spirits.\r\n\r\nAt the time of the Yoiul Festival, the aurora lights of the worlds of New Eden are one reminder of the shared history of the people of the cluster and have becomes a symbol to some of their universal connections with one another.", + "descriptionID": 870558, + "groupID": 1950, + "marketGroupID": 1977, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 2, + "radius": 1.0, + "typeID": 86117, + "typeName_de": "Hel Aurora Universalis SKIN", + "typeName_en-us": "Hel Aurora Universalis SKIN", + "typeName_es": "Hel Aurora Universalis SKIN", + "typeName_fr": "Hel Aurora Universalis SKIN", + "typeName_it": "Hel Aurora Universalis SKIN", + "typeName_ja": "Hel Aurora Universalis SKIN", + "typeName_ko": "Hel Aurora Universalis SKIN", + "typeName_ru": "Hel Aurora Universalis SKIN", + "typeName_zh": "Hel Aurora Universalis SKIN", + "typeNameID": 870559, + "volume": 0.01 + }, + "86118": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870561, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 2, + "radius": 1.0, + "typeID": 86118, + "typeName_de": "Mastodon Aurora Universalis SKIN", + "typeName_en-us": "Mastodon Aurora Universalis SKIN", + "typeName_es": "Mastodon Aurora Universalis SKIN", + "typeName_fr": "Mastodon Aurora Universalis SKIN", + "typeName_it": "Mastodon Aurora Universalis SKIN", + "typeName_ja": "Mastodon Aurora Universalis SKIN", + "typeName_ko": "Mastodon Aurora Universalis SKIN", + "typeName_ru": "Mastodon Aurora Universalis SKIN", + "typeName_zh": "Mastodon Aurora Universalis SKIN", + "typeNameID": 870562, + "volume": 0.01 + }, + "86119": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870564, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "raceID": 2, + "radius": 1.0, + "typeID": 86119, + "typeName_de": "Nomad Aurora Universalis SKIN", + "typeName_en-us": "Nomad Aurora Universalis SKIN", + "typeName_es": "Nomad Aurora Universalis SKIN", + "typeName_fr": "Nomad Aurora Universalis SKIN", + "typeName_it": "Nomad Aurora Universalis SKIN", + "typeName_ja": "Nomad Aurora Universalis SKIN", + "typeName_ko": "Nomad Aurora Universalis SKIN", + "typeName_ru": "Nomad Aurora Universalis SKIN", + "typeName_zh": "Nomad Aurora Universalis SKIN", + "typeNameID": 870565, + "volume": 0.01 + }, + "86120": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870574, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86120, + "typeName_de": "Enforcer Aurora Universalis SKIN", + "typeName_en-us": "Enforcer Aurora Universalis SKIN", + "typeName_es": "Enforcer Aurora Universalis SKIN", + "typeName_fr": "Enforcer Aurora Universalis SKIN", + "typeName_it": "Enforcer Aurora Universalis SKIN", + "typeName_ja": "Enforcer Aurora Universalis SKIN", + "typeName_ko": "Enforcer Aurora Universalis SKIN", + "typeName_ru": "Enforcer Aurora Universalis SKIN", + "typeName_zh": "Enforcer Aurora Universalis SKIN", + "typeNameID": 870566, + "volume": 0.01 + }, + "86121": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870568, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86121, + "typeName_de": "Pacifier Aurora Universalis SKIN", + "typeName_en-us": "Pacifier Aurora Universalis SKIN", + "typeName_es": "Pacifier Aurora Universalis SKIN", + "typeName_fr": "Pacifier Aurora Universalis SKIN", + "typeName_it": "Pacifier Aurora Universalis SKIN", + "typeName_ja": "Pacifier Aurora Universalis SKIN", + "typeName_ko": "Pacifier Aurora Universalis SKIN", + "typeName_ru": "Pacifier Aurora Universalis SKIN", + "typeName_zh": "Pacifier Aurora Universalis SKIN", + "typeNameID": 870569, + "volume": 0.01 + }, + "86122": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_en-us": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_es": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_fr": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_it": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ja": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ko": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_ru": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "description_zh": "This SKIN will be applied directly to your character's SKIN collection when redeemed, instead of being placed in your inventory.", + "descriptionID": 870571, + "groupID": 1950, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86122, + "typeName_de": "Marshal Aurora Universalis SKIN", + "typeName_en-us": "Marshal Aurora Universalis SKIN", + "typeName_es": "Marshal Aurora Universalis SKIN", + "typeName_fr": "Marshal Aurora Universalis SKIN", + "typeName_it": "Marshal Aurora Universalis SKIN", + "typeName_ja": "Marshal Aurora Universalis SKIN", + "typeName_ko": "Marshal Aurora Universalis SKIN", + "typeName_ru": "Marshal Aurora Universalis SKIN", + "typeName_zh": "Marshal Aurora Universalis SKIN", + "typeNameID": 870572, + "volume": 0.01 + }, "86125": { "basePrice": 0.0, "capacity": 0.0, @@ -204715,15 +207212,15 @@ "86217": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "Ein Hrada-Oki-Frachter, der Tausende von Bewusstseinen in Stasis transportiert. Dieses Schiff ist bereit, Deathless-Blaupausen gegen zusätzliche verschlüsselte Infomorphs einzutauschen. ", + "description_de": "Dieses Schiff ist bereit, Deathless-Blaupausen gegen Infomorph-Dekodierungsschlüssel einzutauschen. Ein Hrada-Oki-Frachter, der für massive Entschlüsselungszentren neu ausgestattet wurde, die aus der Ferne mit dem Wächter verbunden sind. Um Entdeckung oder Störungen zu vermeiden, bleibt er ständig in Bewegung und unterstützt dabei die Infomorph-Übertragungen des Deathless Circle.", "description_en-us": "This ship is willing to exchange Deathless faction blueprints for Infomorph Decryption Keys. \r\n\r\nA Hrada-Oki freighter refitted to contain massive decryption hubs, remotely linked into The Warden. Always on the move to avoid detection or interference, it provides support to the Deathless Circle's infomorph transmission efforts.", - "description_es": "Un carguero Hrada-Oki que transporta miles y miles de mentes suspendidas en estasis. \r\n\r\nEsta nave está dispuesta a intercambiar planos de la facción Inmortal por infomorfos cifrados adicionales. ", - "description_fr": "Un cargo Hrada-Oki transportant des milliers d'esprits en stase. Ce vaisseau est disposé à échanger des plans de construction de la faction des Immortels contre des infomorphes cryptés supplémentaires. ", + "description_es": "Esta nave está dispuesta a intercambiar planos de la facción Inmortal por claves de descodificación de infomorfos. \r\n\r\nUn carguero Hrada-Oki reacondicionado para albergar enormes centros de descodificación, conectados de forma remota con la Warden. Siempre en movimiento para evitar ser detectado o sufrir interferencias, proporciona apoyo a los esfuerzos de transmisión de infomorfos del Círculo Inmortal.", + "description_fr": "Ce vaisseau est disposé à échanger des plans de construction de la faction immortelle contre des clés de décryptage d'infomorphes. Un cargo Hrada-Oki réaménagé pour contenir d'immenses pôles de décryptage, reliés à distance au Gardien. En mouvement permanent pour échapper à la détection ou aux interférences, il apporte son soutien aux efforts de transmission d'infomorphes du Cercle Immortel.", "description_it": "This ship is willing to exchange Deathless faction blueprints for Infomorph Decryption Keys. \r\n\r\nA Hrada-Oki freighter refitted to contain massive decryption hubs, remotely linked into The Warden. Always on the move to avoid detection or interference, it provides support to the Deathless Circle's infomorph transmission efforts.", - "description_ja": "フラダ・オキの超大型輸送艦。何千何万もの停止状態の精神体を運んでいる。 \r\n\r\nこの艦船に追加の暗号化インフォモーフを渡すことで、引き換えにデスレス勢力の設計図を手に入れることができる。 ", - "description_ko": "수천 단위의 디지털 정신체를 수송하는 하라다-오키 프레이터입니다.\r\n\r\n암호화된 정신체를 제공하면 데스리스 팩션 블루프린트를 보상으로 지급합니다. ", - "description_ru": "Этот фрейтер каравана «Храда-Оки» тысячами перевозит дремлющие разумы. Экипаж корабля предлагает обменять чертежи «Бессмертного круга» на криптоморфов. ", - "description_zh": "一艘赫拉达·奥基货舰,用于运输成千上万处于停滞状态的意识。这艘舰船愿意用来自永生者势力的蓝图交换更多加密电子意识。 ", + "description_ja": "この艦船にインフォモーフの暗号解読キーを渡すことで、引き換えにデスレス勢力の設計図を手に入れることができる。 \r\n\r\nフラダ・オキの超大型輸送艦。改装され、ウォーデンに遠隔リンクされた大型暗号解読ハブを搭載している。常に探知や干渉を避けるように動き、デスレス・サークルがインフォモーフを転送するのを支援している。", + "description_ko": "정신체 해독 키를 데스리스 팩션 블루프린트와 교환할 수 있습니다.\r\n\r\n워든과 원격으로 연결된 거대한 해독 허브를 장착한 하라다-오키 프레이터입니다. 적대 세력의 감지 및 간섭을 피하려 끊임없이 이동하며 데스리스 서클의 정신체 수송 임무를 지원합니다.", + "description_ru": "Экипаж этого корабля выдаёт чертежи «Бессмертного круга» за ключи дешифровки инфоморфов. Этот модифицированный крейсер Храда-Оки вмещает внушительные устройства дешифровки, которые дистанционно подключены к «Стражу». Чтобы избежать обнаружения и воздействия генераторов помех, корабль никогда не останавливается. Задача его экипажа — помощь «Бессмертному кругу» в переносе сознания инфоморфов.", + "description_zh": "这艘舰船愿意用不死势力蓝图交换更多的电子意识解密密钥。一艘经过改装的赫拉达·奥基货舰,建有大型解密中心,可与典狱长进行远程连接。始终保持移动状态,难以被发现或受到干扰,可为不死循环开展的电子意识传输工作提供支持。", "descriptionID": 871221, "graphicID": 3360, "groupID": 226, @@ -204734,15 +207231,15 @@ "raceID": 2, "radius": 700.0, "typeID": 86217, - "typeName_de": "Hrada-Oki Infomorph Transport", + "typeName_de": "Hrada-Oki Mobile Decryption Hub", "typeName_en-us": "Hrada-Oki Mobile Decryption Hub", - "typeName_es": "Transporte de infomorfo Hrada-Oki", - "typeName_fr": "Transport d'infomorphe Hrada-Oki", + "typeName_es": "Centro de descodificación móvil Hrada-Oki", + "typeName_fr": "Centre de décryptage mobile Hrada-Oki", "typeName_it": "Hrada-Oki Mobile Decryption Hub", - "typeName_ja": "フラダ・オキのインフォモーフ輸送艦", - "typeName_ko": "하라다-오키 정신체 수송선", - "typeName_ru": "Hrada-Oki Infomorph Transport", - "typeName_zh": "赫拉达·奥基电子意识运输舰", + "typeName_ja": "フラダ・オキの移動式暗号解読ハブ", + "typeName_ko": "하라다-오키 이동식 해독 허브", + "typeName_ru": "Hrada-Oki Mobile Decryption Hub", + "typeName_zh": "赫拉达·奥基移动解密中心", "typeNameID": 870907, "volume": 0.0 }, @@ -205429,15 +207926,15 @@ "86277": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "Dieser Ort bietet wertvolle Gegenstände im Austausch gegen verschlüsselte Infomorphs. Eine spezielle Suite mit Zugang zu Einrichtungen im Innern des Wächters ist in der Lage, die Upwell-Verschlüsselung von eingehenden Infomorphs zu knacken, sodass sie frei in neue Körper übertragen werden können. Im Austausch für diesen Dienst belohnt der Deathless Circle jeden, der bereit ist, verschlüsselte Infomorphs zu unterstützen, indem er sie hierherbringt.", + "description_de": "Dieser Ort bietet wertvolle Gegenstände im Austausch gegen Infomorph-Dekodierungsschlüssel. Mit einer speziellen Suite mit Zugang zum Wächter kann diese Einrichtung Dekodierungsschlüssel aus der Ferne übertragen, damit willige Arbeitsklone von Upwell ihre vertraglichen Verschlüsselungen knacken und frei in neue Körper übertragen werden können. Der Deathless Circle wird jedem eine Belohnung gewähren, der bereit ist, ihnen Infomorph-Dekodierungsschlüssel zu bringen und bei der freien Übertragung von Arbeitsklonen von Upwell zu helfen.", "description_en-us": "This location offers valuable items in exchange for Infomorph Decryption Keys.\r\n\r\nWith a special suite set up with access to The Warden, this facility is capable of remotely transmitting decryption keys that allow willing Upwell workforce clones to break their contracted encryption locks and be freely re-embodied. The Deathless Circle will reward anyone willing to bring them Infomorph Decryption Keys and assist in the free transfer of Upwell workforce clones.", - "description_es": "Esta ubicación ofrece objetos valiosos a cambio de infomorfos cifrados.\r\n\r\nUna suite especial con acceso a las instalaciones de la Warden es capaz de romper el cifrado de Upwell en los infomorfos que llegan para que se puedan volver a encarnar. A cambio de este servicio, el Círculo Inmortal recompensará a cualquiera que esté dispuesto a ayudar trayendo aquí a los infomorfos cifrados.", - "description_fr": "Ce lieu propose des objets précieux en échange d'infomorphes cryptés. Une suite spéciale disposant d'accès aux installations du Gardien est capable de briser le cryptage Upwell des infomorphes reçu, permettant ainsi de les réincarner librement. En échange de ce service, le Cercle Immortel récompensera quiconque accepte d'aider les infomorphes cryptés en les amenant ici.", + "description_es": "Esta ubicación ofrece objetos valiosos a cambio de claves de descodificación de infomorfos.\r\n\r\nCon una suite especial configurada con acceso a la Warden, esta instalación es capaz de transmitir de forma remota claves de descodificación que permiten a los clones de mano de obra de Upwell decodificar sus cifrados contratados y volver a encarnarse libremente. El Círculo Inmortal recompensará a cualquiera que esté dispuesto a traerles claves de descodificación de infomorfos y ayudar en la transferencia libre de clones de mano de obra de Upwell.", + "description_fr": "Ce lieu propose des objets précieux en échange de clés de décryptage d'infomorphes. Grâce à une suite spéciale disposant d'un accès à la structure du Gardien, cette installation peut transmettre à distance des clés de décryptage permettant aux clones de travailleurs d'Upwell de rompre leurs verrous de cryptage contractuels et de se réincarner librement. Le Cercle Immortel récompensera toute personne prête à lui fournir des clés de décryptage d'infomorphes et à aider au transfert libre des clones de main-d'œuvre Upwell.", "description_it": "This location offers valuable items in exchange for Infomorph Decryption Keys.\r\n\r\nWith a special suite set up with access to The Warden, this facility is capable of remotely transmitting decryption keys that allow willing Upwell workforce clones to break their contracted encryption locks and be freely re-embodied. The Deathless Circle will reward anyone willing to bring them Infomorph Decryption Keys and assist in the free transfer of Upwell workforce clones.", - "description_ja": "この場所では暗号化されたインフォモーフと引き換えに貴重なアイテムを入手できる。\r\n\r\nウォーデン内の施設にアクセスし、持ち込まれたインフォモーフに施されたアップウェルの暗号化処理を解除できる特別な部屋が存在する。処置を受けたインフォモーフは、自由に再受肉処理を行えるようになる。暗号化されたインフォモーフをこの場所まで持ってくれば、何者であろうとデスレス・サークルから報酬を受け取ることができる。", - "description_ko": "암호화된 정신체를 유용한 아이템으로 교환할 수 있습니다.\r\n\r\n워든으로 연결되는 시설입니다. 워든은 업웰 컨소시엄이 정신체에 내장한 암호화 절차를 해독해 다른 신체에 이식할 수 있을 것이라고 합니다. 데스리스 서클은 암호화된 정신체를 제공하는 캡슐리어에게 마땅한 보상을 지급할 것입니다.", - "description_ru": "В этом месте можно обменять криптоморфы на ценные товары. Этот комплект предоставляет доступ к секциям «Стража». Также с его помощью можно взломать шифр инфоморфов, что позволяет встроить эти разумы в тела. «Бессмертный круг» вознаградит каждого, кто поможет организации пополнить запасы криптоморфов, доставив этот товар сюда.", - "description_zh": "此地会产出贵重资源,可换取加密电子意识。具备典狱官内部设施访问权限的特殊套件能够破解传入电子意识上的昇威加密,让这些意识能够自由重现。凡是愿意在这里提交加密电子意识的人员都将获得由不死循环提供的奖励作为此项服务的交换。", + "description_ja": "この場所では暗号化されたインフォモーフと引き換えに貴重なアイテムを入手できる。\r\n\r\nウォーデンへのアクセス可能な特別室を備えた施設。アップウェルの労働クローンが契約により施されている暗号化ロックを破り、自由に再び肉体を得られるようにする暗号解読キーを遠隔転送することができる。デスレス・サークルはインフォモーフの暗号解読キーを持ち込み、アップウェルの労働クローンを自由に移動させられるようにするのを支援したあらゆる者に対して報酬を提供している。", + "description_ko": "정신체 해독 키를 유용한 아이템으로 교환할 수 있습니다.\r\n\r\n워든으로 연결되는 특수 시설입니다. 업웰 노동 클론에 원격으로 해독 키를 전송해 노동 계약을 우회하고 정신체를 다른 신체에 이전할 수 있습니다. 데스리스 서클은 정신체 해독 키를 회수하고 업웰 노동 클론의 자유로운 이전을 지원하는 캡슐리어에게 마땅한 보상을 지급할 것입니다.", + "description_ru": "В этом месте можно обменять ключи дешифровки инфоморфов на ценные товары. Этот объект оснащён специальным оборудованием, с помощью которого можно удалённо передавать «Стражу» ключи дешифровки инфоморфов. Это, в свою очередь, позволяет рабочим клонам «Апвелл» взломать шифр сотрудника и перевоплотиться по собственному желанию. «Бессмертный круг» вознаградит всех, кто передаст им ключи дешифровки инфоморфов и поможет осуществить перенос сознаний в рабочие клоны «Апвелл».", + "description_zh": "此地会产出贵重资源,可换取电子意识解密密钥。此设施拥有可访问典狱官的特殊套件,能够远程传输解密密钥,让有此意愿的昇威劳动力克隆体能够突破合同加密锁,重获自由身。凡是愿意提交电子意识解密密钥,并协助自由转移昇威劳动力克隆体的飞行员,都将获得不死循环提供的奖励。", "descriptionID": 872324, "graphicID": 21344, "groupID": 226, @@ -205652,15 +208149,15 @@ "86410": { "basePrice": 0.0, "capacity": 500000.0, - "description_de": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", + "description_de": "Dieses Array ist dafür konzipiert, planetare Verteidigungssysteme zu hacken, indem es eine falsche Vertrauensbeziehung mit Unterstützungsnetzwerken außerhalb der Welt schafft. Anschließend übermittelt es Daten über eine Remote-Verbindung zum Wächter in Zarzakh und nutzt seine unfassbare Verarbeitungsleistung, um Datenpakete für ansonsten unmöglich zu ermittelnde Spuren von Verteidigungsnetzwerk-Zugangsschlüsseln zu extrahieren und diese zu rekonstruieren. Diese Zugangsschlüssel können dann verwendet werden, um planetare Verteidigungsnetzwerke zu deaktivieren, wodurch Vanguard-Kriegsklone ihre Geschütztürme hacken und sich Positionen am Planeten sichern können. ", "description_en-us": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_es": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_fr": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", + "description_es": "Este sistema está diseñado para hackear los sistemas de defensa planetarios creando una relación de confianza falsa con las redes de apoyo de otros planetas. Luego transmite datos a través de una conexión remota a la Warden en Zarzakh, y utiliza su insondable capacidad de procesamiento para extraer paquetes de datos en busca de rastros de contraseñas de las redes de defensa, que de otro modo serían imposibles de detectar, para su reconstrucción. \r\n\r\nEstas contraseñas se pueden usar luego para deshabilitar las redes de defensa planetaria de las torres, lo que permite a los clones de guerra de Vanguard hackear sus torretas y asegurar posiciones en los planetas. ", + "description_fr": "Ce module est conçu pour pirater les systèmes de défense planétaire en établissant une fausse relation de confiance avec les réseaux d'assistance à distance. Il transmet ensuite des données via une connexion à distance à la structure du Gardien à Zarzakh, utilisant sa puissance de traitement insondable pour extraire des paquets de données à la recherche de traces indétectables de clé de réseau de défense afin de les reconstruire. Ces clés d'accès peuvent ensuite être utilisées pour désactiver les réseaux de défense planétaire des tours, permettant aux clones de combat d'avant-garde de pirater les tourelles et de sécuriser des positions à la surface des planètes. ", "description_it": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_ja": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_ko": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_ru": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", - "description_zh": "This array is designed to hack planetary defense systems by creating a false trust relationship with off-world support networks. It then transmits data via a remote connection to The Warden in Zarzakh, using its unfathomable processing power to mine data packets for otherwise impossible-to-detect traces of Defense Networks passkey in order to reconstruct them. \r\n\r\nThese passkeys can then be used to shut tower planetary defense networks, allowing Vanguard warclones to hack their turrets and secure planetside positions. ", + "description_ja": "惑星外支援ネットワークを欺瞞し、惑星防衛システムをハッキングするために作成されたアレイ。ハッキングで得たデータパケットは遠隔接続を通じてザルザクにあるウォーデンに送られ、その計り知れない処理能力を使ったデータマイニングにかけられるが、これはさもないと、防衛ネットワークのパスキーを再現するのに必要な痕跡を検出できないからである。 \r\n\r\n再現されたパスキーは、戦闘用クローン「ヴァンガード」がタレットをハッキングして惑星の一角を占拠できるよう、惑星防衛ネットワークのタワーをシャットダウンするために使うことができる。 ", + "description_ko": "해당 시설은 가상의 지원 네트워크로 가짜 인증 정보를 구축해 행성 방어 시스템을 해킹합니다. 해킹된 데이터는 원격 연결을 통해 자르자크의 워든으로 전송됩니다. 이후 워든의 초월적인 연산 처리 능력으로 일반적으로 해독이 불가능하다고 여겨지는 방어 네트워크 출입키의 잔여 데이터를 찾아내 복원합니다.\r\n\r\n출입키를 사용하면 행성 방어 네트워크가 무력화되어 Vanguard 전투 클론이 행성 방어 네트워크에 연결된 포탑을 해킹해 행성에 침투할 수 있습니다. ", + "description_ru": "Этот комплекс предназначен для взлома оборонных систем. Он устанавливает фальшивые доверительные отношения с космическими сетями поддержки. Затем он удалённо передаёт данные сооружению «Страж», расположенному в системе Zarzakh. Обладая невероятными вычислительными мощностями, такой объект может извлекать из пакетов данных следы кодов доступа, обнаружить которые иными способами невозможно, для дальнейшей реконструкции. Полученные коды доступа можно использовать для отключения местных систем обороны, что позволит боевым клонам «Авангарда» взламывать стационарные турели и захватывать позиции на планете. ", + "description_zh": "该阵列可通过与外星支援网络建立虚假的信任关系来入侵行星防御系统,然后通过远程连接将数据传输至扎尔扎克的典狱长,利用其深不可测的数据处理能力来挖掘数据包,找寻防御网络密钥的蛛丝马迹,以便对它们进行重构。之后便可利用这些密钥来关闭塔式行星防御网络,让先锋战争克隆体能够入侵炮塔并占领行星边缘。 ", "descriptionID": 872439, "graphicID": 27983, "groupID": 319, @@ -205668,17 +208165,17 @@ "mass": 0.0, "portionSize": 1, "published": 0, - "radius": 3346.0, + "radius": 5000.0, "typeID": 86410, "typeName_de": "Planetary Trustbreaker Array", "typeName_en-us": "Planetary Trustbreaker Array", - "typeName_es": "Planetary Trustbreaker Array", - "typeName_fr": "Planetary Trustbreaker Array", + "typeName_es": "Sistema de ruptura planetario", + "typeName_fr": "Module planétaire Trustbreaker", "typeName_it": "Planetary Trustbreaker Array", - "typeName_ja": "Planetary Trustbreaker Array", - "typeName_ko": "Planetary Trustbreaker Array", + "typeName_ja": "惑星欺瞞アレイ", + "typeName_ko": "행성 인증 해제기 시설", "typeName_ru": "Planetary Trustbreaker Array", - "typeName_zh": "Planetary Trustbreaker Array", + "typeName_zh": "行星弃信者阵列", "typeNameID": 872130, "volume": 0.0, "wreckTypeID": 86509 @@ -205732,15 +208229,15 @@ "86413": { "basePrice": 40000000.0, "capacity": 0.0, - "description_de": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", + "description_de": "Ein Zugangsschlüssel für das planetare Verteidigungsnetzwerk. Diese Zugangsschlüssel können verwendet werden, um das Verteidigungssystem auf dem Planeten abzuschalten, der sie erzeugt hat. Sie sind für alle Parteien wertvoll, die an Aktionen in Konfliktzonen beteiligt sind – um Informationen darüber zu erhalten, wie zukünftige Codes zu knacken sind, zur Verteidigung ihrer eigenen Planeten gegen Angriffe zu sichern oder als Druckmittel gegen andere Kräfte.", "description_en-us": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_es": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_fr": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", + "description_es": "Una contraseña de red de defensa planetaria. Estas contraseñas se pueden utilizar para desactivar el sistema de defensa del planeta que las generó. \r\n\r\nSon valiosas para todas las partes involucradas en acciones dentro de zonas de conflicto, ya sea para tratar de obtener información sobre cómo descifrar códigos futuros, asegurar la defensa de sus propios planetas contra ataques o como moneda de cambio con otras fuerzas.", + "description_fr": "Une clé d'accès du réseau de défense planétaire. Ces clés d'accès peuvent être utilisées pour désactiver le système de défense sur la planète qui les a générées. Elles ont de la valeur pour toutes les parties impliquées dans les zones de conflit, que ce soit pour tenter de recueillir des informations sur le décryptage des codes futurs, sécuriser la défense de leurs propres planètes contre les attaques, ou vous servir de monnaie d'échange avec d'autres forces.", "description_it": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_ja": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_ko": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_ru": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", - "description_zh": "A Planetary defense network passkey. These passkeys can be used to shut down the defense system on the planet that generated them. \r\n\r\nThey are valuable to all parties involved in actions within conflict zones whether that is to try and gain information on how to crack future codes, secure the defense of their own planets against attacks, or you as bargaining chips with other forces.", + "description_ja": "惑星防衛ネットワークのパスキー。こういったパスキーを使えば、生成された惑星の防衛システムをシャットダウンできる。 \r\n\r\n紛争エリアでは、将来的に生成されるコードの解読方法に関する情報の入手、または支配下にある惑星への襲撃に対する防衛力や、他勢力との取引材料となるカプセラの確保などを目的として様々な当事者が活動しているが、このパスキーはそれら全てにとって重要な価値を持っている。", + "description_ko": "행성 방어 네트워크 출입키입니다. 출입키를 사용하면 해당 출입키가 생성된 행성의 방어 시스템을 비활성화할 수 있습니다.\r\n\r\n여러 세력이 각자의 목표에 따라 출입키를 노리고 있습니다. 앞으로 행성 방어 네트워크에 생성될 코드를 해제할 목적으로 출입키를 노리기도 하며, 행성의 방어를 강화하려 출입키를 쫓기도 합니다. 또는 출입키를 팔아 한 몫 챙기려는 세력도 있죠.", + "description_ru": "Код доступа к планетарной системе обороны. Такие коды доступа используются для отключения систем обороны тех планет, для которых они предназначены. Коды доступа представляют ценность для всех участников конфликтов в зонах военных действий. С их помощью можно научиться взламывать другие коды или обеспечить защиту своих планет от нападения. Кроме того, их можно использовать как разменную монету в отношениях с заинтересованными лицами.", + "description_zh": "行星防御网络密钥。这些密钥可用于关闭生成密钥的行星上的防御系统。无论是想要获取如何破解未来代码的信息,还是确保自身星球不受攻击,或是作为与其他势力交易的筹码,这些密钥对参与冲突地区行动的各方都很有价值。", "descriptionID": 872135, "groupID": 314, "iconID": 2038, @@ -205754,28 +208251,28 @@ "typeID": 86413, "typeName_de": "PDN Passkey", "typeName_en-us": "PDN Passkey", - "typeName_es": "PDN Passkey", - "typeName_fr": "PDN Passkey", + "typeName_es": "Contraseña de red de defensa planetaria", + "typeName_fr": "Clé d'accès RDP", "typeName_it": "PDN Passkey", - "typeName_ja": "PDN Passkey", - "typeName_ko": "PDN Passkey", + "typeName_ja": "惑星防衛ネットワークのパスキー", + "typeName_ko": "행성 방어 네트워크 출입키", "typeName_ru": "PDN Passkey", - "typeName_zh": "PDN Passkey", + "typeName_zh": "PDN密钥", "typeNameID": 872134, "volume": 0.01 }, "86417": { "basePrice": 0.0, "capacity": 135.0, - "description_de": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Pilum-Sleeper, vergleichbar mit einer Fregatte. Sein Ziel ist die Zerstörung feindlicher Einheiten. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Pilum sleeper, equivalente a una nave de clase fragata. Se centra en la destrucción de cualquiera que no sea aliado.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Pilum sleeper, équivalent à une frégate. Il est focalisé sur la destruction de toutes les entités qu'il ne reconnaît pas comme alliées. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "パイラム型スリーパー。フリゲート級艦船に相当するスリーパーで、味方ではないあらゆる存在を破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 파일럼 슬리퍼입니다. 적을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Pilum по характеристикам соответствует фрегату. Он отвечает за уничтожение вражеских кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架短矛级冬眠者,相当于一艘护卫舰级舰船。主要用于消灭所有非友方单位。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872153, "graphicID": 3528, "groupID": 1568, @@ -205789,13 +208286,13 @@ "typeID": 86417, "typeName_de": "Stirring Pilum", "typeName_en-us": "Stirring Pilum", - "typeName_es": "Stirring Pilum", - "typeName_fr": "Stirring Pilum", + "typeName_es": "Pilum estimulante", + "typeName_fr": "Pilum agité", "typeName_it": "Stirring Pilum", - "typeName_ja": "Stirring Pilum", - "typeName_ko": "Stirring Pilum", + "typeName_ja": "スターリング・パイラム", + "typeName_ko": "동요의 파일럼", "typeName_ru": "Stirring Pilum", - "typeName_zh": "Stirring Pilum", + "typeName_zh": "短矛级好事者", "typeNameID": 872152, "volume": 28600.0, "wreckTypeID": 56742 @@ -205803,15 +208300,15 @@ "86418": { "basePrice": 0.0, "capacity": 135.0, - "description_de": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Pilum-Sleeper, vergleichbar mit einer Fregatte. Sein Ziel ist die Zerstörung feindlicher Strukturen. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Pilum sleeper, equivalente a una nave de clase fragata. Se centra en la destrucción de las estructuras enemigas.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Pilum sleeper, équivalent à une frégate. Il est focalisé sur la destruction des structures ennemies. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Pilum sleeper, equivalent to a frigate class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "パイラム型スリーパー。フリゲート級艦船に相当するスリーパーで、敵のストラクチャを破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 파일럼 슬리퍼입니다. 적 구조물을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Pilum по характеристикам соответствует фрегату. Он отвечает за уничтожение вражеских сооружений. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架短矛级冬眠者,相当于一艘护卫舰级舰船。主要用于摧毁敌方建筑。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872155, "graphicID": 3528, "groupID": 1568, @@ -205825,13 +208322,13 @@ "typeID": 86418, "typeName_de": "Obliviating Pilum", "typeName_en-us": "Obliviating Pilum", - "typeName_es": "Obliviating Pilum", - "typeName_fr": "Obliviating Pilum", + "typeName_es": "Pilum aniquilador", + "typeName_fr": "Pilum d'oblitération", "typeName_it": "Obliviating Pilum", - "typeName_ja": "Obliviating Pilum", - "typeName_ko": "Obliviating Pilum", + "typeName_ja": "オブリビエイティング・パイラム", + "typeName_ko": "망각의 파일럼", "typeName_ru": "Obliviating Pilum", - "typeName_zh": "Obliviating Pilum", + "typeName_zh": "短矛级湮灭者", "typeNameID": 872154, "volume": 28600.0, "wreckTypeID": 56742 @@ -205839,15 +208336,15 @@ "86419": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Pilum-Sleeper, vergleichbar mit einer Fregatte. Er weist Neutralisier-Fähigkeiten auf. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Pilum sleeper, equivalente a una nave de clase fragata. Demuestra capacidades de neutralizador.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Pilum sleeper, équivalent à une frégate. Il présente des capacités de neutralisation. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Pilum sleeper, equivalent to a frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "パイラム型スリーパー。フリゲート級艦船に相当するスリーパーで、ニュートラライザーを使用できることが確認されている。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 파일럼 슬리퍼입니다. 뉴트럴라이저 운용 능력을 보유했습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Pilum по характеристикам соответствует фрегату. Обладает способностью к нейтрализации энергии. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架短矛级冬眠者,相当于一艘护卫舰级舰船。具备中和器的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872157, "graphicID": 3528, "groupID": 1568, @@ -205861,13 +208358,13 @@ "typeID": 86419, "typeName_de": "Enervating Pilum", "typeName_en-us": "Enervating Pilum", - "typeName_es": "Enervating Pilum", - "typeName_fr": "Enervating Pilum", + "typeName_es": "Pilum enervante", + "typeName_fr": "Pilum affaiblissant", "typeName_it": "Enervating Pilum", - "typeName_ja": "Enervating Pilum", - "typeName_ko": "Enervating Pilum", + "typeName_ja": "エナベイティング・パイラム", + "typeName_ko": "약화의 파일럼", "typeName_ru": "Enervating Pilum", - "typeName_zh": "Enervating Pilum", + "typeName_zh": "短矛级萎靡者", "typeNameID": 872156, "volume": 28100.0, "wreckTypeID": 56742 @@ -205875,15 +208372,15 @@ "86421": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Falx-Sleeper, vergleichbar mit einer Fregatte. Sein Ziel ist die Zerstörung feindlicher Einheiten. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Falx sleeper, equivalente a una nave de clase fragata. Se centra en la destrucción de cualquiera que no sea aliado.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Falx sleeper, équivalent à une frégate. Il est focalisé sur la destruction de toutes les entités qu'il ne reconnaît pas comme alliées. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Falx sleeper, equivalent to a frigate class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "ファルクス型スリーパー。フリゲート級艦船に相当するスリーパーで、味方ではないあらゆる存在を破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 팔렉스 슬리퍼입니다. 적을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Falx по характеристикам соответствует фрегату. Он отвечает за уничтожение вражеских кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架镰刀级冬眠者,相当于一艘护卫舰级舰船。主要用于消灭所有非友方单位。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872161, "graphicID": 3527, "groupID": 1664, @@ -205897,13 +208394,13 @@ "typeID": 86421, "typeName_de": "Stirring Falx", "typeName_en-us": "Stirring Falx", - "typeName_es": "Stirring Falx", - "typeName_fr": "Stirring Falx", + "typeName_es": "Falx estimulante", + "typeName_fr": "Falx agité", "typeName_it": "Stirring Falx", - "typeName_ja": "Stirring Falx", - "typeName_ko": "Stirring Falx", + "typeName_ja": "スターリング・ファルクス", + "typeName_ko": "동요의 팔렉스", "typeName_ru": "Stirring Falx", - "typeName_zh": "Stirring Falx", + "typeName_zh": "镰刀级好事者", "typeNameID": 872160, "volume": 28600.0, "wreckTypeID": 47758 @@ -205911,15 +208408,15 @@ "86422": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Falx-Sleeper, vergleichbar mit einem Zerstörer. Sein Ziel ist die Zerstörung feindlicher Strukturen. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Falx sleeper, equivalente a una nave de clase destructor. Se centra en la destrucción de estructuras enemigas.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Falx sleeper, équivalent à un destroyer. Il est focalisé sur la destruction des structures ennemies. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Falx sleeper, equivalent to a destroyer class ship. It is focused on the destruction of enemy structures.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "ファルクス型スリーパー。駆逐艦級艦船に相当するスリーパーで、敵のストラクチャを破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "디스트로이어급 함선과 동급인 팔렉스 슬리퍼입니다. 적 구조물을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Falx по характеристикам соответствует эсминцу. Он отвечает за уничтожение вражеских сооружений. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架镰刀级冬眠者,相当于一艘驱逐舰级舰船。主要用于摧毁敌方建筑。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872163, "graphicID": 3527, "groupID": 1664, @@ -205933,13 +208430,13 @@ "typeID": 86422, "typeName_de": "Obliviating Falx", "typeName_en-us": "Obliviating Falx", - "typeName_es": "Obliviating Falx", - "typeName_fr": "Obliviating Falx", + "typeName_es": "Falx aniquilador", + "typeName_fr": "Falx d'oblitération", "typeName_it": "Obliviating Falx", - "typeName_ja": "Obliviating Falx", - "typeName_ko": "Obliviating Falx", + "typeName_ja": "オブリビエイティング・ファルクス", + "typeName_ko": "망각의 팔렉스", "typeName_ru": "Obliviating Falx", - "typeName_zh": "Obliviating Falx", + "typeName_zh": "镰刀级湮灭者", "typeNameID": 872162, "volume": 28600.0, "wreckTypeID": 47758 @@ -205947,15 +208444,15 @@ "86423": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Peltast-Sleeper, vergleichbar mit einer Fregatte. Er demonstriert die Fähigkeit, die Panzerung seiner Verbündeten zu reparieren. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Peltast sleeper, equivalente a una nave de clase fragata. Demuestra la capacidad de reparar el blindaje de sus aliados.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Peltast sleeper, équivalent à une frégate. Il dispose de la capacité de réparer le blindage de ses alliés. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "An Peltast sleeper, equivalent to a frigate class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "ペルタスト型スリーパー。フリゲート級艦船に相当するスリーパーで、僚船のアーマーを修理する能力を有していると思われる。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 펠타스트 슬리퍼입니다. 다른 슬리퍼 함선의 장갑을 수리할 수 있습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Peltast по характеристикам соответствует фрегату. Он обладает способностью ремонтировать броню союзных кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架轻盾级冬眠者,相当于一艘护卫舰级舰船。其具备维修盟友装甲的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872165, "graphicID": 3560, "groupID": 1568, @@ -205969,13 +208466,13 @@ "typeID": 86423, "typeName_de": "Soothing Peltast", "typeName_en-us": "Soothing Peltast", - "typeName_es": "Soothing Peltast", - "typeName_fr": "Soothing Peltast", + "typeName_es": "Peltast calmante", + "typeName_fr": "Peltast apaisant", "typeName_it": "Soothing Peltast", - "typeName_ja": "Soothing Peltast", - "typeName_ko": "Soothing Peltast", + "typeName_ja": "スージング・ペルタスト", + "typeName_ko": "안정의 펠타스트", "typeName_ru": "Soothing Peltast", - "typeName_zh": "Soothing Peltast", + "typeName_zh": "轻盾级抚慰者", "typeNameID": 872164, "volume": 28700.0, "wreckTypeID": 56742 @@ -205983,15 +208480,15 @@ "86424": { "basePrice": 0.0, "capacity": 135.0, - "description_de": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Xyston-Sleeper, vergleichbar mit einer Angriffsfregatte. Er weist Neutralisier-Fähigkeiten auf. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Xyston sleeper, equivalente a una nave de clase fragata de asalto. Demuestra capacidades de neutralizador.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Xyston sleeper, équivalent à une frégate d'assaut. Il présente des capacités de neutralisation. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Xyston sleeper, equivalent to an assault frigate class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "ジストン型スリーパー。強襲フリゲート級艦船に相当するスリーパーで、ニュートラライザーを使用できることが確認されている。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "프리깃급 함선과 동급인 자이스톤 슬리퍼입니다. 뉴트럴라이저 운용 능력을 보유했습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Xyston по характеристикам соответствует ударному фрегату. Обладает способностью к нейтрализации энергии. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架绪斯同级冬眠者,相当于一艘突击护卫舰级舰船。具备中和器的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872167, "graphicID": 3528, "groupID": 1568, @@ -206005,13 +208502,13 @@ "typeID": 86424, "typeName_de": "Enervating Xyston", "typeName_en-us": "Enervating Xyston", - "typeName_es": "Enervating Xyston", - "typeName_fr": "Enervating Xyston", + "typeName_es": "Xyston enervante", + "typeName_fr": "Xyston affaiblissant", "typeName_it": "Enervating Xyston", - "typeName_ja": "Enervating Xyston", - "typeName_ko": "Enervating Xyston", + "typeName_ja": "エナベイティング・ジストン", + "typeName_ko": "약화의 자이스톤", "typeName_ru": "Enervating Xyston", - "typeName_zh": "Enervating Xyston", + "typeName_zh": "绪斯同级萎靡者", "typeNameID": 872166, "volume": 28100.0, "wreckTypeID": 56742 @@ -206019,15 +208516,15 @@ "86425": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Falx-Sleeper, vergleichbar mit einem Zerstörer. Er weist Neutralisier-Fähigkeiten auf. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Falx sleeper, equivalente a una nave de clase destructor. Demuestra capacidades de neutralizador.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Falx sleeper, équivalent à un destroyer. Il présente des capacités de neutralisation. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Falx sleeper, equivalent to a destroyer class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "ファルクス型スリーパー。駆逐艦級艦船に相当するスリーパーで、ニュートラライザーを使用できることが確認されている。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "디스트로이어급 함선과 동급인 팔렉스 슬리퍼입니다. 뉴트럴라이저 운용 능력을 보유했습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Falx по характеристикам соответствует эсминцу. Обладает способностью к нейтрализации энергии. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架镰刀级冬眠者,相当于一艘驱逐舰级舰船。具备中和器的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872169, "graphicID": 3527, "groupID": 1664, @@ -206041,13 +208538,13 @@ "typeID": 86425, "typeName_de": "Enervating Falx", "typeName_en-us": "Enervating Falx", - "typeName_es": "Enervating Falx", - "typeName_fr": "Enervating Falx", + "typeName_es": "Falx enervante", + "typeName_fr": "Falx affaiblissant", "typeName_it": "Enervating Falx", - "typeName_ja": "Enervating Falx", - "typeName_ko": "Enervating Falx", + "typeName_ja": "エナベイティング・ファルクス", + "typeName_ko": "약화의 팔렉스", "typeName_ru": "Enervating Falx", - "typeName_zh": "Enervating Falx", + "typeName_zh": "镰刀级萎靡者", "typeNameID": 872168, "volume": 28600.0, "wreckTypeID": 47758 @@ -206055,15 +208552,15 @@ "86426": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Toxotai-Sleeper, vergleichbar mit einem Kreuzer. Sein Ziel ist die Zerstörung feindlicher Einheiten. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Toxotai sleeper, equivalente a una nave de clase crucero. Se centra en la destrucción de cualquiera que no sea aliado.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Toxotai sleeper, équivalent à un croiseur. Il est focalisé sur la destruction de toutes les entités qu'il ne reconnaît pas comme alliées. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "An Toxotai sleeper, equivalent to a cruiser class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "トクソタイ型スリーパー。巡洋艦級艦船に相当するスリーパーで、味方ではないあらゆる存在を破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "크루저급 함선과 동급인 톡소타이 슬리퍼입니다. 적을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Toxotai по характеристикам соответствует крейсеру. Он отвечает за уничтожение вражеских кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架弓兵级冬眠者,相当于一艘巡洋舰级舰船。主要用于消灭所有非友方单位。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872171, "graphicID": 3536, "groupID": 1665, @@ -206077,13 +208574,13 @@ "typeID": 86426, "typeName_de": "Risen Toxotai", "typeName_en-us": "Risen Toxotai", - "typeName_es": "Risen Toxotai", - "typeName_fr": "Risen Toxotai", + "typeName_es": "Toxotai resurgido", + "typeName_fr": "Toxotai éveillé", "typeName_it": "Risen Toxotai", - "typeName_ja": "Risen Toxotai", - "typeName_ko": "Risen Toxotai", + "typeName_ja": "リズン・トクソタイ", + "typeName_ko": "승천의 톡소타이", "typeName_ru": "Risen Toxotai", - "typeName_zh": "Risen Toxotai", + "typeName_zh": "弓兵级复生者", "typeNameID": 872170, "volume": 118000.0, "wreckTypeID": 56743 @@ -206091,15 +208588,15 @@ "86427": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Chiton-Sleeper, vergleichbar mit einem Kreuzer. Er demonstriert die Fähigkeit, die Panzerung seiner Verbündeten zu reparieren. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Chiton sleeper, equivalente a una nave de clase crucero. Demuestra la capacidad de reparar el blindaje de sus aliados.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Chiton sleeper, équivalent à un croiseur. Il dispose de la capacité de réparer le blindage de ses alliés. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Chiton sleeper, equivalent to a cruiser class ship. It demonstrates the ability to repair the armor of its allies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "キトン型スリーパー。巡洋艦級艦船に相当するスリーパーで、僚船のアーマーを修理する能力を有していると思われる。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "크루저급 함선과 동급인 치톤 슬리퍼입니다. 다른 슬리퍼 함선의 장갑을 수리할 수 있습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Chiton по характеристикам соответствует крейсеру. Он обладает способностью ремонтировать броню союзных кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架希顿级冬眠者,相当于一艘巡洋舰级舰船。其具备维修盟友装甲的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872173, "graphicID": 20978, "groupID": 1665, @@ -206113,13 +208610,13 @@ "typeID": 86427, "typeName_de": "Soothing Chiton", "typeName_en-us": "Soothing Chiton", - "typeName_es": "Soothing Chiton", - "typeName_fr": "Soothing Chiton", + "typeName_es": "Chiton calmante", + "typeName_fr": "Chiton apaisant", "typeName_it": "Soothing Chiton", - "typeName_ja": "Soothing Chiton", - "typeName_ko": "Soothing Chiton", + "typeName_ja": "スージング・キトン", + "typeName_ko": "안정의 치톤", "typeName_ru": "Soothing Chiton", - "typeName_zh": "Soothing Chiton", + "typeName_zh": "希顿级抚慰者", "typeNameID": 872172, "volume": 118000.0, "wreckTypeID": 56743 @@ -206127,15 +208624,15 @@ "86428": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Toxotai-Sleeper, vergleichbar mit einem Kreuzer. Er weist Neutralisier-Fähigkeiten auf. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Toxotai sleeper, equivalente a una nave de clase crucero. Demuestra capacidades de neutralizador.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Toxotai sleeper, équivalent à un croiseur. Il présente des capacités de neutralisation. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Toxotai sleeper, equivalent to a cruiser class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "トクソタイ型スリーパー。巡洋艦級艦船に相当するスリーパーで、ニュートラライザーを使用できることが確認されている。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "크루저급 함선과 동급인 톡소타이 슬리퍼입니다. 뉴트럴라이저 운용 능력을 보유했습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Toxotai по характеристикам соответствует крейсеру. Обладает способностью к нейтрализации энергии. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架弓兵级冬眠者,相当于一艘巡洋舰级舰船。具备中和器的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872175, "graphicID": 3536, "groupID": 1665, @@ -206149,13 +208646,13 @@ "typeID": 86428, "typeName_de": "Enervating Toxotai", "typeName_en-us": "Enervating Toxotai", - "typeName_es": "Enervating Toxotai", - "typeName_fr": "Enervating Toxotai", + "typeName_es": "Toxotai enervante", + "typeName_fr": "Toxotai affaiblissant", "typeName_it": "Enervating Toxotai", - "typeName_ja": "Enervating Toxotai", - "typeName_ko": "Enervating Toxotai", + "typeName_ja": "エナベイティング・トクソタイ", + "typeName_ko": "약화의 톡소타이", "typeName_ru": "Enervating Toxotai", - "typeName_zh": "Enervating Toxotai", + "typeName_zh": "弓兵级萎靡者", "typeNameID": 872174, "volume": 118000.0, "wreckTypeID": 56743 @@ -206163,15 +208660,15 @@ "86429": { "basePrice": 112500000.0, "capacity": 933.0, - "description_de": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Sagaris-Sleeper, vergleichbar mit einem Schlachtschiff. Sein Ziel ist die Zerstörung feindlicher Einheiten. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Sagaris sleeper, equivalente a una nave de clase acorazado. Se centra en la destrucción de cualquiera que no sea aliado.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Sagaris sleeper, équivalent à un cuirassé. Il est focalisé sur la destruction de toutes les entités qu'il ne reconnaît pas comme alliées. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Sagaris sleeper, equivalent to a battleship class ship. It is focused on the destruction of any non-friendlies.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "サガリス型スリーパー。戦艦級艦船に相当するスリーパーで、味方ではないあらゆる存在を破壊することに特化している。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "배틀쉽급 함선과 동급인 사가리스 슬리퍼입니다. 적을 파괴하는 데 특화되었습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Sagaris по характеристикам соответствует линкору. Он отвечает за уничтожение вражеских кораблей. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架战斧级冬眠者,相当于一艘战列舰级舰船。主要用于消灭所有非友方单位。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872177, "graphicID": 3516, "groupID": 1667, @@ -206184,13 +208681,13 @@ "typeID": 86429, "typeName_de": "Watchful Sagaris", "typeName_en-us": "Watchful Sagaris", - "typeName_es": "Watchful Sagaris", - "typeName_fr": "Watchful Sagaris", + "typeName_es": "Sagaris atenta", + "typeName_fr": "Sagaris vigilant", "typeName_it": "Watchful Sagaris", - "typeName_ja": "Watchful Sagaris", - "typeName_ko": "Watchful Sagaris", + "typeName_ja": "ウォッチフル・サガリス", + "typeName_ko": "감시의 사가리스", "typeName_ru": "Watchful Sagaris", - "typeName_zh": "Watchful Sagaris", + "typeName_zh": "战斧级戒备者", "typeNameID": 872176, "volume": 495000.0, "wreckTypeID": 56744 @@ -206198,15 +208695,15 @@ "86430": { "basePrice": 112500000.0, "capacity": 933.0, - "description_de": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_de": "Ein Spatha-Sleeper, vergleichbar mit einem Schlachtschiff. Er weist Neutralisier-Fähigkeiten auf. Die Verteidigungsprotokolle des uralten Roboter-Beschützers eines untergegangenen Volkes wurden mit Parametern für feindliche Überfälle überschrieben.", "description_en-us": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_es": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_fr": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_es": "Una Spatha sleeper, equivalente a una nave de clase acorazado. Demuestra capacidades de neutralizador.\r\n\r\nAntiguamente era un protector robótico de un pueblo perdido; sus protocolos de protección se han sobrescrito con protocolos de asalto hostiles.", + "description_fr": "Un Spatha sleeper, équivalent à un cuirassé. Il présente des capacités de neutralisation. Autrefois protecteur robotique d'un peuple disparu, ses protocoles de garde ont été remplacés par des protocoles de raid hostiles.", "description_it": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ja": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ko": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_ru": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", - "description_zh": "A Spatha sleeper, equivalent to a battleship class ship. It demonstrates neutralizer capabilities.\r\n\r\nOnce the ancient robotic protector of a lost people, its guardian protocols have been overwritten with hostile raiding protocols.", + "description_ja": "スパタ型スリーパー。戦艦級艦船に相当するスリーパーで、ニュートラライザーを使用できることが確認されている。\r\n\r\nもともとは滅びた古代人が使用していた防衛用ロボットだったが、当時の護衛プロトコロルは敵性存在襲撃プロトコルで上書きされてしまっている。", + "description_ko": "배틀쉽급 함선과 동급인 스파타 슬리퍼입니다. 뉴트럴라이저 운용 능력을 보유했습니다.\r\n\r\n지금은 사라진 민족을 수호했던 고대 로봇으로, 탑재된 방어 프로토콜이 공격 프로토콜로 전환되었습니다.", + "description_ru": "Этот Спящий типа Spatha по характеристикам соответствует линкору. Обладает способностью к нейтрализации энергии. Давным-давно этот робот защищал забытый народ, однако позднее его перепрограммировали для ведения огня по неприятелю.", + "description_zh": "一架长剑级冬眠者,相当于一艘战列舰级舰船。具备中和器的能力。它曾是某个古老失落民族的守护机器人,不过现在它的守护协议已经被敌对突袭协议所覆盖。", "descriptionID": 872179, "graphicID": 3559, "groupID": 1667, @@ -206219,13 +208716,13 @@ "typeID": 86430, "typeName_de": "Enervating Spatha", "typeName_en-us": "Enervating Spatha", - "typeName_es": "Enervating Spatha", - "typeName_fr": "Enervating Spatha", + "typeName_es": "Spatha enervante", + "typeName_fr": "Spatha affaiblissant", "typeName_it": "Enervating Spatha", - "typeName_ja": "Enervating Spatha", - "typeName_ko": "Enervating Spatha", + "typeName_ja": "エナベイティング・スパタ", + "typeName_ko": "약화의 스파타", "typeName_ru": "Enervating Spatha", - "typeName_zh": "Enervating Spatha", + "typeName_zh": "长剑级萎靡者", "typeNameID": 872178, "volume": 495000.0, "wreckTypeID": 56744 @@ -206300,15 +208797,15 @@ "86448": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", + "description_de": "Eine Raubdrohne, die einem Schiff der Fregattenklasse entspricht. Ihre Hauptaufgabe scheint das Stasisnetz zu sein.", "description_en-us": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_es": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_fr": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", + "description_es": "Un dron rebelde equivalente a una nave de clase fragata. Su objetivo principal parece ser lanzar redes ralentizadoras.", + "description_fr": "Un drone renégat équivalent à une frégate. Son objectif principal semble être la génération de stase.", "description_it": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_ja": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_ko": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_ru": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", - "description_zh": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be webifying.", + "description_ja": "ウェビファイヤーの行使を主な役割としているらしい、フリゲート級艦船相当のローグドローン。", + "description_ko": "프리깃급 함선과 동급인 로그 드론입니다. 웹 생성기 시전이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует фрегату. Похоже, его основная функция — стазис-индукция.", + "description_zh": "一架护卫舰级别的自由无人机。其主要目标似乎在于停滞缠绕。", "descriptionID": 895409, "graphicID": 1224, "groupID": 1568, @@ -206321,13 +208818,13 @@ "typeID": 86448, "typeName_de": "Obstructing Scavenger", "typeName_en-us": "Obstructing Scavenger", - "typeName_es": "Obstructing Scavenger", - "typeName_fr": "Obstructing Scavenger", + "typeName_es": "Chatarrero obstaculizante", + "typeName_fr": "Scavenger d'obstruction", "typeName_it": "Obstructing Scavenger", - "typeName_ja": "Obstructing Scavenger", - "typeName_ko": "Obstructing Scavenger", + "typeName_ja": "オブストラクティング・スカベンジャー", + "typeName_ko": "방해의 스캐빈져", "typeName_ru": "Obstructing Scavenger", - "typeName_zh": "Obstructing Scavenger", + "typeName_zh": "食腐级阻碍者", "typeNameID": 872248, "volume": 60.0, "wreckTypeID": 26591 @@ -206335,15 +208832,15 @@ "86450": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", + "description_de": "Eine Raubdrohne, die einem Schiff der Fregattenklasse entspricht. Ihre Hauptaufgabe scheint die Warpstörung zu sein.", "description_en-us": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_es": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_fr": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", + "description_es": "Un dron rebelde equivalente a una nave de clase fragata. Su objetivo principal parece ser la disrupción de warp.", + "description_fr": "Un drone renégat équivalent à une frégate. Son objectif principal semble être la perturbation de warp.", "description_it": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_ja": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_ko": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_ru": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", - "description_zh": "A Rogue Drone equivalent to a frigate-class ship. Its primary objective seems to be warp disruption.", + "description_ja": "ワープ妨害を主な役割としているらしい、フリゲート級艦船相当のローグドローン。", + "description_ko": "프리깃급 함선과 동급인 로그 드론입니다. 워프 교란이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует фрегату. Похоже, его основная функция — создание варп-помех.", + "description_zh": "一架护卫舰级别的自由无人机。其主要目标似乎在于跃迁扰断。", "descriptionID": 895410, "graphicID": 1219, "groupID": 1568, @@ -206356,13 +208853,13 @@ "typeID": 86450, "typeName_de": "Collapsing Forager", "typeName_en-us": "Collapsing Forager", - "typeName_es": "Collapsing Forager", - "typeName_fr": "Collapsing Forager", + "typeName_es": "Buscador desmoronador", + "typeName_fr": "Récupérateur effondré", "typeName_it": "Collapsing Forager", - "typeName_ja": "Collapsing Forager", - "typeName_ko": "Collapsing Forager", + "typeName_ja": "コラプシング・フォレジャー", + "typeName_ko": "붕괴의 포리저", "typeName_ru": "Collapsing Forager", - "typeName_zh": "Collapsing Forager", + "typeName_zh": "崩塌觅食者", "typeNameID": 872252, "volume": 60.0, "wreckTypeID": 26591 @@ -206370,15 +208867,15 @@ "86451": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_de": "Eine Raubdrohne, die einem Schiff der Zerstörerklasse entspricht. Ihre Hauptaufgabe scheint die Energiespeicherneutralisation zu sein.", "description_en-us": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_es": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_fr": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_es": "Un dron rebelde equivalente a una nave de clase destructor. Su objetivo principal parece ser la neutralización de condensadores.", + "description_fr": "Un drone renégat équivalent à un destroyer. Son objectif principal semble être la neutralisation du capaciteur.", "description_it": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ja": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ko": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ru": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_zh": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_ja": "キャパシタの中和を主な役割としているらしい、駆逐艦級艦船相当のローグドローン。", + "description_ko": "디스트로이어급 함선과 동급인 로그 드론입니다. 캐패시터 무력화가 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует эсминцу. Похоже, его основная функция — нейтрализация заряда накопителя.", + "description_zh": "一架驱逐舰级别的自由无人机。其主要目标似乎在于中和电容器。", "descriptionID": 895412, "graphicID": 1220, "groupID": 1664, @@ -206391,13 +208888,13 @@ "typeID": 86451, "typeName_de": "Siphoning Guardian", "typeName_en-us": "Siphoning Guardian", - "typeName_es": "Siphoning Guardian", - "typeName_fr": "Siphoning Guardian", + "typeName_es": "Guardián de succión", + "typeName_fr": "Guardian de siphonnage", "typeName_it": "Siphoning Guardian", - "typeName_ja": "Siphoning Guardian", - "typeName_ko": "Siphoning Guardian", + "typeName_ja": "サイフォニング・ガーディアン", + "typeName_ko": "탈취의 가디언", "typeName_ru": "Siphoning Guardian", - "typeName_zh": "Siphoning Guardian", + "typeName_zh": "虹吸守卫", "typeNameID": 872254, "volume": 60.0, "wreckTypeID": 26591 @@ -206405,15 +208902,15 @@ "86453": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Zerstörerklasse entspricht. Ihre Hauptaufgabe scheint die Zielmarkierung und Zerstörung zu sein.", "description_en-us": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_es": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_fr": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase destructor. Su objetivo principal parece ser la revelación y destrucción de objetivos.", + "description_fr": "Un drone renégat équivalent à un destroyer. Ses objectifs principaux semblent être le marquage de cible et la destruction.", "description_it": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ja": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ko": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ru": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_zh": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_ja": "ターゲットのペインティングと破壊を主な役割としているらしい、駆逐艦級艦船相当のローグドローン。", + "description_ko": "디스트로이어급 함선과 동급인 로그 드론입니다. 타겟 페인터로 주 목표를 지정해 파괴합니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует эсминцу. Похоже, его основная функция — подсветка и уничтожение целей.", + "description_zh": "一架驱逐舰级别的自由无人机。其主要目标似乎在于标记并摧毁目标。", "descriptionID": 895411, "graphicID": 1223, "groupID": 1664, @@ -206426,13 +208923,13 @@ "typeID": 86453, "typeName_de": "Scrutinizer Sentinel", "typeName_en-us": "Scrutinizer Sentinel", - "typeName_es": "Scrutinizer Sentinel", - "typeName_fr": "Scrutinizer Sentinel", + "typeName_es": "Centinela escrutador", + "typeName_fr": "Sentinel de contrôle", "typeName_it": "Scrutinizer Sentinel", - "typeName_ja": "Scrutinizer Sentinel", - "typeName_ko": "Scrutinizer Sentinel", + "typeName_ja": "スクルーティナイザー・センチネル", + "typeName_ko": "철저한 센티넬", "typeName_ru": "Scrutinizer Sentinel", - "typeName_zh": "Scrutinizer Sentinel", + "typeName_zh": "哨兵审查者", "typeNameID": 872257, "volume": 60.0, "wreckTypeID": 26591 @@ -206440,15 +208937,15 @@ "86454": { "basePrice": 0.0, "capacity": 950.0, - "description_de": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Kreuzerklasse entspricht. Ihre Hauptaufgabe scheint Vernichtung zu sein.", "description_en-us": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_es": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_fr": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase crucero. Su objetivo principal parece ser la destrucción.", + "description_fr": "Un drone renégat équivalent à un croiseur. Son objectif principal semble être la destruction.", "description_it": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ja": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ko": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ru": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_zh": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_ja": "破壊を主な役割としているらしい、巡洋艦級艦船相当のローグドローン。", + "description_ko": "크루저급 함선과 동급인 로그 드론입니다. 파괴 활동이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует крейсеру. Похоже, его основная функция — уничтожение противника.", + "description_zh": "一架巡洋舰级别的自由无人机。其主要目标似乎在于摧毁。", "descriptionID": 895413, "graphicID": 1229, "groupID": 1665, @@ -206461,13 +208958,13 @@ "typeID": 86454, "typeName_de": "Secure Emergence", "typeName_en-us": "Secure Emergence", - "typeName_es": "Secure Emergence", - "typeName_fr": "Secure Emergence", + "typeName_es": "Aparición segura", + "typeName_fr": "Sécurisez l'émergence", "typeName_it": "Secure Emergence", - "typeName_ja": "Secure Emergence", - "typeName_ko": "Secure Emergence", + "typeName_ja": "安全な出現", + "typeName_ko": "철벽의 이머전스", "typeName_ru": "Secure Emergence", - "typeName_zh": "Secure Emergence", + "typeName_zh": "安全崛起", "typeNameID": 872259, "volume": 1010000.0, "wreckTypeID": 26592 @@ -206475,15 +208972,15 @@ "86455": { "basePrice": 0.0, "capacity": 950.0, - "description_de": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Kreuzerklasse entspricht. Ihre Hauptaufgabe scheint Vernichtung zu sein.", "description_en-us": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_es": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_fr": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase crucero. Su objetivo principal parece ser la destrucción.", + "description_fr": "Un drone renégat équivalent à un croiseur. Son objectif principal semble être la destruction.", "description_it": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ja": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ko": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ru": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_zh": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_ja": "破壊を主な役割としているらしい、巡洋艦級艦船相当のローグドローン。", + "description_ko": "크루저급 함선과 동급인 로그 드론입니다. 파괴 활동이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует крейсеру. Похоже, его основная функция — уничтожение противника.", + "description_zh": "一架巡洋舰级别的自由无人机。其主要目标似乎在于摧毁。", "descriptionID": 895414, "graphicID": 1229, "groupID": 1665, @@ -206496,13 +208993,13 @@ "typeID": 86455, "typeName_de": "Secure Emergence", "typeName_en-us": "Secure Emergence", - "typeName_es": "Secure Emergence", - "typeName_fr": "Secure Emergence", + "typeName_es": "Aparición segura", + "typeName_fr": "Sécurisez l'émergence", "typeName_it": "Secure Emergence", - "typeName_ja": "Secure Emergence", - "typeName_ko": "Secure Emergence", + "typeName_ja": "安全な出現", + "typeName_ko": "철벽의 이머전스", "typeName_ru": "Secure Emergence", - "typeName_zh": "Secure Emergence", + "typeName_zh": "安全崛起", "typeNameID": 872261, "volume": 1010000.0, "wreckTypeID": 26592 @@ -206510,15 +209007,15 @@ "86456": { "basePrice": 0.0, "capacity": 950.0, - "description_de": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Kreuzerklasse entspricht. Ihre Hauptaufgabe scheint Vernichtung zu sein.", "description_en-us": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_es": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_fr": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase crucero. Su objetivo principal parece ser la destrucción.", + "description_fr": "Un drone renégat équivalent à un croiseur. Son objectif principal semble être la destruction.", "description_it": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ja": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ko": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ru": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_zh": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_ja": "破壊を主な役割としているらしい、巡洋艦級艦船相当のローグドローン。", + "description_ko": "크루저급 함선과 동급인 로그 드론입니다. 파괴 활동이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует крейсеру. Похоже, его основная функция — уничтожение противника.", + "description_zh": "一架巡洋舰级别的自由无人机。其主要目标似乎在于摧毁。", "descriptionID": 895415, "graphicID": 1229, "groupID": 1665, @@ -206531,13 +209028,13 @@ "typeID": 86456, "typeName_de": "Secure Emergence", "typeName_en-us": "Secure Emergence", - "typeName_es": "Secure Emergence", - "typeName_fr": "Secure Emergence", + "typeName_es": "Aparición segura", + "typeName_fr": "Sécurisez l'émergence", "typeName_it": "Secure Emergence", - "typeName_ja": "Secure Emergence", - "typeName_ko": "Secure Emergence", + "typeName_ja": "安全な出現", + "typeName_ko": "철벽의 이머전스", "typeName_ru": "Secure Emergence", - "typeName_zh": "Secure Emergence", + "typeName_zh": "安全崛起", "typeNameID": 872263, "volume": 1010000.0, "wreckTypeID": 26592 @@ -206545,15 +209042,15 @@ "86457": { "basePrice": 0.0, "capacity": 950.0, - "description_de": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Kreuzerklasse entspricht. Ihre Hauptaufgabe scheint Vernichtung zu sein.", "description_en-us": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_es": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_fr": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase crucero. Su objetivo principal parece ser la destrucción.", + "description_fr": "Un drone renégat équivalent à un croiseur. Son objectif principal semble être la destruction.", "description_it": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ja": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ko": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_ru": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", - "description_zh": "A Rogue Drone equivalent to a cruiser-class ship. Its primary objective seems to be destruction.", + "description_ja": "破壊を主な役割としているらしい、巡洋艦級艦船相当のローグドローン。", + "description_ko": "크루저급 함선과 동급인 로그 드론입니다. 파괴 활동이 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует крейсеру. Похоже, его основная функция — уничтожение противника.", + "description_zh": "一架巡洋舰级别的自由无人机。其主要目标似乎在于摧毁。", "descriptionID": 895416, "graphicID": 1229, "groupID": 1665, @@ -206566,13 +209063,13 @@ "typeID": 86457, "typeName_de": "Secure Emergence", "typeName_en-us": "Secure Emergence", - "typeName_es": "Secure Emergence", - "typeName_fr": "Secure Emergence", + "typeName_es": "Aparición segura", + "typeName_fr": "Sécurisez l'émergence", "typeName_it": "Secure Emergence", - "typeName_ja": "Secure Emergence", - "typeName_ko": "Secure Emergence", + "typeName_ja": "安全な出現", + "typeName_ko": "철벽의 이머전스", "typeName_ru": "Secure Emergence", - "typeName_zh": "Secure Emergence", + "typeName_zh": "安全崛起", "typeNameID": 872265, "volume": 1010000.0, "wreckTypeID": 26592 @@ -206580,15 +209077,15 @@ "86458": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_de": "Dies entspricht einem Schiff der Fregattenklasse von Sansha’s Nation. Sie greift alles an, was sie als Bedrohung oder leichte Beute wahrnimmt. Sie bewirkt eine Warpstörung bei ihren Zielen, wann immer es möglich ist.", "description_en-us": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_es": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_fr": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_es": "Este es el equivalente a una nave de clase fragata de la Nación Sansha. Atacará a todo aquello que perciba como una amenaza o una presa fácil, e inhibirá el warpeo de su objetivo siempre que sea posible.", + "description_fr": "Il s'agit d'un vaisseau équivalent à une frégate pour la Sansha's Nation. Il attaquera quiconque est perçu comme une menace ou une proie facile. Il inhibe le warp de ses cibles chaque fois que cela est possible.", "description_it": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ja": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ko": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ru": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_zh": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_ja": "サンシャ国にとってのフリゲート級にあたる艦船。危険もしくは格下と判断した標的を全て攻撃する。隙あらば標的にワープスクランブルをしかけてくる。", + "description_ko": "산샤 네이션의 프리깃급 함선입니다. 적이나 쉬운 사냥감을 공격합니다. 기회를 노려 워프 스크램블을 시전합니다.", + "description_ru": "Этот корабль «Нации Санши» по характеристикам соответствует фрегату. Он атакует всех, кто представляет угрозу или воспринимается как лёгкая жертва. Он постарается заглушить варп-двигатель врага, как только представится возможность.", + "description_zh": "这是一艘萨沙护卫舰级别的舰船。它会主动攻击任何它认为可能造成威胁或者极易对付的飞船。只要有可能,它就会对目标进行跃迁扰频。", "descriptionID": 895623, "factionID": 1000162, "graphicID": 1237, @@ -206603,13 +209100,13 @@ "typeID": 86458, "typeName_de": "Inescapable Succubus", "typeName_en-us": "Inescapable Succubus", - "typeName_es": "Inescapable Succubus", - "typeName_fr": "Inescapable Succubus", + "typeName_es": "Succubus ineludible", + "typeName_fr": "Succubus inéluctable", "typeName_it": "Inescapable Succubus", - "typeName_ja": "Inescapable Succubus", - "typeName_ko": "Inescapable Succubus", + "typeName_ja": "インエスケーパブル・サキュバス", + "typeName_ko": "구속의 서큐버스", "typeName_ru": "Inescapable Succubus", - "typeName_zh": "Inescapable Succubus", + "typeName_zh": "无法逃脱的魔女级", "typeNameID": 872270, "volume": 28600.0, "wreckTypeID": 26579 @@ -206617,15 +209114,15 @@ "86459": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", + "description_de": "Dies entspricht einem Schiff der Fregattenklasse von Sansha’s Nation. Sie greift alles an, was sie als Bedrohung oder leichte Beute wahrnimmt. Sie setzt Stasisnetze gegen ihre Ziele ein, wann immer es möglich ist.", "description_en-us": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_es": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_fr": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", + "description_es": "Este es el equivalente a una nave de clase fragata de la Nación Sansha. Atacará a todo aquello que perciba como una amenaza o una presa fácil, y lanzará una red ralentizadora a sus objetivos siempre que sea posible.", + "description_fr": "Il s'agit d'un vaisseau équivalent à une frégate pour la Sansha's Nation. Il attaquera quiconque perçu comme une menace ou une proie facile. Il génère une stase sur ses cibles chaque fois que cela est possible.", "description_it": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_ja": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_ko": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_ru": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", - "description_zh": "This is a frigate-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It webifies its targets whenever possible.", + "description_ja": "サンシャ国にとってのフリゲート級にあたる艦船。危険もしくは格下と判断した標的を全て攻撃する。隙あらば標的にウェビファイヤーをしかけてくる。", + "description_ko": "산샤 네이션의 프리깃급 함선입니다. 적이나 쉬운 사냥감을 공격합니다. 기회를 노려 웹 생성기를 시전합니다.", + "description_ru": "Этот корабль «Нации Санши» по характеристикам соответствует фрегату. Он атакует всех, кто представляет угрозу или воспринимается как лёгкая жертва. Он постарается нарушить работу двигательных систем врага, как только представится возможность.", + "description_zh": "这是一艘萨沙护卫舰级别的舰船。它会主动攻击任何它认为可能造成威胁或者极易对付的飞船。只要有可能,它就会对目标进行停滞缠绕。", "descriptionID": 895624, "factionID": 1000162, "graphicID": 1238, @@ -206640,13 +209137,13 @@ "typeID": 86459, "typeName_de": "Chained Servant", "typeName_en-us": "Chained Servant", - "typeName_es": "Chained Servant", - "typeName_fr": "Chained Servant", + "typeName_es": "Sirviente encadenado", + "typeName_fr": "Serviteur enchaîné", "typeName_it": "Chained Servant", - "typeName_ja": "Chained Servant", - "typeName_ko": "Chained Servant", + "typeName_ja": "チェインド・サーバント", + "typeName_ko": "속박된 추종자", "typeName_ru": "Chained Servant", - "typeName_zh": "Chained Servant", + "typeName_zh": "被囚禁的仆从", "typeNameID": 872272, "volume": 28600.0, "wreckTypeID": 26579 @@ -206654,15 +209151,15 @@ "86460": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_de": "Dies entspricht einem Schiff der Kreuzerklasse von Sansha’s Nation. Sie greift alles an, was sie als Bedrohung oder leichte Beute wahrnimmt. Sie bewirkt eine Warpstörung bei ihren Zielen, wann immer es möglich ist.", "description_en-us": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_es": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_fr": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_es": "Este es el equivalente a una nave de clase crucero de la Nación Sansha. Atacará a todo aquello que perciba como una amenaza o una presa fácil, e inhibirá el warpeo de su objetivo siempre que sea posible.", + "description_fr": "Il s'agit d'un vaisseau équivalent à un croiseur pour la Sansha's Nation. Il attaquera quiconque perçu comme une menace ou une proie facile. Il inhibe le warp de ses cibles chaque fois que cela est possible.", "description_it": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ja": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ko": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_ru": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", - "description_zh": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It warp scrambles its targets whenever possible.", + "description_ja": "サンシャ国にとっての巡洋艦級にあたる艦船。危険もしくは格下と判断した標的を全て攻撃する。隙あらば標的にワープスクランブルをしかけてくる。", + "description_ko": "산샤 네이션의 크루저급 함선입니다. 적이나 쉬운 사냥감을 공격합니다. 기회를 노려 워프 스크램블을 시전합니다.", + "description_ru": "Этот корабль «Нации Санши» по характеристикам соответствует крейсеру. Он атакует всех, кто представляет угрозу или воспринимается как лёгкая жертва. Он постарается заглушить варп-двигатель врага, как только представится возможность.", + "description_zh": "这是一艘萨沙巡洋舰级别的舰船。它会主动攻击任何它认为可能造成威胁或者极易对付的飞船。只要有可能,它就会对目标进行跃迁扰频。", "descriptionID": 895625, "factionID": 1000162, "graphicID": 1236, @@ -206677,13 +209174,13 @@ "typeID": 86460, "typeName_de": "Inevitable Phantasm", "typeName_en-us": "Inevitable Phantasm", - "typeName_es": "Inevitable Phantasm", - "typeName_fr": "Inevitable Phantasm", + "typeName_es": "Phantasm inevitable", + "typeName_fr": "Phantasm inévitable", "typeName_it": "Inevitable Phantasm", - "typeName_ja": "Inevitable Phantasm", - "typeName_ko": "Inevitable Phantasm", + "typeName_ja": "インエビタブル・ファンタズム", + "typeName_ko": "필연의 판타즘", "typeName_ru": "Inevitable Phantasm", - "typeName_zh": "Inevitable Phantasm", + "typeName_zh": "避无可避的幽灵级", "typeNameID": 872274, "volume": 115000.0, "wreckTypeID": 26580 @@ -206691,15 +209188,15 @@ "86461": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", + "description_de": "Dies entspricht einem Schiff der Kreuzerklasse von Sansha’s Nation. Sie greift alles an, was sie als Bedrohung oder leichte Beute wahrnimmt. Sie neutralisiert die Energiespeicher ihrer Ziele, wann immer es möglich ist.", "description_en-us": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_es": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_fr": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", + "description_es": "Este es el equivalente a una nave de clase crucero de la Nación Sansha. Atacará a todo aquello que perciba como una amenaza o una presa fácil, y neutralizará los condensadores de su objetivo siempre que sea posible.", + "description_fr": "Il s'agit d'un vaisseau équivalent à un croiseur pour la Sansha's Nation. Il attaquera quiconque perçu comme une menace ou une proie facile. Il neutralise les capaciteurs de ses cibles chaque fois que possible.", "description_it": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_ja": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_ko": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_ru": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", - "description_zh": "This is a cruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. It neutralizes its targets' capacitors whenever possible.", + "description_ja": "サンシャ国にとっての巡洋艦級にあたる艦船。危険もしくは格下と判断した標的を全て攻撃する。隙あらば標的のキャパシタを中和してくる。", + "description_ko": "산샤 네이션의 크루저급 함선입니다. 적이나 쉬운 사냥감을 공격합니다. 기회를 노려 캐패시터를 무력화합니다.", + "description_ru": "Этот корабль «Нации Санши» по характеристикам соответствует крейсеру. Он атакует всех, кто представляет угрозу или воспринимается как лёгкая жертва. Он постарается нейтрализовать энергию накопителя врага, как только представится возможность.", + "description_zh": "这是一艘萨沙巡洋舰级别的舰船。它会主动攻击任何它认为可能造成威胁或者极易对付的飞船。只要有可能,它就会中和目标的电容。", "descriptionID": 895626, "factionID": 1000162, "graphicID": 1236, @@ -206714,13 +209211,13 @@ "typeID": 86461, "typeName_de": "Exacting Phantasm", "typeName_en-us": "Exacting Phantasm", - "typeName_es": "Exacting Phantasm", - "typeName_fr": "Exacting Phantasm", + "typeName_es": "Phantasm exigente", + "typeName_fr": "Phantasm exigeant", "typeName_it": "Exacting Phantasm", - "typeName_ja": "Exacting Phantasm", - "typeName_ko": "Exacting Phantasm", + "typeName_ja": "イグザクティング・ファンタズム", + "typeName_ko": "정교한 판타즘", "typeName_ru": "Exacting Phantasm", - "typeName_zh": "Exacting Phantasm", + "typeName_zh": "幽灵级严苛者", "typeNameID": 872276, "volume": 118000.0, "wreckTypeID": 26580 @@ -206728,15 +209225,15 @@ "86462": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", + "description_de": "Dies entspricht einem Schiff der Schlachtkreuzerklasse von Sansha’s Nation. Sie greift alles an, was sie als Bedrohung oder leichte Beute wahrnimmt. Ihr einziger Daseinszweck ist die Zerstörung.", "description_en-us": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_es": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_fr": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", + "description_es": "Este es el equivalente a una nave de clase crucero de combate de la Nación Sansha. Atacará a todo aquello que perciba como una amenaza o una presa fácil, y su único fin es la destrucción.", + "description_fr": "Il s'agit d'un vaisseau équivalent à un croiseur cuirassé pour la Sansha's Nation. Il attaquera quiconque perçu comme une menace ou une proie facile. Il a pour unique objectif la destruction.", "description_it": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_ja": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_ko": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_ru": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", - "description_zh": "This is a battlecruiser-class ship equivalent for Sansha's Nation. It will attack anyone it perceives as a threat or easy pickings. Its only purpose is destruction.", + "description_ja": "サンシャ国にとっての巡洋戦艦級にあたる艦船。危険もしくは格下と判断した標的を全て攻撃する。役割はただひとつ、標的の破壊である。", + "description_ko": "산샤 네이션의 배틀크루저급 함선입니다. 적이나 쉬운 사냥감을 공격합니다. 대상을 파괴하는 것만이 유일한 목적입니다.", + "description_ru": "Этот корабль «Нации Санши» по характеристикам соответствует линейному крейсеру. Он атакует всех, кто представляет угрозу или воспринимается как лёгкая жертва. Его единственная функция — разрушение.", + "description_zh": "这是一艘萨沙战列巡洋舰级别的舰船。它会主动攻击任何它认为可能造成威胁或者极易对付的飞船。其唯一目的就是击毁敌舰。", "descriptionID": 895627, "factionID": 1000162, "graphicID": 1236, @@ -206751,13 +209248,13 @@ "typeID": 86462, "typeName_de": "Citizen Commander", "typeName_en-us": "Citizen Commander", - "typeName_es": "Citizen Commander", - "typeName_fr": "Citizen Commander", + "typeName_es": "Comandante ciudadano", + "typeName_fr": "Commandant Citoyen", "typeName_it": "Citizen Commander", - "typeName_ja": "Citizen Commander", - "typeName_ko": "Citizen Commander", + "typeName_ja": "民間人司令官", + "typeName_ko": "시티즌 사령관", "typeName_ru": "Citizen Commander", - "typeName_zh": "Citizen Commander", + "typeName_zh": "公民指挥官", "typeNameID": 872279, "volume": 234000.0, "wreckTypeID": 26580 @@ -206857,15 +209354,15 @@ "86477": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Fregattenklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde darauf ausgerichtet, Stasisnetze gegen feindliche Schiffe einzusetzen.", "description_en-us": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_es": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_fr": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", + "description_es": "Un dron sleeper equivalente a una nave de clase fragata. Está bajo control drifter y se centra en lanzar una red ralentizadora contra los hostiles.", + "description_fr": "Un drone sleeper équivalent à une frégate. Il est sous contrôle drifter et a reçu l'ordre de se concentrer sur la génération de stase sur les ennemis.", "description_it": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_ja": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_ko": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_ru": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", - "description_zh": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on webifying hostiles.", + "description_ja": "フリゲート級に相当するスリーパードローン。ドリフターの支配下にあり、敵にウェビファイヤーをしかけることに集中するよう指示されている。", + "description_ko": "프리깃급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적에게 웹 생성기를 사용하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует фрегату. Он находится под контролем Скитальцев и запрограммирован на стазис-индукцию вражеских судов.", + "description_zh": "一架护卫舰级别的冬眠者无人机。它由流浪者控制,主要负责对敌舰进行停滞缠绕。", "descriptionID": 895651, "graphicID": 3528, "groupID": 1568, @@ -206879,13 +209376,13 @@ "typeID": 86477, "typeName_de": "Paralyzing Pilum", "typeName_en-us": "Paralyzing Pilum", - "typeName_es": "Paralyzing Pilum", - "typeName_fr": "Paralyzing Pilum", + "typeName_es": "Pilum paralizante", + "typeName_fr": "Pilum paralysant", "typeName_it": "Paralyzing Pilum", - "typeName_ja": "Paralyzing Pilum", - "typeName_ko": "Paralyzing Pilum", + "typeName_ja": "パラライジング・パイラム", + "typeName_ko": "마비의 파일럼", "typeName_ru": "Paralyzing Pilum", - "typeName_zh": "Paralyzing Pilum", + "typeName_zh": "短矛级麻痹者", "typeNameID": 872384, "volume": 19100.0, "wreckTypeID": 56742 @@ -206893,15 +209390,15 @@ "86478": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Fregattenklasse entspricht. Es steht unter Drifter-Kontrolle und wurde auf die Zielmarkierung feindlicher Schiffe ausgerichtet.", "description_en-us": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_es": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_fr": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", + "description_es": "Un dron sleeper equivalente a una nave de clase fragata. Está bajo control drifter y se le ha ordenado centrarse en revelar los objetivos hostiles.", + "description_fr": "Un drone sleeper équivalent à une frégate. Il est sous contrôle drifter et a reçu l'ordre de se concentrer sur le marquage de cible des hostiles.", "description_it": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_ja": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_ko": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_ru": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", - "description_zh": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on target painting hostiles.", + "description_ja": "フリゲート級に相当するスリーパードローン。ドリフターの支配下にあり、敵にターゲットペインティングをしかけることに集中するよう指示されている。", + "description_ko": "프리깃급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 타겟 페인터로 주요 목표를 지정하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует фрегату. Он находится под контролем Скитальцев и запрограммирован на подсветку вражеских целей.", + "description_zh": "一架护卫舰级别的冬眠者无人机。它由流浪者控制,主要负责对敌舰进行标记。", "descriptionID": 895657, "graphicID": 3560, "groupID": 1568, @@ -206915,13 +209412,13 @@ "typeID": 86478, "typeName_de": "Phosphene Pilum", "typeName_en-us": "Phosphene Pilum", - "typeName_es": "Phosphene Pilum", - "typeName_fr": "Phosphene Pilum", + "typeName_es": "Pilum de fosfeno", + "typeName_fr": "Pilum de phosphène", "typeName_it": "Phosphene Pilum", - "typeName_ja": "Phosphene Pilum", - "typeName_ko": "Phosphene Pilum", + "typeName_ja": "フォスフェーン・パイラム", + "typeName_ko": "섬광의 파일럼", "typeName_ru": "Phosphene Pilum", - "typeName_zh": "Phosphene Pilum", + "typeName_zh": "短矛级幻光者", "typeNameID": 872385, "volume": 19100.0, "wreckTypeID": 56742 @@ -206929,15 +209426,15 @@ "86479": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Fregattenklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde darauf ausgerichtet, feindliche Schiffe durch Warpen zu stören.", "description_en-us": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_es": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_fr": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_es": "Un dron sleeper equivalente a una nave de clase fragata. Está bajo control drifter y se le ha ordenado centrarse en perturbar el warpeo de los hostiles.", + "description_fr": "Un drone sleeper équivalent à une frégate. Il est sous contrôle drifter et a reçu l'ordre de se concentrer sur la perturbation de warp des ennemis.", "description_it": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ja": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ko": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ru": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_zh": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_ja": "フリゲート級に相当するスリーパードローン。ドリフターの支配下にあり、敵にワープ妨害をしかけることに集中するよう指示されている。", + "description_ko": "프리깃급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적의 워프를 교란하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует фрегату. Он находится под контролем Скитальцев и запрограммирован на подавление варп-двигателей вражеских судов.", + "description_zh": "一架护卫舰级别的冬眠者无人机。它由流浪者控制,主要负责对敌舰进行跃迁扰断。", "descriptionID": 895654, "graphicID": 3560, "groupID": 1568, @@ -206951,13 +209448,13 @@ "typeID": 86479, "typeName_de": "Parasomnia Pilum", "typeName_en-us": "Parasomnia Pilum", - "typeName_es": "Parasomnia Pilum", - "typeName_fr": "Parasomnia Pilum", + "typeName_es": "Pilum de parasomnia", + "typeName_fr": "Pilum Parasomnia", "typeName_it": "Parasomnia Pilum", - "typeName_ja": "Parasomnia Pilum", - "typeName_ko": "Parasomnia Pilum", + "typeName_ja": "パラソムニア・パイラム", + "typeName_ko": "악몽의 파일럼", "typeName_ru": "Parasomnia Pilum", - "typeName_zh": "Parasomnia Pilum", + "typeName_zh": "短矛级异睡者", "typeNameID": 872386, "volume": 19100.0, "wreckTypeID": 56742 @@ -206965,15 +209462,15 @@ "86480": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Fregattenklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde auf Zerstörung ausgerichtet.", "description_en-us": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_es": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_fr": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_es": "Un dron sleeper equivalente a una nave de clase fragata. Está bajo control drifter y se le ha ordenado centrarse en la destrucción.", + "description_fr": "Un drone sleeper équivalent à une frégate. Il est sous contrôle drifter et a reçu pour instruction de se concentrer sur la destruction.", "description_it": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ja": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ko": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ru": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_zh": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_ja": "フリゲート級に相当するスリーパードローン。ドリフターの支配下にあり、破壊行為に集中するよう指示されている。", + "description_ko": "프리깃급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적을 파괴하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует фрегату. Он находится под контролем Скитальцев и запрограммирован на уничтожение вражеских судов.", + "description_zh": "一架护卫舰级别的冬眠者无人机。它由流浪者控制,主要负责击毁敌舰。", "descriptionID": 895652, "graphicID": 3560, "groupID": 1568, @@ -206987,13 +209484,13 @@ "typeID": 86480, "typeName_de": "Stirring Pilum", "typeName_en-us": "Stirring Pilum", - "typeName_es": "Stirring Pilum", - "typeName_fr": "Stirring Pilum", + "typeName_es": "Pilum estimulante", + "typeName_fr": "Pilum agité", "typeName_it": "Stirring Pilum", - "typeName_ja": "Stirring Pilum", - "typeName_ko": "Stirring Pilum", + "typeName_ja": "スターリング・パイラム", + "typeName_ko": "동요의 파일럼", "typeName_ru": "Stirring Pilum", - "typeName_zh": "Stirring Pilum", + "typeName_zh": "短矛级好事者", "typeNameID": 872387, "volume": 19100.0, "wreckTypeID": 56742 @@ -207001,15 +209498,15 @@ "86481": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Fregattenklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde darauf ausgerichtet, ihren Energieneutralisierer gegen feindliche Schiffe einzusetzen.", "description_en-us": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_es": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_fr": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", + "description_es": "Un dron sleeper equivalente a una nave de clase fragata. Está bajo control drifter y se le ha ordenado centrarse en usar su neutralizador energético en los hostiles.", + "description_fr": "Un drone sleeper équivalent à une frégate. Il est sous contrôle drifter et a reçu pour instruction de se concentrer sur l'utilisation de son neutraliseur d'énergie sur les hostiles.", "description_it": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_ja": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_ko": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_ru": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", - "description_zh": "A Sleeper drone, equivalent to a frigate-class ship. It is under Drifter control and has been directed to focus on using its energy neutralizer on hostiles.", + "description_ja": "フリゲート級に相当するスリーパードローン。ドリフターの支配下にあり、敵にエネルギーニュートラライザーを使用することに集中するよう指示されている。", + "description_ko": "프리깃급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적에게 에너지 뉴트럴라이저를 사용하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует фрегату. Он находится под контролем Скитальцев и запрограммирован на нейтрализацию заряда накопителей вражеских судов.", + "description_zh": "一架护卫舰级别的冬眠者无人机。它由流浪者控制,主要负责对敌舰使用能量中和器。", "descriptionID": 895653, "graphicID": 3560, "groupID": 1568, @@ -207023,13 +209520,13 @@ "typeID": 86481, "typeName_de": "Enervating Pilum", "typeName_en-us": "Enervating Pilum", - "typeName_es": "Enervating Pilum", - "typeName_fr": "Enervating Pilum", + "typeName_es": "Pilum enervante", + "typeName_fr": "Pilum affaiblissant", "typeName_it": "Enervating Pilum", - "typeName_ja": "Enervating Pilum", - "typeName_ko": "Enervating Pilum", + "typeName_ja": "エナベイティング・パイラム", + "typeName_ko": "약화의 파일럼", "typeName_ru": "Enervating Pilum", - "typeName_zh": "Enervating Pilum", + "typeName_zh": "短矛级萎靡者", "typeNameID": 872388, "volume": 19100.0, "wreckTypeID": 56742 @@ -207037,15 +209534,15 @@ "86482": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Kreuzerklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde darauf ausgerichtet, feindliche Schiffe durch Warpen zu stören.", "description_en-us": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_es": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_fr": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_es": "Un dron sleeper equivalente a una nave de clase crucero. Está bajo control drifter y se le ha ordenado centrarse en perturbar el warpeo de los hostiles.", + "description_fr": "Un drone sleeper équivalent à un croiseur. Il est sous contrôle drifter et a reçu l'ordre de se concentrer sur la perturbation de warp des ennemis.", "description_it": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ja": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ko": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_ru": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", - "description_zh": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on warp disrupting hostiles.", + "description_ja": "巡洋艦級に相当するスリーパードローン。ドリフターの支配下にあり、敵にワープ妨害をしかけることに集中するよう指示されている。", + "description_ko": "크루저급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적의 워프를 교란하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует крейсеру. Он находится под контролем Скитальцев и запрограммирован на подавление варп-двигателей вражеских судов.", + "description_zh": "一架巡洋舰级别的冬眠者无人机。它由流浪者控制,主要负责对敌舰进行跃迁扰断。", "descriptionID": 895655, "graphicID": 3536, "groupID": 1665, @@ -207059,13 +209556,13 @@ "typeID": 86482, "typeName_de": "Parasomnia Toxotai", "typeName_en-us": "Parasomnia Toxotai", - "typeName_es": "Parasomnia Toxotai", - "typeName_fr": "Parasomnia Toxotai", + "typeName_es": "Toxotai de parasomnia", + "typeName_fr": "Toxotai Parasomnia", "typeName_it": "Parasomnia Toxotai", - "typeName_ja": "Parasomnia Toxotai", - "typeName_ko": "Parasomnia Toxotai", + "typeName_ja": "パラソムニア・トクソタイ", + "typeName_ko": "악몽의 톡소타이", "typeName_ru": "Parasomnia Toxotai", - "typeName_zh": "Parasomnia Toxotai", + "typeName_zh": "弓兵级异睡者", "typeNameID": 872394, "volume": 115000.0, "wreckTypeID": 56743 @@ -207073,15 +209570,15 @@ "86483": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_de": "Eine Sleeper-Drohne, die einem Schiff der Kreuzerklasse entspricht. Sie steht unter Drifter-Kontrolle und wurde auf Zerstörung ausgerichtet.", "description_en-us": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_es": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_fr": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_es": "Un dron sleeper equivalente a una nave de clase crucero. Está bajo control drifter y se le ha ordenado centrarse en la destrucción.", + "description_fr": "Un drone sleeper équivalent à un croiseur. Il est sous contrôle drifter et a reçu pour instruction de se concentrer sur la destruction.", "description_it": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ja": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ko": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_ru": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", - "description_zh": "A Sleeper drone, equivalent to a cruiser-class ship. It is under Drifter control and has been directed to focus on destruction.", + "description_ja": "巡洋艦級に相当するスリーパードローン。ドリフターの支配下にあり、破壊行為に集中するよう指示されている。", + "description_ko": "크루저급 함선과 동급인 슬리퍼 드론입니다. 드리프터가 적을 파괴하도록 조종하고 있습니다.", + "description_ru": "Этот дрон Спящих по характеристикам соответствует крейсеру. Он находится под контролем Скитальцев и запрограммирован на уничтожение вражеских судов.", + "description_zh": "一架巡洋舰级别的冬眠者无人机。它由流浪者控制,主要负责击毁敌舰。", "descriptionID": 895656, "graphicID": 3536, "groupID": 1665, @@ -207095,13 +209592,13 @@ "typeID": 86483, "typeName_de": "Hypnic Toxotai", "typeName_en-us": "Hypnic Toxotai", - "typeName_es": "Hypnic Toxotai", - "typeName_fr": "Hypnic Toxotai", + "typeName_es": "Toxotai hipnótico", + "typeName_fr": "Toxotai hypnique", "typeName_it": "Hypnic Toxotai", - "typeName_ja": "Hypnic Toxotai", - "typeName_ko": "Hypnic Toxotai", + "typeName_ja": "ヒプニック・トクソタイ", + "typeName_ko": "최면의 톡소타이", "typeName_ru": "Hypnic Toxotai", - "typeName_zh": "Hypnic Toxotai", + "typeName_zh": "弓兵级催眠者", "typeNameID": 872395, "volume": 115000.0, "wreckTypeID": 56743 @@ -207109,15 +209606,15 @@ "86490": { "basePrice": 0.0, "capacity": 235.0, - "description_de": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", + "description_de": "Ein Drifter-Kreuzer, beauftragt mit der Beseitigung von Assets, die die Ziele der Drifter stören.", "description_en-us": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_es": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_fr": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", + "description_es": "Un crucero drifter encargado de eliminar los bienes que interfieren con los objetivos de los drifters.", + "description_fr": "Croiseur drifter chargé d'éliminer les éléments perturbant les objectifs des Drifters.", "description_it": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_ja": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_ko": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_ru": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", - "description_zh": "A Drifter Cruiser tasked with the elimination of assets that are disruptive to the Drifters' goals.", + "description_ja": "目的の邪魔になる存在を抹殺することを任務としているドリフターの巡洋艦。", + "description_ko": "드리프터의 목적을 방해하는 모든 대상을 파괴하는 드리프터 크루저입니다.", + "description_ru": "Задача этого крейсера — уничтожение активов, которые могут стать препятствием в достижении целей Скитальцев.", + "description_zh": "一艘流浪者巡洋舰,负责消灭阻碍流浪者达成目标的一切事物。", "descriptionID": 872438, "graphicID": 22006, "groupID": 1665, @@ -207131,17 +209628,117 @@ "typeID": 86490, "typeName_de": "Drifter Assault Cruiser", "typeName_en-us": "Drifter Assault Cruiser", - "typeName_es": "Drifter Assault Cruiser", - "typeName_fr": "Drifter Assault Cruiser", + "typeName_es": "Crucero de asalto drifter", + "typeName_fr": "Croiseur Drifter d'assaut", "typeName_it": "Drifter Assault Cruiser", - "typeName_ja": "Drifter Assault Cruiser", - "typeName_ko": "Drifter Assault Cruiser", + "typeName_ja": "ドリフター攻撃型巡洋艦", + "typeName_ko": "드리프터 어썰트 크루저", "typeName_ru": "Drifter Assault Cruiser", - "typeName_zh": "Drifter Assault Cruiser", + "typeName_zh": "流浪者突击巡洋舰", "typeNameID": 872437, "volume": 118000.0, "wreckTypeID": 56740 }, + "86495": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_en-us": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_es": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_fr": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_it": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_ja": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_ko": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_ru": "This crate contains two randomly selected Yoiul Festival Boosters", + "description_zh": "This crate contains two randomly selected Yoiul Festival Boosters", + "descriptionID": 872560, + "groupID": 1194, + "iconID": 24293, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86495, + "typeName_de": "Yoiul Festival Booster Crate", + "typeName_en-us": "Yoiul Festival Booster Crate", + "typeName_es": "Yoiul Festival Booster Crate", + "typeName_fr": "Yoiul Festival Booster Crate", + "typeName_it": "Yoiul Festival Booster Crate", + "typeName_ja": "Yoiul Festival Booster Crate", + "typeName_ko": "Yoiul Festival Booster Crate", + "typeName_ru": "Yoiul Festival Booster Crate", + "typeName_zh": "Yoiul Festival Booster Crate", + "typeNameID": 872561, + "volume": 1.0 + }, + "86496": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_en-us": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_es": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_fr": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_it": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_ja": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_ko": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_ru": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "description_zh": "This crate contains a randomly selected 'Brainfreeze' cerebral accelerator.", + "descriptionID": 872564, + "groupID": 1194, + "iconID": 24292, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86496, + "typeName_de": "Yoiul Festival Brainfreeze Crate", + "typeName_en-us": "Yoiul Festival Brainfreeze Crate", + "typeName_es": "Yoiul Festival Brainfreeze Crate", + "typeName_fr": "Yoiul Festival Brainfreeze Crate", + "typeName_it": "Yoiul Festival Brainfreeze Crate", + "typeName_ja": "Yoiul Festival Brainfreeze Crate", + "typeName_ko": "Yoiul Festival Brainfreeze Crate", + "typeName_ru": "Yoiul Festival Brainfreeze Crate", + "typeName_zh": "Yoiul Festival Brainfreeze Crate", + "typeNameID": 872565, + "volume": 1.0 + }, + "86498": { + "basePrice": 0.0, + "capacity": 120.0, + "description_de": "Die Analyse dieses Schlachtschiffs durch CONCORD wurde von dessen hochentwickelten Rumpf und Schilden verhindert. Das Antriebssystem ist unbekannt, aber vorläufige Theorien legen nahe, dass das Schiff während der Fortbewegung in irgendeiner Form direkt mit dem Raum-Zeit-Gewebe interagiert. Die Standard-Waffensysteme dieses Schiffs scheinen halbautomatisch und effektiv gegen eine breite Palette von Zielen zu sein. Einsatzbesprechungen von DED-Kontakten legen nahe, dass die frei schwebenden Geschütztürme eine Sekundärwaffe darstellen. Eine extrem gefährliche Primärwaffe befindet sich in Reserve und wird gegen diejenigen eingesetzt, die der Kommandant dieses Schiffs als besondere Bedrohung einstuft. Bedrohungsstufe: Kritisch", + "description_en-us": "CONCORD's analysis of this battleship has been hampered by its advanced hull and shielding. The propulsion system is unfamiliar but tentative theories have suggested that the vessel somehow directly interacts with the fabric of space-time while moving. The standard weapon systems of this ship appear to be semi-autonomous and effective against a range of targets.\r\n\r\nDED contact briefings suggest the free floating turrets are a secondary weapon, with an extremely dangerous primary weapon held in reserve against those this ship's commander considers a significant threat.\r\n\r\nThreat level: Critical", + "description_es": "El análisis de CONCORD de este acorazado se ha visto dificultado por el casco y el blindaje tan avanzados. El sistema propulsor es desconocido, pero las teorías provisionales sugieren que la nave interactúa directamente con el tejido espaciotemporal mientras avanza. Los sistemas de armamento estándar parecen semiautónomos y efectivos contra un amplio abanico de objetivos.\n\nLos informes de contacto del DED sugieren que las torretas flotantes son un arma secundaria y que hay un arma principal extremadamente peligrosa, reservada para quienes el comandante de la nave considere una amenaza real.\n\nNivel de amenaza: crítico.", + "description_fr": "L'analyse de CONCORD est brouillée par la coque et les boucliers avancés du cuirassé. En dépit des zones d'ombre technologique qui entourent le système de propulsion, certaines théories suggèrent que le vaisseau interagirait directement avec la trame de l'espace-temps pour se déplacer. Les systèmes d'armement standards de ce vaisseau semblent être semi-autonomes et efficaces contre un éventail de cibles spécifique. Les briefings du DED laissent supposer que les tourelles qui flottent librement autour de la coque sont de simples armes secondaires, relayées en cas de force majeure par une arme de destruction massive dissimulée sous la coque. Niveau de menace : critique", + "description_it": "CONCORD's analysis of this battleship has been hampered by its advanced hull and shielding. The propulsion system is unfamiliar but tentative theories have suggested that the vessel somehow directly interacts with the fabric of space-time while moving. The standard weapon systems of this ship appear to be semi-autonomous and effective against a range of targets.\r\n\r\nDED contact briefings suggest the free floating turrets are a secondary weapon, with an extremely dangerous primary weapon held in reserve against those this ship's commander considers a significant threat.\r\n\r\nThreat level: Critical", + "description_ja": "CONCORDによるこの戦艦の分析は同艦の先進型船体とシールドによって阻まれた。駆動システムは未知のもので、移動中のこの船は時空構造と直接干渉しあっているという仮説がある。この艦の標準型兵器システムは半自動操作されており広範囲の敵に対して効果があるようだ。\n\nDEDの説明によると、浮遊ターレットは補助兵器で、指揮官が重大な脅威と判断した対象に向けて使用する極めて攻撃力の高い主兵装は温存されているらしい。\n\n危険度:クリティカル", + "description_ko": "최첨단 실드 및 선체 시스템으로 인해 CONCORD가 대상 배틀쉽을 분석할 수 없습니다. 처음 보는 형태의 추진 시스템이 탑재되어 있으나 아마도 이 함선은 시공간 구조와 상호작용을 하며 이동하는 것으로 추정됩니다.

기본 무기 시스템으로는 장거리 포격에 특화된 반자동 무기 시스템이 탑재된 것으로 보입니다.

DED 보고서에 따르면 부유 중인 터렛은 보조 무기이며, 주무기는 지휘관 명령에 따라 위협으로 지정된 적을 섬멸하는데 사용됩니다.

위험도: 치명적 위험", + "description_ru": "КОНКОРД не смог провести полноценный анализ этого линкора; высокотехнологичные силовые поля и корпус существенно затрудняют попытки его зондирования. Тип используемой им двигательной установки неизвестен, но теоретики указывают на свидетельства прямого взаимодействия движущегося корабля с тканью пространства-времени. Основные оружейные системы корабля, предположительно, работают в полуавтоматическом режиме и эффективны против широкого спектра целей. По данным СМЕР «парящие» орудийные установки признаны второстепенным вооружением, а смертоносное главное орудие — средством особого назначения, предназначенным для борьбы с целями, являющимися существенной угрозой по мнению пилота корабля. Уровень угрозы: Критический", + "description_zh": "这艘战列舰的船体和护盾系统非常先进,统合部对它的分析遇到了不小的麻烦。它的推进系统前所未见,有人猜想这艘船是直接与时空结构进行交互而实现星际穿梭的。它的标准武器系统似乎具有一定的自主性,面对各种目标都能发挥不俗的威力。\n\nDED线人报告说那些暴露在外的炮台不过是辅助武器,真正危险的主武器系统只有在舰长认为受到了巨大威胁的时候才会出马。\n\n威胁等级:致命", + "descriptionID": 872584, + "factionID": 500024, + "graphicID": 21049, + "groupID": 1530, + "isDynamicType": 0, + "mass": 10900000.0, + "portionSize": 1, + "published": 0, + "radius": 350.0, + "soundID": 20207, + "typeID": 86498, + "typeName_de": "Drifter Recon Battleship", + "typeName_en-us": "Drifter Recon Battleship", + "typeName_es": "Drifter Recon Battleship", + "typeName_fr": "Drifter Recon Battleship", + "typeName_it": "Drifter Recon Battleship", + "typeName_ja": "Drifter Recon Battleship", + "typeName_ko": "Drifter Recon Battleship", + "typeName_ru": "Drifter Recon Battleship", + "typeName_zh": "Drifter Recon Battleship", + "typeNameID": 872583, + "volume": 109000.0, + "wreckTypeID": 37531 + }, "86509": { "basePrice": 0.0, "capacity": 27500.0, @@ -207154,28 +209751,28 @@ "typeID": 86509, "typeName_de": "Planetary Trustbreaker Array Wreck", "typeName_en-us": "Planetary Trustbreaker Array Wreck", - "typeName_es": "Planetary Trustbreaker Array Wreck", - "typeName_fr": "Planetary Trustbreaker Array Wreck", + "typeName_es": "Restos de sistema de ruptura planetario", + "typeName_fr": "Épave de module planétaire Trustbreaker", "typeName_it": "Planetary Trustbreaker Array Wreck", - "typeName_ja": "Planetary Trustbreaker Array Wreck", - "typeName_ko": "Planetary Trustbreaker Array Wreck", + "typeName_ja": "惑星欺瞞アレイの残骸", + "typeName_ko": "행성 인증 해제기 시설 잔해", "typeName_ru": "Planetary Trustbreaker Array Wreck", - "typeName_zh": "Planetary Trustbreaker Array Wreck", + "typeName_zh": "行星弃信者阵列残骸", "typeNameID": 895174, "volume": 27500.0 }, "86512": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_de": "Eine Raubdrohne, die einem Schiff der Zerstörerklasse entspricht. Ihre Hauptaufgabe scheint die Energiespeicherneutralisation zu sein.", "description_en-us": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_es": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_fr": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_es": "Un dron rebelde equivalente a una nave de clase destructor. Su objetivo principal parece ser la neutralización de condensadores.", + "description_fr": "Un drone renégat équivalent à un destroyer. Son objectif principal semble être la neutralisation du capaciteur.", "description_it": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ja": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ko": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_ru": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", - "description_zh": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objective seems to be capacitor neutralization.", + "description_ja": "キャパシタの中和を主な役割としているらしい、駆逐艦級艦船相当のローグドローン。", + "description_ko": "디스트로이어급 함선과 동급인 로그 드론입니다. 캐패시터 무력화가 주요 임무인 것으로 보입니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует эсминцу. Похоже, его основная функция — нейтрализация заряда накопителя.", + "description_zh": "一架驱逐舰级别的自由无人机。其主要目标似乎在于中和电容器。", "descriptionID": 895772, "graphicID": 1220, "groupID": 1664, @@ -207188,13 +209785,13 @@ "typeID": 86512, "typeName_de": "Siphoning Guardian", "typeName_en-us": "Siphoning Guardian", - "typeName_es": "Siphoning Guardian", - "typeName_fr": "Siphoning Guardian", + "typeName_es": "Guardián de succión", + "typeName_fr": "Guardian de siphonnage", "typeName_it": "Siphoning Guardian", - "typeName_ja": "Siphoning Guardian", - "typeName_ko": "Siphoning Guardian", + "typeName_ja": "サイフォニング・ガーディアン", + "typeName_ko": "탈취의 가디언", "typeName_ru": "Siphoning Guardian", - "typeName_zh": "Siphoning Guardian", + "typeName_zh": "虹吸守卫", "typeNameID": 895224, "volume": 60.0, "wreckTypeID": 26591 @@ -207202,15 +209799,15 @@ "86513": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_de": "Eine Raubdrohne, die einem Schiff der Zerstörerklasse entspricht. Ihre Hauptaufgabe scheint die Zielmarkierung und Zerstörung zu sein.", "description_en-us": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_es": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_fr": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_es": "Un dron rebelde equivalente a una nave de clase destructor. Su objetivo principal parece ser la revelación y destrucción de objetivos.", + "description_fr": "Un drone renégat équivalent à un destroyer. Ses objectifs principaux semblent être le marquage de cible et la destruction.", "description_it": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ja": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ko": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_ru": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", - "description_zh": "A Rogue Drone equivalent to a destroyer-class ship. Its primary objectives seem to be target painting and destruction.", + "description_ja": "ターゲットのペインティングと破壊を主な役割としているらしい、駆逐艦級艦船相当のローグドローン。", + "description_ko": "디스트로이어급 함선과 동급인 로그 드론입니다. 타겟 페인터로 주 목표를 지정해 파괴합니다.", + "description_ru": "Этот восставший дрон по характеристикам соответствует эсминцу. Похоже, его основная функция — подсветка и уничтожение целей.", + "description_zh": "一架驱逐舰级别的自由无人机。其主要目标似乎在于标记并摧毁目标。", "descriptionID": 895773, "graphicID": 1223, "groupID": 1664, @@ -207223,13 +209820,13 @@ "typeID": 86513, "typeName_de": "Scrutinizer Sentinel", "typeName_en-us": "Scrutinizer Sentinel", - "typeName_es": "Scrutinizer Sentinel", - "typeName_fr": "Scrutinizer Sentinel", + "typeName_es": "Centinela escrutador", + "typeName_fr": "Sentinel de contrôle", "typeName_it": "Scrutinizer Sentinel", - "typeName_ja": "Scrutinizer Sentinel", - "typeName_ko": "Scrutinizer Sentinel", + "typeName_ja": "スクルーティナイザー・センチネル", + "typeName_ko": "철저한 센티넬", "typeName_ru": "Scrutinizer Sentinel", - "typeName_zh": "Scrutinizer Sentinel", + "typeName_zh": "哨兵审查者", "typeNameID": 895225, "volume": 60.0, "wreckTypeID": 26591 @@ -207237,15 +209834,15 @@ "86514": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", + "description_de": "Eine Incursus-Fregatte, die von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, mit dem Stasisnetz des Schiffes Feinde festzuhalten.", "description_en-us": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_es": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_fr": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", + "description_es": "Una fragata Incursus pilotada por matones mercenarios. Parece que su tripulación está centrada en usar la red ralentizadora de la nave para inmovilizar a los enemigos.", + "description_fr": "Une frégate Incursus pilotée par des malfrats mercenaires. L'équipage semble se concentrer sur l'utilisation du générateur de stase du vaisseau pour immobiliser les ennemis.", "description_it": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_ja": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_ko": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_ru": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", - "description_zh": "An Incursus frigate flown by Mercenary Thugs. Its crew seems to be focused on using the ship’s webifier to pin hostiles.", + "description_ja": "ごろつき傭兵が操縦しているインカーサス級フリゲート。搭載しているウェビファイヤーを使って敵を足止めすることに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 인커서스 프리깃입니다. 웹 생성기로 적을 방해하는 것이 주요 목적입니다.", + "description_ru": "Этот фрегат Incursus захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — обездвиживать вражеские корабли с помощью стазис-индуктора.", + "description_zh": "一艘由雇佣兵暴徒驾驶的因卡萨斯级护卫舰。船员们会尽可能利用舰船的停滞缠绕能力牵制敌军。", "descriptionID": 895642, "graphicID": 61, "groupID": 1568, @@ -207259,13 +209856,13 @@ "typeID": 86514, "typeName_de": "Pinning Incursus", "typeName_en-us": "Pinning Incursus", - "typeName_es": "Pinning Incursus", - "typeName_fr": "Pinning Incursus", + "typeName_es": "Incursus inmovilizadora", + "typeName_fr": "Incursus d'immobilisation", "typeName_it": "Pinning Incursus", - "typeName_ja": "Pinning Incursus", - "typeName_ko": "Pinning Incursus", + "typeName_ja": "ピンニング・インカーサス", + "typeName_ko": "저지의 인커서스", "typeName_ru": "Pinning Incursus", - "typeName_zh": "Pinning Incursus", + "typeName_zh": "因卡萨斯级牵制者", "typeNameID": 895226, "volume": 28600.0, "wreckTypeID": 27055 @@ -207273,15 +209870,15 @@ "86515": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_de": "Eine Kestrel-Fregatte, die von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, so viel Schaden wie möglich zu verursachen.", "description_en-us": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_es": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_fr": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_es": "Una fragata Kestrel pilotada por matones mercenarios. Parece que su tripulación está centrada en infligir todo el daño que pueda.", + "description_fr": "Une frégate Kestrel pilotée par des malfrats mercenaires. L'équipage semble concentrer ses efforts pour infliger autant de dégâts que possible.", "description_it": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ja": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ko": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ru": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_zh": "A Kestrel frigate flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_ja": "ごろつき傭兵が操縦しているケストレル級フリゲート。可能な限り多くのダメージを与えることに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 케스트렐 프리깃입니다. 적에게 최대한 많은 피해를 주는 것이 주요 목적입니다.", + "description_ru": "Этот фрегат Kestrel захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — нанести противнику как можно больше повреждений.", + "description_zh": "一艘由雇佣兵暴徒驾驶的茶隼级护卫舰。船员们会尽可能造成更多的伤害。", "descriptionID": 895643, "graphicID": 313, "groupID": 1568, @@ -207295,13 +209892,13 @@ "typeID": 86515, "typeName_de": "Bruiser Kestrel", "typeName_en-us": "Bruiser Kestrel", - "typeName_es": "Bruiser Kestrel", - "typeName_fr": "Bruiser Kestrel", + "typeName_es": "Kestrel matona", + "typeName_fr": "Kestrel cogneur", "typeName_it": "Bruiser Kestrel", - "typeName_ja": "Bruiser Kestrel", - "typeName_ko": "Bruiser Kestrel", + "typeName_ja": "ブルーザー・ケストレル", + "typeName_ko": "포악한 케스트렐", "typeName_ru": "Bruiser Kestrel", - "typeName_zh": "Bruiser Kestrel", + "typeName_zh": "茶隼级蛮兵", "typeNameID": 895227, "volume": 28600.0, "wreckTypeID": 27049 @@ -207309,15 +209906,15 @@ "86516": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", + "description_de": "Eine Tormentor-Fregatte, die von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, die Energie im Energiespeicher feindlicher Schiffe abzuzapfen.", "description_en-us": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_es": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_fr": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", + "description_es": "Una fragata Tormentor pilotada por matones mercenarios. Parece que su tripulación está centrada en robar la energía del condensador de las naves enemigas.", + "description_fr": "Une frégate Tormentor pilotée par des malfrats mercenaires. Son équipage semble se concentrer sur le drainage d'énergie des capaciteurs des vaisseaux ennemis.", "description_it": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_ja": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_ko": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_ru": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", - "description_zh": "A Tormentor frigate flown by Mercenary Thugs. Its crew seems to be focused on stealing enemy ships' capacitor energy.", + "description_ja": "ごろつき傭兵が操縦しているトーメンター級フリゲート。敵艦のキャパシタエネルギーを奪うことに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 토멘터 프리깃입니다. 적 함선의 캐패시터 에너지를 흡수하는 것이 주요 목적입니다.", + "description_ru": "Этот фрегат Tormentor захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — перекачивание энергии накопителей вражеских судов.", + "description_zh": "一艘由雇佣兵暴徒驾驶的巨神兵级护卫舰。船员们会尽可能窃取敌舰的电容器能量。", "descriptionID": 895644, "graphicID": 56, "groupID": 1568, @@ -207331,13 +209928,13 @@ "typeID": 86516, "typeName_de": "Mugging Tormentor", "typeName_en-us": "Mugging Tormentor", - "typeName_es": "Mugging Tormentor", - "typeName_fr": "Mugging Tormentor", + "typeName_es": "Tormentor de asalto", + "typeName_fr": "Tormentor d'agression", "typeName_it": "Mugging Tormentor", - "typeName_ja": "Mugging Tormentor", - "typeName_ko": "Mugging Tormentor", + "typeName_ja": "マギング・トーメンター", + "typeName_ko": "약탈의 토멘터", "typeName_ru": "Mugging Tormentor", - "typeName_zh": "Mugging Tormentor", + "typeName_zh": "巨神兵级劫掠者", "typeNameID": 895228, "volume": 28600.0, "wreckTypeID": 27052 @@ -207345,15 +209942,15 @@ "86518": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", + "description_de": "Eine Vigil-Fregatte, die von Söldnerschlägern geflogen wird. Die Crew scheint sich auf die Zielmarkierung von Schiffen zu konzentrieren, die sie als feindlich erachten.", "description_en-us": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_es": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_fr": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", + "description_es": "Una fragata Vigil pilotada por matones mercenarios. Parece que su tripulación está centrada en revelar cualquier nave que consideren hostil.", + "description_fr": "Une frégate Vigil pilotée par des malfrats mercenaires. Son équipage semble se concentrer sur le marquage de cible de tout vaisseau qu'il juge hostile.", "description_it": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_ja": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_ko": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_ru": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", - "description_zh": "A Vigil frigate flown by Mercenary Thugs. Its crew seems to be focused on target painting any ship they deem hostile.", + "description_ja": "ごろつき傭兵が操縦しているヴィジリ級フリゲート。敵とみなしたあらゆる艦船にターゲットペインティングを施すことに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 비질 프리깃입니다. 타겟 페인터로 주요 공격 목표를 지정합니다.", + "description_ru": "Этот фрегат Vigil захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — подсветка любых подозрительных целей.", + "description_zh": "一艘由雇佣兵暴徒驾驶的守夜者级护卫舰。船员们会尽可能标记其视为敌舰的目标。", "descriptionID": 895647, "graphicID": 1240, "groupID": 1568, @@ -207367,13 +209964,13 @@ "typeID": 86518, "typeName_de": "Snitch Vigil", "typeName_en-us": "Snitch Vigil", - "typeName_es": "Snitch Vigil", - "typeName_fr": "Snitch Vigil", + "typeName_es": "Vigil soplona", + "typeName_fr": "Vigil mouchard", "typeName_it": "Snitch Vigil", - "typeName_ja": "Snitch Vigil", - "typeName_ko": "Snitch Vigil", + "typeName_ja": "スニッチ・ヴィジリ", + "typeName_ko": "밀고자 비질", "typeName_ru": "Snitch Vigil", - "typeName_zh": "Snitch Vigil", + "typeName_zh": "守夜者级告密者", "typeNameID": 895232, "volume": 28600.0, "wreckTypeID": 27043 @@ -207381,15 +209978,15 @@ "86604": { "basePrice": 0.0, "capacity": 1200.0, - "description_de": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_de": "Ein Corax-Zerstörer, der von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, so viel Schaden wie möglich zu verursachen.", "description_en-us": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_es": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_fr": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_es": "Un destructor Corax pilotado por matones mercenarios. Parece que su tripulación está centrada en infligir todo el daño que pueda.", + "description_fr": "Un destroyer Corax piloté par des malfrats mercenaires. L'équipage semble concentrer ses efforts pour infliger autant de dégâts que possible.", "description_it": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ja": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ko": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ru": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_zh": "A Corax destroyer flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_ja": "ごろつき傭兵が操縦しているコラックス級駆逐艦。可能な限り多くのダメージを与えることに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 코락스 디스트로이어입니다. 적에게 최대한 많은 피해를 주는 것이 주요 목적입니다.", + "description_ru": "Этот фрегат Corax захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — нанести противнику как можно больше повреждений.", + "description_zh": "一艘由雇佣兵暴徒驾驶的渡鸦级驱逐舰。船员们会尽可能造成更多的伤害。", "descriptionID": 895446, "graphicID": 20200, "groupID": 1664, @@ -207403,13 +210000,13 @@ "typeID": 86604, "typeName_de": "Bruiser Corax", "typeName_en-us": "Bruiser Corax", - "typeName_es": "Bruiser Corax", - "typeName_fr": "Bruiser Corax", + "typeName_es": "Corax matona", + "typeName_fr": "Corax cogneur", "typeName_it": "Bruiser Corax", - "typeName_ja": "Bruiser Corax", - "typeName_ko": "Bruiser Corax", + "typeName_ja": "ブルーザー・コラックス", + "typeName_ko": "포악한 코락스", "typeName_ru": "Bruiser Corax", - "typeName_zh": "Bruiser Corax", + "typeName_zh": "渡鸦级蛮兵", "typeNameID": 895445, "volume": 60.0, "wreckTypeID": 27049 @@ -207417,15 +210014,15 @@ "86605": { "basePrice": 0.0, "capacity": 400.0, - "description_de": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", + "description_de": "Ein Thorax-Kreuzer, der von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, feindliche Ziele durch Warpen zu stören.", "description_en-us": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_es": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_fr": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", + "description_es": "Un crucero Thorax pilotado por matones mercenarios. Parece que su tripulación está centrada en perturbar el warpeo de los objetivos hostiles.", + "description_fr": "Un croiseur Thorax piloté par des malfrats mercenaires. L'équipage semble se concentrer sur le maintien de la perturbation de warp des cibles hostiles.", "description_it": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_ja": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_ko": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_ru": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", - "description_zh": "A Thorax cruiser flown by Mercenary Thugs. Its crew seems to be focused on keeping hostile targets warp disrupted.", + "description_ja": "ごろつき傭兵が操縦しているソーラックス級巡洋艦。敵のワープを妨害し続けることに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 쏘락스 크루저입니다. 적이 워프하지 못하게 방해하는 것이 주요 목적입니다.", + "description_ru": "Этот крейсер Thorax захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — не давать врагам совершить варп-прыжок.", + "description_zh": "一艘由雇佣兵暴徒驾驶的托勒克斯级巡洋舰。船员们会尽可能对敌方目标进行跃迁扰断。", "descriptionID": 895648, "graphicID": 63, "groupID": 1665, @@ -207439,13 +210036,13 @@ "typeID": 86605, "typeName_de": "Cornering Thorax", "typeName_en-us": "Cornering Thorax", - "typeName_es": "Cornering Thorax", - "typeName_fr": "Cornering Thorax", + "typeName_es": "Thorax arrinconadora", + "typeName_fr": "Thorax d'acculement", "typeName_it": "Cornering Thorax", - "typeName_ja": "Cornering Thorax", - "typeName_ko": "Cornering Thorax", + "typeName_ja": "コーナリング・ソーラックス", + "typeName_ko": "압박의 쏘락스", "typeName_ru": "Cornering Thorax", - "typeName_zh": "Cornering Thorax", + "typeName_zh": "托勒克斯级回旋者", "typeNameID": 895447, "volume": 115000.0, "wreckTypeID": 27054 @@ -207453,15 +210050,15 @@ "86606": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_de": "Ein Drake-Schlachtkreuzer, der von Söldnerschlägern geflogen wird. Die Crew scheint sich darauf zu konzentrieren, so viel Schaden wie möglich zu verursachen.", "description_en-us": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_es": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_fr": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_es": "Un crucero de combate Drake pilotado por matones mercenarios. Parece que su tripulación está centrada en infligir todo el daño que pueda.", + "description_fr": "Un croiseur cuirassé Drake piloté par des malfrats mercenaires. L'équipage semble concentrer ses efforts pour infliger autant de dégâts que possible.", "description_it": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ja": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ko": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_ru": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", - "description_zh": "A Drake battlecruiser flown by Mercenary Thugs. Its crew seems to be focused on dealing as much damage as they can.", + "description_ja": "ごろつき傭兵が操縦しているドレイク級巡洋戦艦。可能な限り多くのダメージを与えることに特化しているようだ。", + "description_ko": "용병 폭력배가 조종하는 드레이크 배틀크루저입니다. 적에게 최대한 많은 피해를 주는 것이 주요 목적입니다.", + "description_ru": "Этот линейный крейсер Drake захвачен бандитами-наёмниками. Похоже, основная задача его экипажа — нанести противнику как можно больше повреждений.", + "description_zh": "一艘由雇佣兵暴徒驾驶的幼龙级战列巡洋舰。船员们会尽可能造成更多的伤害。", "descriptionID": 895649, "graphicID": 3169, "groupID": 1666, @@ -207475,13 +210072,13 @@ "typeID": 86606, "typeName_de": "Bruiser Drake", "typeName_en-us": "Bruiser Drake", - "typeName_es": "Bruiser Drake", - "typeName_fr": "Bruiser Drake", + "typeName_es": "Drake matona", + "typeName_fr": "Drake cogneur", "typeName_it": "Bruiser Drake", - "typeName_ja": "Bruiser Drake", - "typeName_ko": "Bruiser Drake", + "typeName_ja": "ブルーザー・ドレイク", + "typeName_ko": "포악한 드레이크", "typeName_ru": "Bruiser Drake", - "typeName_zh": "Bruiser Drake", + "typeName_zh": "幼龙级蛮兵", "typeNameID": 895448, "volume": 234000.0, "wreckTypeID": 27048 @@ -207489,15 +210086,15 @@ "86607": { "basePrice": 0.0, "capacity": 0.0, - "description_de": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", + "description_de": "Ein Raven-Schlachtschiff mit einem hochrangigen Söldnerschlägercaptain. Die Crew scheint sich darauf zu konzentrieren, so viel Schaden wie möglich zu verursachen.", "description_en-us": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_es": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_fr": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", + "description_es": "Un acorazado Raven con un capitán matón mercenario de alto rango. Parece que su tripulación está centrada en infligir todo el daño que pueda.", + "description_fr": "Un cuirassé Raven avec un capitaine malfrat mercenaire de haut rang. L'équipage semble concentrer ses efforts pour infliger autant de dégâts que possible.", "description_it": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_ja": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_ko": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_ru": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", - "description_zh": "A Raven battleship with a high-ranking Mercenary Thug captain. Its crew seems to be focused on dealing as much damage as they can.", + "description_ja": "ごろつき傭兵の上級指揮官が操縦しているレイブン級戦艦。可能な限り多くのダメージを与えることに特化しているようだ。", + "description_ko": "용병 폭력배 간부가 조종하는 레이븐 배틀쉽입니다. 적에게 최대한 많은 피해를 주는 것이 주요 목적입니다.", + "description_ru": "На борту этого линкора Raven находится капитан бандитов-наёмников. Похоже, основная задача его экипажа — нанести противнику как можно больше повреждений.", + "description_zh": "一艘乌鸦级战列舰,舰长是一名高级雇佣兵暴徒。船员们会尽可能造成更多的伤害。", "descriptionID": 895650, "factionID": 1000162, "graphicID": 43, @@ -207512,13 +210109,13 @@ "typeID": 86607, "typeName_de": "Gaffer Raven", "typeName_en-us": "Gaffer Raven", - "typeName_es": "Gaffer Raven", - "typeName_fr": "Gaffer Raven", + "typeName_es": "Raven capataz", + "typeName_fr": "Raven contremaître", "typeName_it": "Gaffer Raven", - "typeName_ja": "Gaffer Raven", - "typeName_ko": "Gaffer Raven", + "typeName_ja": "ガファー・レイブン", + "typeName_ko": "우두머리 레이븐", "typeName_ru": "Gaffer Raven", - "typeName_zh": "Gaffer Raven", + "typeName_zh": "乌鸦级尊者", "typeNameID": 895449, "volume": 234000.0, "wreckTypeID": 27047 @@ -207589,18 +210186,154 @@ "typeNameID": 895456, "volume": 1.0 }, + "86660": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Eine Lizenz für die unbegrenzte Verwendung einer grundlegenden Nanobeschichtung in der SKIN-Sequenzierung, sobald sie aktiviert und in Ihrer SKINR-Sammlung ist. Die digitale Sequenz dieser Nanobeschichtung wurde nicht gebunden, was eine unbegrenzte Verwendung ermöglicht. Jedoch müssen Sie jedes Mal, wenn Sie ein Design mit dieser Nanobeschichtung sequenzieren, einen Kerr-Sequenzer bereitstellen, um die einzigartigen SKIN-Lizenzen, die Sie erzeugen, zu binden.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "Licencia que, una vez activada y dentro de tu colección de SKINR, permite el uso ilimitado de un nanorrevestimiento básico en la secuenciación de SKIN.\r\n\r\nLa secuencia digital de este nanorrevestimiento no se ha vinculado, lo que permite su uso ilimitado. Sin embargo, cada vez que secuencies un diseño usando este nanorrevestimiento, deberás proporcionar un secuenciador de Kerr para vincular las licencias de SKIN únicas que estés produciendo.", + "description_fr": "Une licence pour l'utilisation illimitée d'un nanorevêtement basique dans le séquençage de SKIN, une fois activé et intégré à votre collection SKINR. La séquence numérique de ce nanorevêtement n'est pas fixée, permettant son utilisation illimitée. Toutefois, à chaque séquençage d'un design utilisant ce nanorevêtement, vous devez fournir un séquenceur Kerr pour fixer les licences de SKIN uniques que vous générez.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "SKINシーケンシングで無制限に使用できるベーシックナノコーティングライセンス。有効化するとSKINRコレクションに追加される。\r\n\r\nこのナノコーティングのデジタルシーケンスには制限がかかっておらず、無制限に使用できる。ただし、このナノコーティングを使ってデザインのシーケンシングを行うたびに、生産する独自のSKINライセンスをバインドするためにカー・シーケンサーを用意する必要がある。", + "description_ko": "SKIN 각인 생성 중 기본 나노코팅을 무제한 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.\r\n\r\n나노코팅 배열이 각인되지 않은 상태이기 때문에 제한 없이 사용할 수 있습니다. 단, SKIN 각인 라이선스 절차에서 본 나노코팅을 사용하려면 커 각인기가 필요합니다.", + "description_ru": "Многократная лицензия на базовое нанопокрытие для создания окраски. Нанопокрытие необходимо предварительно активировать и добавить в коллекцию окрасок-С. Этот элемент не обладает связанной цифровой последовательностью, что позволяет использовать его неограниченное количество раз. Однако каждый цикл производства окраски с этим нанопокрытием требует применения магнитооптического секвенсора (Kerr Sequencer) для генерации уникальных лицензий.", + "description_zh": "可无限次使用的基础纳米涂层许可证,用于涂装排序。激活后将直接添加至玩家SKINR收藏列表。该纳米涂层的数字序列尚未绑定,可无限次使用。每次使用该纳米涂层对设计进行排序时,你都必须借助克尔序列器来绑定你所创建的专属涂装许可证。", + "descriptionID": 895554, + "groupID": 4726, + "iconID": 26525, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86660, + "typeName_de": "Groundbreaker Black Matte - Unlimited", + "typeName_en-us": "Groundbreaker Black Matte - Unlimited", + "typeName_es": "Pionero negro mate (ilimitado)", + "typeName_fr": "Noir pionnier mat - Illimité", + "typeName_it": "Groundbreaker Black Matte - Unlimited", + "typeName_ja": "グラウンドブレーカー・ブラック・マット - 無制限", + "typeName_ko": "개척자의 검은색 무광 - 무제한", + "typeName_ru": "Groundbreaker Black Matte - Unlimited", + "typeName_zh": "哑光级黑色开辟者 - 无限", + "typeNameID": 895553, + "volume": 0.1 + }, + "86678": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Eine Lizenz für die unbegrenzte Verwendung einer grundlegenden Nanobeschichtung in der SKIN-Sequenzierung, sobald sie aktiviert und in Ihrer SKINR-Sammlung ist. Die digitale Sequenz dieser Nanobeschichtung wurde nicht gebunden, was eine unbegrenzte Verwendung ermöglicht. Jedoch müssen Sie jedes Mal, wenn Sie ein Design mit dieser Nanobeschichtung sequenzieren, einen Kerr-Sequenzer bereitstellen, um die einzigartigen SKIN-Lizenzen, die Sie erzeugen, zu binden.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "Licencia que, una vez activada y dentro de tu colección de SKINR, permite el uso ilimitado de un nanorrevestimiento básico en la secuenciación de SKIN.\r\n\r\nLa secuencia digital de este nanorrevestimiento no se ha vinculado, lo que permite su uso ilimitado. Sin embargo, cada vez que secuencies un diseño usando este nanorrevestimiento, deberás proporcionar un secuenciador de Kerr para vincular las licencias de SKIN únicas que estés produciendo.", + "description_fr": "Une licence pour l'utilisation illimitée d'un nanorevêtement basique dans le séquençage de SKIN, une fois activé et intégré à votre collection SKINR. La séquence numérique de ce nanorevêtement n'est pas fixée, permettant son utilisation illimitée. Toutefois, à chaque séquençage d'un design utilisant ce nanorevêtement, vous devez fournir un séquenceur Kerr pour fixer les licences de SKIN uniques que vous générez.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "SKINシーケンシングで無制限に使用できるベーシックナノコーティングライセンス。有効化するとSKINRコレクションに追加される。\r\n\r\nこのナノコーティングのデジタルシーケンスには制限がかかっておらず、無制限に使用できる。ただし、このナノコーティングを使ってデザインのシーケンシングを行うたびに、生産する独自のSKINライセンスをバインドするためにカー・シーケンサーを用意する必要がある。", + "description_ko": "SKIN 각인 생성 중 기본 나노코팅을 무제한 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.\r\n\r\n나노코팅 배열이 각인되지 않은 상태이기 때문에 제한 없이 사용할 수 있습니다. 단, SKIN 각인 라이선스 절차에서 본 나노코팅을 사용하려면 커 각인기가 필요합니다.", + "description_ru": "Многократная лицензия на базовое нанопокрытие для создания окраски. Нанопокрытие необходимо предварительно активировать и добавить в коллекцию окрасок-С. Этот элемент не обладает связанной цифровой последовательностью, что позволяет использовать его неограниченное количество раз. Однако каждый цикл производства окраски с этим нанопокрытием требует применения магнитооптического секвенсора (Kerr Sequencer) для генерации уникальных лицензий.", + "description_zh": "可无限次使用的基础纳米涂层许可证,用于涂装排序。激活后将直接添加至玩家SKINR收藏列表。该纳米涂层的数字序列尚未绑定,可无限次使用。每次使用该纳米涂层对设计进行排序时,你都必须借助克尔序列器来绑定你所创建的专属涂装许可证。", + "descriptionID": 895573, + "groupID": 4726, + "iconID": 26526, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86678, + "typeName_de": "Corrupted Coral Matte - Unlimited", + "typeName_en-us": "Corrupted Coral Matte - Unlimited", + "typeName_es": "Coral dañado mate (ilimitado)", + "typeName_fr": "Corail corrompu mat - Illimité", + "typeName_it": "Corrupted Coral Matte - Unlimited", + "typeName_ja": "コラプテッド・コーラル・マット - 無制限", + "typeName_ko": "오염된 산호색 무광 - 무제한", + "typeName_ru": "Corrupted Coral Matte - Unlimited", + "typeName_zh": "哑光级珊瑚腐蚀者 - 无限", + "typeNameID": 895572, + "volume": 0.1 + }, + "86679": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Eine Lizenz für die unbegrenzte Verwendung einer grundlegenden Nanobeschichtung in der SKIN-Sequenzierung, sobald sie aktiviert und in Ihrer SKINR-Sammlung ist. Die digitale Sequenz dieser Nanobeschichtung wurde nicht gebunden, was eine unbegrenzte Verwendung ermöglicht. Jedoch müssen Sie jedes Mal, wenn Sie ein Design mit dieser Nanobeschichtung sequenzieren, einen Kerr-Sequenzer bereitstellen, um die einzigartigen SKIN-Lizenzen, die Sie erzeugen, zu binden.", + "description_en-us": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "Licencia que, una vez activada y dentro de tu colección de SKINR, permite el uso ilimitado de un nanorrevestimiento básico en la secuenciación de SKIN.\r\n\r\nLa secuencia digital de este nanorrevestimiento no se ha vinculado, lo que permite su uso ilimitado. Sin embargo, cada vez que secuencies un diseño usando este nanorrevestimiento, deberás proporcionar un secuenciador de Kerr para vincular las licencias de SKIN únicas que estés produciendo.", + "description_fr": "Une licence pour l'utilisation illimitée d'un nanorevêtement basique dans le séquençage de SKIN, une fois activé et intégré à votre collection SKINR. La séquence numérique de ce nanorevêtement n'est pas fixée, permettant son utilisation illimitée. Toutefois, à chaque séquençage d'un design utilisant ce nanorevêtement, vous devez fournir un séquenceur Kerr pour fixer les licences de SKIN uniques que vous générez.", + "description_it": "A license for the unlimited use of a basic nanocoating in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this nanocoating has not been bound, allowing for its unlimited use. However, every time you sequence a design using this nanocoating you must provide Kerr Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "SKINシーケンシングで無制限に使用できるベーシックナノコーティングライセンス。有効化するとSKINRコレクションに追加される。\r\n\r\nこのナノコーティングのデジタルシーケンスには制限がかかっておらず、無制限に使用できる。ただし、このナノコーティングを使ってデザインのシーケンシングを行うたびに、生産する独自のSKINライセンスをバインドするためにカー・シーケンサーを用意する必要がある。", + "description_ko": "SKIN 각인 생성 중 기본 나노코팅을 무제한 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.\r\n\r\n나노코팅 배열이 각인되지 않은 상태이기 때문에 제한 없이 사용할 수 있습니다. 단, SKIN 각인 라이선스 절차에서 본 나노코팅을 사용하려면 커 각인기가 필요합니다.", + "description_ru": "Многократная лицензия на базовое нанопокрытие для создания окраски. Нанопокрытие необходимо предварительно активировать и добавить в коллекцию окрасок-С. Этот элемент не обладает связанной цифровой последовательностью, что позволяет использовать его неограниченное количество раз. Однако каждый цикл производства окраски с этим нанопокрытием требует применения магнитооптического секвенсора (Kerr Sequencer) для генерации уникальных лицензий.", + "description_zh": "可无限次使用的基础纳米涂层许可证,用于涂装排序。激活后将直接添加至玩家SKINR收藏列表。该纳米涂层的数字序列尚未绑定,可无限次使用。每次使用该纳米涂层对设计进行排序时,你都必须借助克尔序列器来绑定你所创建的专属涂装许可证。", + "descriptionID": 895575, + "groupID": 4726, + "iconID": 26527, + "isDynamicType": 0, + "marketGroupID": 3653, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86679, + "typeName_de": "Extraction White Matte - Unlimited", + "typeName_en-us": "Extraction White Matte - Unlimited", + "typeName_es": "Extracción blanca mate (ilimitado)", + "typeName_fr": "Blanc extraction mat - Illimité", + "typeName_it": "Extraction White Matte - Unlimited", + "typeName_ja": "エクストラクション・ホワイト・マット - 無制限", + "typeName_ko": "구출대의 백색 무광 - 무제한", + "typeName_ru": "Extraction White Matte - Unlimited", + "typeName_zh": "哑光级白色提取者 - 无限", + "typeNameID": 895574, + "volume": 0.1 + }, + "86680": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Eine Lizenz für die unbegrenzte Verwendung eines Musters in der SKIN-Sequenzierung, sobald es aktiviert und in Ihrer SKINR-Sammlung ist. Die digitale Sequenz dieser Muster-Lizenz wurde nicht gebunden, was eine unbegrenzte Verwendung ermöglicht. Jedoch müssen Sie jedes Mal, wenn Sie ein Design mit diesem Muster sequenzieren, einen Ausrichtungssequenzer bereitstellen, um die einzigartigen SKIN-Lizenzen, die Sie erzeugen, zu binden.", + "description_en-us": "A license for the unlimited use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has not been bound, allowing for its unlimited use. However, every time you sequence a design using this pattern you must provide Alignment Sequencer to bind the unique SKIN licenses you are producing.", + "description_es": "Licencia que, una vez activada y dentro de tu colección de SKINR, permite el uso ilimitado de un patrón en la secuenciación de SKIN.\r\n\r\nLa secuencia digital de esta licencia de patrón no se ha vinculado, lo que permite su uso ilimitado. Sin embargo, cada vez que secuencies un diseño usando este patrón, deberás proporcionar un secuenciador de alineación para vincular las licencias de SKIN únicas que estés produciendo.", + "description_fr": "Une licence pour l'utilisation illimitée d'un motif dans le séquençage de SKIN, une fois activé et intégré à votre collection SKINR. La séquence numérique de cette licence de motif n'est pas fixée, permettant son utilisation illimitée. Toutefois, chaque fois que vous séquencez un design avec ce motif, vous devez fournir un séquenceur d'alignement pour fixer les licences de SKIN uniques que vous créez.", + "description_it": "A license for the unlimited use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has not been bound, allowing for its unlimited use. However, every time you sequence a design using this pattern you must provide Alignment Sequencer to bind the unique SKIN licenses you are producing.", + "description_ja": "SKINシーケンシングで無制限に使用できるパターンライセンス。有効化するとSKINRコレクションに追加される。\r\n\r\nこのパターンライセンスのデジタルシーケンスには制限がかかっておらず、無制限に使用できる。ただし、このパターンを使ってデザインのシーケンシングを行うたびに、生産する独自のSKINライセンスをバインドするためにアラインメント・シーケンサーを用意する必要がある。", + "description_ko": "SKIN 각인 생성 중 패턴을 무제한 사용할 수 있는 라이선스입니다. 활성화 시 SKINR 컬렉션에 등록됩니다.\r\n\r\n패턴이 각인되지 않은 상태이기 때문에 제한 없이 사용할 수 있습니다. 단, SKIN 각인 라이선스 절차에서 본 패턴을 사용하려면 패턴 배열 각인기가 필요합니다.", + "description_ru": "Многократная лицензия на узор для создания окраски. Узор необходимо предварительно активировать и добавить в коллекцию окрасок-С. Этот элемент не обладает связанной цифровой последовательностью, что позволяет использовать его неограниченное количество раз. Однако каждый цикл производства окраски с этим узором требует применения выравнивающего секвенсора (Alignment Sequencer) для генерации уникальных лицензий.", + "description_zh": "可无限次使用的图案许可证,用于涂装排序。激活后将直接添加至玩家SKINR收藏列表。该图案许可证的数字序列尚未绑定,可无限次使用。每次使用该图案对设计进行排序时,你都必须借助校准序列器来绑定你所创建的专属涂装许可证。", + "descriptionID": 895577, + "groupID": 4726, + "iconID": 26529, + "isDynamicType": 0, + "marketGroupID": 3633, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 86680, + "typeName_de": "Hacked Virtuality - Unlimited", + "typeName_en-us": "Hacked Virtuality - Unlimited", + "typeName_es": "Virtualidad hackeada (ilimitado)", + "typeName_fr": "Virtualité piratée - Illimité", + "typeName_it": "Hacked Virtuality - Unlimited", + "typeName_ja": "ハックド・バーチャリティー - 無制限", + "typeName_ko": "해킹된 가상 현실 - 무제한", + "typeName_ru": "Hacked Virtuality - Unlimited", + "typeName_zh": "破译虚空 - 无限", + "typeNameID": 895576, + "volume": 0.1 + }, "86703": { "basePrice": 0.0, "capacity": 120.0, - "description_de": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", + "description_de": "Ein Drifter-Angriffskreuzer. Auch wenn er sich derzeit nach einem kürzlichen Kampfeinsatz in Reparatur befindet, stellt er weiterhin eine erhebliche Bedrohung dar.", "description_en-us": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_es": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_fr": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", + "description_es": "Un crucero de ataque drifter. Aunque está en reparación tras un reciente combate, sigue representando una amenaza importante.", + "description_fr": "Croiseur d'assaut drifter. Bien qu'il soit actuellement en réparation suite à un récent affrontement, il constitue toujours une menace conséquente.", "description_it": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_ja": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_ko": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_ru": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", - "description_zh": "A Drifter Strike Cruiser. Though it is currently under repair following a recent combat encounter, it still poses a significant threat.", + "description_ja": "ドリフターの攻撃型巡洋艦。最近の戦闘で負った損傷を修理中だが、引き続き重大な脅威である。", + "description_ko": "드리프터 스트라이크 크루저입니다. 잇따른 전투로 인한 손상으로 수리 중이지만 여전히 위험한 적입니다.", + "description_ru": "Это ударный крейсер Скитальцев. Он недавно участвовал в сражении и сейчас находится на ремонте, но всё равно представляет серьёзную угрозу.", + "description_zh": "流浪者攻击巡洋舰。这艘舰船最近发生了遭遇战,目前正在抢修中,但仍能构成重大威胁。", "descriptionID": 895790, "graphicID": 22006, "groupID": 1665, @@ -207614,13 +210347,13 @@ "typeID": 86703, "typeName_de": "Drifter Strike Cruiser", "typeName_en-us": "Drifter Strike Cruiser", - "typeName_es": "Drifter Strike Cruiser", - "typeName_fr": "Drifter Strike Cruiser", + "typeName_es": "Crucero de ataque drifter", + "typeName_fr": "Croiseur Drifter d'attaque", "typeName_it": "Drifter Strike Cruiser", - "typeName_ja": "Drifter Strike Cruiser", - "typeName_ko": "Drifter Strike Cruiser", + "typeName_ja": "ドリフターの攻撃型巡洋艦", + "typeName_ko": "드리프터 스트라이크 크루저", "typeName_ru": "Drifter Strike Cruiser", - "typeName_zh": "Drifter Strike Cruiser", + "typeName_zh": "流浪者攻击巡洋舰", "typeNameID": 895660, "volume": 115000.0, "wreckTypeID": 56740 @@ -207786,6 +210519,74 @@ "typeNameID": 896305, "volume": 0.0 }, + "87098": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "Diese Kiste enthält einen zufälligen Arkombine-Arisen-SKIN, darunter 4 neue SKINs für Thanatos, Archon, Chimera und Nidhoggur.", + "description_en-us": "This crate contains a random Arkombine Arisen SKIN, including 4 new SKINs for Thanatos, Archon, Chimera and Nidhoggur.", + "description_es": "Esta caja contiene una SKIN al azar de Ascenso de los Arcombinos, incluidas 4 SKIN nuevas para la Thanatos, Archon, Chimera y Nidhoggur.", + "description_fr": "Cette caisse contient un SKIN Ascension d'Arkombine au hasard, proposant 4 nouveaux SKINS pour Thanatos, Archon, Chimera et Nidhoggur.", + "description_it": "This crate contains a random Arkombine Arisen SKIN, including 4 new SKINs for Thanatos, Archon, Chimera and Nidhoggur.", + "description_ja": "この箱にはタナトス、アーコン、キメラ、そしてニドフッグラー用の4つの新SKINを含む、ランダムなアーコンバイン・アリズンSKINが1つ入っている。", + "description_ko": "타나토스, 아콘, 키메라, 니드호거 함선의 신규 SKIN 4종 등의 아르크컴바인의 비상 SKIN이 무작위로 포함되어 있습니다.", + "description_ru": "Этот контейнер содержит случайную окраску из линейки Arkombine Arisen, которая теперь включает 4 новые окраски для Thanatos, Archon, Chimera и Nidhoggur.", + "description_zh": "箱子内含方舟联合体崛起涂装,打开可随机获得绝念级、执政官级、奇美拉级和尼铎格尔级4款全新涂装。", + "descriptionID": 896320, + "groupID": 1194, + "iconID": 21898, + "isDynamicType": 0, + "mass": 0.0, + "metaGroupID": 19, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 87098, + "typeName_de": "Arkombine Arisen SKINs Crate", + "typeName_en-us": "Arkombine Arisen SKINs Crate", + "typeName_es": "Caja de SKIN de Ascenso de los Arcombinos", + "typeName_fr": "Caisse de SKINS Ascension d'Arkombine", + "typeName_it": "Arkombine Arisen SKINs Crate", + "typeName_ja": "アーコンバイン・アリズンSKIN箱", + "typeName_ko": "아르크컴바인의 비상 SKIN 상자", + "typeName_ru": "Arkombine Arisen SKINs Crate", + "typeName_zh": "方舟联合体崛起涂装箱", + "typeNameID": 896319, + "volume": 5.0 + }, + "87121": { + "basePrice": 0.0, + "capacity": 0.0, + "description_de": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_en-us": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_es": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_fr": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_it": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ja": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ko": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_ru": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "description_zh": "A license for the single use of a pattern in SKIN sequencing, once activated and inside your SKINR collection.\r\n\r\nThe digital sequence of this pattern license has been bound, and though it can only be used once no sequence binders are required when it is consumed in the sequencing of a SKIN license.", + "descriptionID": 896532, + "groupID": 4726, + "iconID": 26531, + "isDynamicType": 0, + "marketGroupID": 3633, + "mass": 0.0, + "portionSize": 1, + "published": 1, + "radius": 1.0, + "typeID": 87121, + "typeName_de": "Crystalflake Comet - Limited", + "typeName_en-us": "Crystalflake Comet - Limited", + "typeName_es": "Crystalflake Comet - Limited", + "typeName_fr": "Crystalflake Comet - Limited", + "typeName_it": "Crystalflake Comet - Limited", + "typeName_ja": "Crystalflake Comet - Limited", + "typeName_ko": "Crystalflake Comet - Limited", + "typeName_ru": "Crystalflake Comet - Limited", + "typeName_zh": "Crystalflake Comet - Limited", + "typeNameID": 896531, + "volume": 0.1 + }, "350916": { "basePrice": 1500.0, "capacity": 0.0, diff --git a/staticdata/phobos/metadata.0.json b/staticdata/phobos/metadata.0.json index 6bc5dd34b..5bc027b5c 100644 --- a/staticdata/phobos/metadata.0.json +++ b/staticdata/phobos/metadata.0.json @@ -1,10 +1,10 @@ [ { "field_name": "client_build", - "field_value": 2757870 + "field_value": 2767366 }, { "field_name": "dump_time", - "field_value": 1732643014 + "field_value": 1733399579 } ] \ No newline at end of file diff --git a/staticdata/phobos/traits.0.json b/staticdata/phobos/traits.0.json index 276f8942e..dc7bf272f 100644 --- a/staticdata/phobos/traits.0.json +++ b/staticdata/phobos/traits.0.json @@ -76093,7 +76093,7 @@ "text": "increase to Microwarpdrive and Afterburner duration" }, { - "text": "·ECM Burst Jammer optimal range, falloff, and strength increased by a percentage equal to -10x pilot negative security status, with a floor of 0% and ceiling of 75%" + "text": "·ECM Burst Jammer optimal range, falloff, and strength increased by a percentage equal to -7.5x pilot negative security status, with a floor of 0% and ceiling of 75%" }, { "number": "75%", @@ -76459,7 +76459,7 @@ "text": "increase to Microwarpdrive and Afterburner duration" }, { - "text": "·ECM Burst Jammer optimal range, falloff, and strength increased by a percentage equal to -10x pilot negative security status, with a floor of 0% and ceiling of 75%" + "text": "·ECM Burst Jammer optimal range, falloff, and strength increased by a percentage equal to -7.5x pilot negative security status, with a floor of 0% and ceiling of 75%" }, { "number": "75%",