Update static data & effects to 2138646
This commit is contained in:
@@ -1850,7 +1850,7 @@ class Effect596(BaseEffect):
|
||||
ammoInfluenceRange
|
||||
|
||||
Used by:
|
||||
Items from category: Charge (608 of 1007)
|
||||
Items from category: Charge (608 of 1008)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
@@ -1865,7 +1865,7 @@ class Effect598(BaseEffect):
|
||||
ammoSpeedMultiplier
|
||||
|
||||
Used by:
|
||||
Charges from group: Festival Charges (37 of 37)
|
||||
Charges from group: Festival Charges (38 of 38)
|
||||
Charges from group: Interdiction Probe (2 of 2)
|
||||
Charges from group: Structure Festival Charges (2 of 2)
|
||||
Special Edition Assetss from group: Festival Charges Expired (4 of 4)
|
||||
@@ -2424,7 +2424,7 @@ class Effect804(BaseEffect):
|
||||
ammoInfluenceCapNeed
|
||||
|
||||
Used by:
|
||||
Items from category: Charge (538 of 1007)
|
||||
Items from category: Charge (538 of 1008)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
@@ -6885,6 +6885,7 @@ class Effect2296(BaseEffect):
|
||||
|
||||
Used by:
|
||||
Implants named like: Halcyon Y Booster (5 of 5)
|
||||
Implants named like: Tetrimon Resistance Booster (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
@@ -7084,6 +7085,7 @@ class Effect2432(BaseEffect):
|
||||
Implants named like: Halcyon Y Booster (5 of 5)
|
||||
Implants named like: Inherent Implants 'Squire' Capacitor Management EM (6 of 6)
|
||||
Implants named like: Mindflood Booster (4 of 4)
|
||||
Implants named like: Tetrimon Capacitor Booster (4 of 4)
|
||||
Modules named like: Semiconductor Memory Cell (8 of 8)
|
||||
Implant: Antipharmakon Aeolis
|
||||
Implant: Basic Capsuleer Engineering Augmentation Chip
|
||||
@@ -7705,6 +7707,7 @@ class Effect2696(BaseEffect):
|
||||
maxRangeBonusEffectLasers
|
||||
|
||||
Used by:
|
||||
Implants named like: Tetrimon Precision Booster (4 of 4)
|
||||
Modules named like: Energy Locus Coordinator (8 of 8)
|
||||
"""
|
||||
|
||||
@@ -8457,6 +8460,7 @@ class Effect2803(BaseEffect):
|
||||
energyWeaponDamageMultiplyPassive
|
||||
|
||||
Used by:
|
||||
Implants named like: Harvest Damage Booster (4 of 4)
|
||||
Modules named like: Energy Collision Accelerator (8 of 8)
|
||||
"""
|
||||
|
||||
@@ -18167,6 +18171,7 @@ class Effect5189(BaseEffect):
|
||||
trackingSpeedBonusEffectLasers
|
||||
|
||||
Used by:
|
||||
Implants named like: Tetrimon Precision Booster (4 of 4)
|
||||
Modules named like: Energy Metastasis Adjuster (8 of 8)
|
||||
"""
|
||||
|
||||
@@ -37755,12 +37760,65 @@ class Effect8264(BaseEffect):
|
||||
skill='Industrial Command Ships', **kwargs)
|
||||
|
||||
|
||||
class Effect8267(BaseEffect):
|
||||
"""
|
||||
weaponDisruptorResistanceBonusPassive
|
||||
|
||||
Used by:
|
||||
Implants named like: Harvest Anti Disruptor Booster (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
|
||||
@staticmethod
|
||||
def handler(fit, container, context, projectionRange, **kwargs):
|
||||
fit.ship.boostItemAttr(
|
||||
'weaponDisruptionResistance',
|
||||
container.getModifiedItemAttr('weaponDisruptionResistanceBonus'), **kwargs)
|
||||
|
||||
|
||||
|
||||
class Effect8268(BaseEffect):
|
||||
"""
|
||||
nosferatuDurationBonusPassive
|
||||
|
||||
Used by:
|
||||
Implants named like: Harvest Nosferatu Booster (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
|
||||
@staticmethod
|
||||
def handler(fit, module, context, projectionRange, **kwargs):
|
||||
fit.modules.filteredItemBoost(
|
||||
lambda mod: mod.item.group.name == 'Energy Nosferatu', 'duration',
|
||||
module.getModifiedItemAttr('durationBonus'), **kwargs)
|
||||
|
||||
|
||||
class Effect8269(BaseEffect):
|
||||
"""
|
||||
stasisWebifierMaxRangeAddPassive
|
||||
|
||||
Used by:
|
||||
Implants named like: Harvest Webifier Booster (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
|
||||
@staticmethod
|
||||
def handler(fit, module, context, projectionRange, **kwargs):
|
||||
fit.modules.filteredItemIncrease(
|
||||
lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange',
|
||||
module.getModifiedItemAttr('stasisWebRangeAdd'), **kwargs)
|
||||
|
||||
|
||||
class Effect8270(BaseEffect):
|
||||
"""
|
||||
capacitorWarfareResistanceBonusPassive
|
||||
|
||||
Used by:
|
||||
Implants named like: Halcyon Y Booster (5 of 5)
|
||||
Implants named like: Tetrimon Anti Drain Booster (4 of 4)
|
||||
"""
|
||||
|
||||
type = 'passive'
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"categoryID": 1,
|
||||
"categoryName_de": "Besitzer",
|
||||
"categoryName_en-us": "Owner",
|
||||
"categoryName_es": "Owner",
|
||||
"categoryName_es": "Propietario",
|
||||
"categoryName_fr": "Propriétaire",
|
||||
"categoryName_it": "Owner",
|
||||
"categoryName_ja": "所有者",
|
||||
@@ -74,7 +74,7 @@
|
||||
"categoryID": 5,
|
||||
"categoryName_de": "Zubehör",
|
||||
"categoryName_en-us": "Accessories",
|
||||
"categoryName_es": "Accessories",
|
||||
"categoryName_es": "Accesorios",
|
||||
"categoryName_fr": "Accessoires",
|
||||
"categoryName_it": "Accessories",
|
||||
"categoryName_ja": "アクセサリー",
|
||||
@@ -89,7 +89,7 @@
|
||||
"categoryID": 6,
|
||||
"categoryName_de": "Schiff",
|
||||
"categoryName_en-us": "Ship",
|
||||
"categoryName_es": "Ship",
|
||||
"categoryName_es": "Nave",
|
||||
"categoryName_fr": "Vaisseau",
|
||||
"categoryName_it": "Ship",
|
||||
"categoryName_ja": "艦船",
|
||||
@@ -103,7 +103,7 @@
|
||||
"categoryID": 7,
|
||||
"categoryName_de": "Modul",
|
||||
"categoryName_en-us": "Module",
|
||||
"categoryName_es": "Module",
|
||||
"categoryName_es": "Módulo",
|
||||
"categoryName_fr": "Module",
|
||||
"categoryName_it": "Module",
|
||||
"categoryName_ja": "モジュール",
|
||||
@@ -118,7 +118,7 @@
|
||||
"categoryID": 8,
|
||||
"categoryName_de": "Ladung",
|
||||
"categoryName_en-us": "Charge",
|
||||
"categoryName_es": "Charge",
|
||||
"categoryName_es": "Carga",
|
||||
"categoryName_fr": "Charge",
|
||||
"categoryName_it": "Charge",
|
||||
"categoryName_ja": "チャージ",
|
||||
@@ -132,7 +132,7 @@
|
||||
"categoryID": 9,
|
||||
"categoryName_de": "Blueprint",
|
||||
"categoryName_en-us": "Blueprint",
|
||||
"categoryName_es": "Blueprint",
|
||||
"categoryName_es": "Plano",
|
||||
"categoryName_fr": "Plan de construction",
|
||||
"categoryName_it": "Blueprint",
|
||||
"categoryName_ja": "ブループリント",
|
||||
@@ -161,7 +161,7 @@
|
||||
"categoryID": 11,
|
||||
"categoryName_de": "Einheit",
|
||||
"categoryName_en-us": "Entity",
|
||||
"categoryName_es": "Entity",
|
||||
"categoryName_es": "Entidad",
|
||||
"categoryName_fr": "Entité",
|
||||
"categoryName_it": "Entity",
|
||||
"categoryName_ja": "エンティティ",
|
||||
@@ -175,7 +175,7 @@
|
||||
"categoryID": 14,
|
||||
"categoryName_de": "Bonus",
|
||||
"categoryName_en-us": "Bonus",
|
||||
"categoryName_es": "Bonus",
|
||||
"categoryName_es": "Bonificación",
|
||||
"categoryName_fr": "Bonus",
|
||||
"categoryName_it": "Bonus",
|
||||
"categoryName_ja": "ボーナス",
|
||||
@@ -205,7 +205,7 @@
|
||||
"categoryID": 17,
|
||||
"categoryName_de": "Bedarfsartikel",
|
||||
"categoryName_en-us": "Commodity",
|
||||
"categoryName_es": "Commodity",
|
||||
"categoryName_es": "Mercancía",
|
||||
"categoryName_fr": "Marchandise",
|
||||
"categoryName_it": "Commodity",
|
||||
"categoryName_ja": "商品",
|
||||
@@ -236,7 +236,7 @@
|
||||
"categoryID": 20,
|
||||
"categoryName_de": "Implantat",
|
||||
"categoryName_en-us": "Implant",
|
||||
"categoryName_es": "Implant",
|
||||
"categoryName_es": "Implante",
|
||||
"categoryName_fr": "Implant",
|
||||
"categoryName_it": "Implant",
|
||||
"categoryName_ja": "インプラント",
|
||||
@@ -251,7 +251,7 @@
|
||||
"categoryID": 22,
|
||||
"categoryName_de": "Einsetzbar",
|
||||
"categoryName_en-us": "Deployable",
|
||||
"categoryName_es": "Deployable",
|
||||
"categoryName_es": "Desplegable",
|
||||
"categoryName_fr": "Déployable",
|
||||
"categoryName_it": "Deployable",
|
||||
"categoryName_ja": "配置型ユニット",
|
||||
@@ -310,7 +310,7 @@
|
||||
"categoryID": 26,
|
||||
"categoryName_de": "WeltRaum",
|
||||
"categoryName_en-us": "WorldSpace",
|
||||
"categoryName_es": "WorldSpace",
|
||||
"categoryName_es": "Lugares del mundo",
|
||||
"categoryName_fr": "Espace planétaire",
|
||||
"categoryName_it": "WorldSpace",
|
||||
"categoryName_ja": "ワールドスペース",
|
||||
@@ -324,7 +324,7 @@
|
||||
"categoryID": 29,
|
||||
"categoryName_de": "Kurzbeschreibung",
|
||||
"categoryName_en-us": "Abstract",
|
||||
"categoryName_es": "Abstract",
|
||||
"categoryName_es": "Resumen",
|
||||
"categoryName_fr": "Résumé",
|
||||
"categoryName_it": "Abstract",
|
||||
"categoryName_ja": "アブストラクト",
|
||||
@@ -338,7 +338,7 @@
|
||||
"categoryID": 30,
|
||||
"categoryName_de": "Bekleidung",
|
||||
"categoryName_en-us": "Apparel",
|
||||
"categoryName_es": "Apparel",
|
||||
"categoryName_es": "Indumentaria",
|
||||
"categoryName_fr": "Équipement",
|
||||
"categoryName_it": "Apparel",
|
||||
"categoryName_ja": "アパレル",
|
||||
@@ -352,7 +352,7 @@
|
||||
"categoryID": 32,
|
||||
"categoryName_de": "Untersystem",
|
||||
"categoryName_en-us": "Subsystem",
|
||||
"categoryName_es": "Subsystem",
|
||||
"categoryName_es": "Subsistema",
|
||||
"categoryName_fr": "Sous-système",
|
||||
"categoryName_it": "Subsystem",
|
||||
"categoryName_ja": "サブシステム",
|
||||
@@ -366,7 +366,7 @@
|
||||
"categoryID": 34,
|
||||
"categoryName_de": "Alte Reliquien",
|
||||
"categoryName_en-us": "Ancient Relics",
|
||||
"categoryName_es": "Ancient Relics",
|
||||
"categoryName_es": "Reliquias antiguas",
|
||||
"categoryName_fr": "Reliques antiques",
|
||||
"categoryName_it": "Ancient Relics",
|
||||
"categoryName_ja": "古代の遺物",
|
||||
@@ -380,7 +380,7 @@
|
||||
"categoryID": 35,
|
||||
"categoryName_de": "Entzifferer",
|
||||
"categoryName_en-us": "Decryptors",
|
||||
"categoryName_es": "Decryptors",
|
||||
"categoryName_es": "Desencriptadores",
|
||||
"categoryName_fr": "Décrypteurs",
|
||||
"categoryName_it": "Decryptors",
|
||||
"categoryName_ja": "解読器",
|
||||
@@ -394,7 +394,7 @@
|
||||
"categoryID": 39,
|
||||
"categoryName_de": "Infrastruktur-Upgrades",
|
||||
"categoryName_en-us": "Infrastructure Upgrades",
|
||||
"categoryName_es": "Infrastructure Upgrades",
|
||||
"categoryName_es": "Mejoras de infraestructuras",
|
||||
"categoryName_fr": "Améliorations d'infrastructure",
|
||||
"categoryName_it": "Infrastructure Upgrades",
|
||||
"categoryName_ja": "領域施設強化",
|
||||
@@ -408,7 +408,7 @@
|
||||
"categoryID": 40,
|
||||
"categoryName_de": "Souveränitätsstrukturen ",
|
||||
"categoryName_en-us": "Sovereignty Structures",
|
||||
"categoryName_es": "Sovereignty Structures",
|
||||
"categoryName_es": "Estructuras de soberanía",
|
||||
"categoryName_fr": "Structures de souveraineté",
|
||||
"categoryName_it": "Sovereignty Structures",
|
||||
"categoryName_ja": "領有権管理設備",
|
||||
@@ -422,7 +422,7 @@
|
||||
"categoryID": 41,
|
||||
"categoryName_de": "Planetare Industrie",
|
||||
"categoryName_en-us": "Planetary Industry",
|
||||
"categoryName_es": "Planetary Industry",
|
||||
"categoryName_es": "Industria planetaria",
|
||||
"categoryName_fr": "Industrie planétaire",
|
||||
"categoryName_it": "Planetary Industry",
|
||||
"categoryName_ja": "惑星インダストリー",
|
||||
@@ -450,7 +450,7 @@
|
||||
"categoryID": 43,
|
||||
"categoryName_de": "Planetarische Güter",
|
||||
"categoryName_en-us": "Planetary Commodities",
|
||||
"categoryName_es": "Planetary Commodities",
|
||||
"categoryName_es": "Mercancías planetarias",
|
||||
"categoryName_fr": "Marchandises planétaires",
|
||||
"categoryName_it": "Planetary Commodities",
|
||||
"categoryName_ja": "惑星商品",
|
||||
@@ -464,7 +464,7 @@
|
||||
"categoryID": 46,
|
||||
"categoryName_de": "Orbitale",
|
||||
"categoryName_en-us": "Orbitals",
|
||||
"categoryName_es": "Orbitals",
|
||||
"categoryName_es": "Orbitales",
|
||||
"categoryName_fr": "Orbitaux",
|
||||
"categoryName_it": "Orbitals",
|
||||
"categoryName_ja": "軌道施設",
|
||||
@@ -478,7 +478,7 @@
|
||||
"categoryID": 49,
|
||||
"categoryName_de": "Platzierbares",
|
||||
"categoryName_en-us": "Placeables",
|
||||
"categoryName_es": "Placeables",
|
||||
"categoryName_es": "Objetos colocables",
|
||||
"categoryName_fr": "Éléments",
|
||||
"categoryName_it": "Placeables",
|
||||
"categoryName_ja": "配置可能",
|
||||
@@ -492,7 +492,7 @@
|
||||
"categoryID": 53,
|
||||
"categoryName_de": "Effekte",
|
||||
"categoryName_en-us": "Effects",
|
||||
"categoryName_es": "Effects",
|
||||
"categoryName_es": "Efectos",
|
||||
"categoryName_fr": "Effets",
|
||||
"categoryName_it": "Effects",
|
||||
"categoryName_ja": "効果",
|
||||
@@ -506,7 +506,7 @@
|
||||
"categoryID": 54,
|
||||
"categoryName_de": "Beleuchtung",
|
||||
"categoryName_en-us": "Lights",
|
||||
"categoryName_es": "Lights",
|
||||
"categoryName_es": "Luces",
|
||||
"categoryName_fr": "Lumières",
|
||||
"categoryName_it": "Lights",
|
||||
"categoryName_ja": "ライト",
|
||||
@@ -520,7 +520,7 @@
|
||||
"categoryID": 59,
|
||||
"categoryName_de": "Zellen",
|
||||
"categoryName_en-us": "Cells",
|
||||
"categoryName_es": "Cells",
|
||||
"categoryName_es": "Celdas",
|
||||
"categoryName_fr": "Cellules",
|
||||
"categoryName_it": "Cells",
|
||||
"categoryName_ja": "セル",
|
||||
@@ -562,7 +562,7 @@
|
||||
"categoryID": 66,
|
||||
"categoryName_de": "Strukturmodul",
|
||||
"categoryName_en-us": "Structure Module",
|
||||
"categoryName_es": "Structure Module",
|
||||
"categoryName_es": "Módulo de estructura",
|
||||
"categoryName_fr": "Module de structure",
|
||||
"categoryName_it": "Structure Module",
|
||||
"categoryName_ja": "ストラクチャモジュール",
|
||||
@@ -576,7 +576,7 @@
|
||||
"categoryID": 87,
|
||||
"categoryName_de": "Jäger",
|
||||
"categoryName_en-us": "Fighter",
|
||||
"categoryName_es": "Fighter",
|
||||
"categoryName_es": "Caza",
|
||||
"categoryName_fr": "Combattant",
|
||||
"categoryName_it": "Fighter",
|
||||
"categoryName_ja": "戦闘機",
|
||||
@@ -604,7 +604,7 @@
|
||||
"categoryID": 2100,
|
||||
"categoryName_de": "Expertensysteme",
|
||||
"categoryName_en-us": "Expert Systems",
|
||||
"categoryName_es": "Expert Systems",
|
||||
"categoryName_es": "Sistemas expertos",
|
||||
"categoryName_fr": "Systèmes experts",
|
||||
"categoryName_it": "Expert Systems",
|
||||
"categoryName_ja": "エキスパートシステム",
|
||||
|
||||
@@ -42085,7 +42085,7 @@
|
||||
"description": "",
|
||||
"displayWhenZero": 0,
|
||||
"highIsGood": 1,
|
||||
"name": "BehaviorShieldBoosterAmount",
|
||||
"name": "behaviorShieldBoosterAmount",
|
||||
"published": 0,
|
||||
"stackable": 1,
|
||||
"unitID": 113
|
||||
@@ -42098,7 +42098,7 @@
|
||||
"description": "",
|
||||
"displayWhenZero": 0,
|
||||
"highIsGood": 1,
|
||||
"name": "BehaviorShieldBoosterDischarge",
|
||||
"name": "behaviorShieldBoosterDischarge",
|
||||
"published": 0,
|
||||
"stackable": 1,
|
||||
"unitID": 114
|
||||
@@ -42111,7 +42111,7 @@
|
||||
"description": "",
|
||||
"displayWhenZero": 0,
|
||||
"highIsGood": 1,
|
||||
"name": "BehaviorShieldBoosterDuration",
|
||||
"name": "behaviorShieldBoosterDuration",
|
||||
"published": 0,
|
||||
"stackable": 1,
|
||||
"unitID": 101
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11919,5 +11919,17 @@
|
||||
"25385": {
|
||||
"iconFile": "res:/UI/Asset/mannequin/outer/70855_Female_Outer_JacketCF01_R_Types_JacketCF01_R_Nugoeihuvi.png",
|
||||
"iconType": "png"
|
||||
},
|
||||
"25447": {
|
||||
"iconFile": "res:/UI/Asset/mannequin/bottomouter/73395_Male_bottomOuter_PantsCorpBusinessM01_Types_PantsCorpBusinessM01_DarkTurquoise.png",
|
||||
"iconType": "png"
|
||||
},
|
||||
"25448": {
|
||||
"iconFile": "res:/UI/Asset/mannequin/outer/73396_Male_outer_JacketCorpBusinessM01_Types_JacketCorpBusinessM01_DarkTurquoise.png",
|
||||
"iconType": "png"
|
||||
},
|
||||
"25463": {
|
||||
"iconFile": "res:/ui/texture/corps/EverMore.png",
|
||||
"iconType": "png"
|
||||
}
|
||||
}
|
||||
@@ -42762,14 +42762,14 @@
|
||||
"descriptionID": 553051,
|
||||
"hasTypes": 1,
|
||||
"iconID": 24135,
|
||||
"name_de": "Precursor-Dreadnoughts",
|
||||
"name_en-us": "Precursor Dreadnoughts",
|
||||
"name_de": "Triglavia",
|
||||
"name_en-us": "Triglavian",
|
||||
"name_es": "Superacorazados precursores",
|
||||
"name_fr": "Supercuirassés de précursion",
|
||||
"name_it": "Precursor Dreadnoughts",
|
||||
"name_ja": "プリカーサー攻城艦",
|
||||
"name_ko": "프리커서 드레드노트",
|
||||
"name_ru": "Дредноуты Предтечей",
|
||||
"name_fr": "Triglavian",
|
||||
"name_it": "Triglavian",
|
||||
"name_ja": "トリグラビアン",
|
||||
"name_ko": "트리글라비안",
|
||||
"name_ru": "Триглавские",
|
||||
"name_zh": "先驱者无畏舰",
|
||||
"nameID": 553050,
|
||||
"parentGroupID": 761
|
||||
|
||||
@@ -27593,12 +27593,122 @@
|
||||
"72812": {
|
||||
"33096": 1
|
||||
},
|
||||
"72818": {
|
||||
"3405": 1
|
||||
},
|
||||
"72819": {
|
||||
"3405": 1
|
||||
},
|
||||
"72820": {
|
||||
"3405": 1
|
||||
},
|
||||
"72821": {
|
||||
"3405": 1
|
||||
},
|
||||
"72822": {
|
||||
"3405": 1
|
||||
},
|
||||
"72823": {
|
||||
"3405": 1
|
||||
},
|
||||
"72828": {
|
||||
"3405": 1
|
||||
},
|
||||
"72829": {
|
||||
"3405": 1
|
||||
},
|
||||
"72830": {
|
||||
"3405": 1
|
||||
},
|
||||
"72831": {
|
||||
"3405": 1
|
||||
},
|
||||
"72832": {
|
||||
"3405": 1
|
||||
},
|
||||
"72833": {
|
||||
"3405": 1
|
||||
},
|
||||
"72834": {
|
||||
"3405": 1
|
||||
},
|
||||
"72835": {
|
||||
"3405": 1
|
||||
},
|
||||
"72836": {
|
||||
"3405": 1
|
||||
},
|
||||
"72837": {
|
||||
"3405": 1
|
||||
},
|
||||
"72839": {
|
||||
"3405": 1
|
||||
},
|
||||
"72840": {
|
||||
"3405": 1
|
||||
},
|
||||
"72841": {
|
||||
"3405": 1
|
||||
},
|
||||
"72842": {
|
||||
"3405": 1
|
||||
},
|
||||
"72854": {
|
||||
"3405": 1
|
||||
},
|
||||
"72855": {
|
||||
"3405": 1
|
||||
},
|
||||
"72856": {
|
||||
"3405": 1
|
||||
},
|
||||
"72857": {
|
||||
"3405": 1
|
||||
},
|
||||
"72858": {
|
||||
"3405": 1
|
||||
},
|
||||
"72859": {
|
||||
"3405": 1
|
||||
},
|
||||
"72860": {
|
||||
"3405": 1
|
||||
},
|
||||
"72861": {
|
||||
"3405": 1
|
||||
},
|
||||
"72862": {
|
||||
"3405": 1
|
||||
},
|
||||
"72863": {
|
||||
"3405": 1
|
||||
},
|
||||
"72864": {
|
||||
"3405": 1
|
||||
},
|
||||
"72865": {
|
||||
"3405": 1
|
||||
},
|
||||
"72866": {
|
||||
"3402": 1
|
||||
},
|
||||
"72867": {
|
||||
"3402": 1
|
||||
},
|
||||
"72868": {
|
||||
"3402": 1
|
||||
},
|
||||
"72869": {
|
||||
"33097": 1
|
||||
},
|
||||
"72872": {
|
||||
"33095": 1
|
||||
},
|
||||
"72879": {
|
||||
"9955": 5,
|
||||
"13278": 5,
|
||||
"21718": 5
|
||||
},
|
||||
"72903": {
|
||||
"3329": 1
|
||||
},
|
||||
@@ -27611,6 +27721,27 @@
|
||||
"72913": {
|
||||
"3328": 1
|
||||
},
|
||||
"73036": {
|
||||
"21718": 2
|
||||
},
|
||||
"73037": {
|
||||
"21718": 2
|
||||
},
|
||||
"73038": {
|
||||
"21718": 2
|
||||
},
|
||||
"73225": {
|
||||
"11584": 3
|
||||
},
|
||||
"73226": {
|
||||
"11584": 3
|
||||
},
|
||||
"73227": {
|
||||
"11584": 3
|
||||
},
|
||||
"73228": {
|
||||
"11584": 3
|
||||
},
|
||||
"73252": {
|
||||
"21718": 1
|
||||
},
|
||||
|
||||
@@ -533870,18 +533870,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -533910,6 +533898,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -533923,7 +533915,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -533955,18 +533947,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -533995,6 +533975,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534008,7 +533992,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534040,18 +534024,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534080,6 +534052,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534093,7 +534069,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534125,18 +534101,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534165,6 +534129,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534178,7 +534146,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534210,18 +534178,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534250,6 +534206,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534263,7 +534223,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534295,18 +534255,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534335,6 +534283,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534348,7 +534300,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534380,18 +534332,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534420,6 +534360,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534433,7 +534377,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -534465,18 +534409,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -534505,6 +534437,10 @@
|
||||
"attributeID": 465,
|
||||
"value": 2.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -534518,7 +534454,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -647439,18 +647375,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 21718.0
|
||||
@@ -647475,6 +647399,10 @@
|
||||
"attributeID": 457,
|
||||
"value": 1.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -647488,7 +647416,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -647925,18 +647853,6 @@
|
||||
"attributeID": 9,
|
||||
"value": 1000000.0
|
||||
},
|
||||
{
|
||||
"attributeID": 54,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 158,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 160,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 182,
|
||||
"value": 13278.0
|
||||
@@ -647961,6 +647877,10 @@
|
||||
"attributeID": 457,
|
||||
"value": 5.0
|
||||
},
|
||||
{
|
||||
"attributeID": 481,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
"attributeID": 482,
|
||||
"value": 2700.0
|
||||
@@ -647974,7 +647894,7 @@
|
||||
"value": 500.0
|
||||
},
|
||||
{
|
||||
"attributeID": 665,
|
||||
"attributeID": 562,
|
||||
"value": 0.0
|
||||
},
|
||||
{
|
||||
@@ -1002328,7 +1002248,7 @@
|
||||
},
|
||||
{
|
||||
"attributeID": 562,
|
||||
"value": 0.1
|
||||
"value": 0.01
|
||||
},
|
||||
{
|
||||
"attributeID": 563,
|
||||
@@ -1002693,7 +1002613,7 @@
|
||||
},
|
||||
{
|
||||
"attributeID": 562,
|
||||
"value": 0.1
|
||||
"value": 0.01
|
||||
},
|
||||
{
|
||||
"attributeID": 563,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3438,5 +3438,19 @@
|
||||
],
|
||||
"operationName": "PostPercent",
|
||||
"showOutputValueInUI": "ShowNormal"
|
||||
},
|
||||
"2184": {
|
||||
"aggregateMode": "Maximum",
|
||||
"developerDescription": "Proving Nos Override",
|
||||
"itemModifiers": [
|
||||
{
|
||||
"dogmaAttributeID": 1945
|
||||
}
|
||||
],
|
||||
"locationGroupModifiers": [],
|
||||
"locationModifiers": [],
|
||||
"locationRequiredSkillModifiers": [],
|
||||
"operationName": "PostAssignment",
|
||||
"showOutputValueInUI": "ShowNormal"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
[
|
||||
{
|
||||
"field_name": "client_build",
|
||||
"field_value": 2123216
|
||||
"field_value": 2138646
|
||||
},
|
||||
{
|
||||
"field_name": "dump_time",
|
||||
"field_value": 1664452296
|
||||
"field_value": 1666313208
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user