diff --git a/eos/effects.py b/eos/effects.py index 7b9fbff71..af1bcaf80 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -35711,3 +35711,25 @@ class Effect7228(BaseEffect): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), 'maxRange', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), skill='Heavy Assault Cruisers', **kwargs) + + +class Effect7230(BaseEffect): + + type = 'passive' + + @staticmethod + def handler(fit, ship, context, **kwargs): + fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), + 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC2'), + skill='Gallente Cruiser', **kwargs) + + +class Effect7231(BaseEffect): + + type = 'passive' + + @staticmethod + def handler(fit, ship, context, **kwargs): + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), + 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusGC3'), + skill='Gallente Cruiser', **kwargs) diff --git a/eve.db b/eve.db index 2a4ae4e9d..a85535c6e 100644 Binary files a/eve.db and b/eve.db differ diff --git a/imgs/icons/10063@1x.png b/imgs/icons/10063@1x.png new file mode 100644 index 000000000..8f75eb1ba Binary files /dev/null and b/imgs/icons/10063@1x.png differ diff --git a/imgs/icons/10063@2x.png b/imgs/icons/10063@2x.png new file mode 100644 index 000000000..5967d56c6 Binary files /dev/null and b/imgs/icons/10063@2x.png differ diff --git a/imgs/icons/1649@1x.png b/imgs/icons/1649@1x.png new file mode 100644 index 000000000..b770b2473 Binary files /dev/null and b/imgs/icons/1649@1x.png differ diff --git a/imgs/icons/1649@2x.png b/imgs/icons/1649@2x.png new file mode 100644 index 000000000..3c0f59d00 Binary files /dev/null and b/imgs/icons/1649@2x.png differ diff --git a/imgs/icons/22079@1x.png b/imgs/icons/22079@1x.png new file mode 100644 index 000000000..7cb12ad83 Binary files /dev/null and b/imgs/icons/22079@1x.png differ diff --git a/imgs/icons/22079@2x.png b/imgs/icons/22079@2x.png new file mode 100644 index 000000000..8b75d8e5c Binary files /dev/null and b/imgs/icons/22079@2x.png differ diff --git a/imgs/icons/22080@1x.png b/imgs/icons/22080@1x.png new file mode 100644 index 000000000..eae9f937b Binary files /dev/null and b/imgs/icons/22080@1x.png differ diff --git a/imgs/icons/22080@2x.png b/imgs/icons/22080@2x.png new file mode 100644 index 000000000..46af9484f Binary files /dev/null and b/imgs/icons/22080@2x.png differ diff --git a/imgs/icons/22093@1x.png b/imgs/icons/22093@1x.png new file mode 100644 index 000000000..f894d95d5 Binary files /dev/null and b/imgs/icons/22093@1x.png differ diff --git a/imgs/icons/22093@2x.png b/imgs/icons/22093@2x.png new file mode 100644 index 000000000..420486a1b Binary files /dev/null and b/imgs/icons/22093@2x.png differ diff --git a/imgs/icons/22094@1x.png b/imgs/icons/22094@1x.png new file mode 100644 index 000000000..b69706ecc Binary files /dev/null and b/imgs/icons/22094@1x.png differ diff --git a/imgs/icons/22094@2x.png b/imgs/icons/22094@2x.png new file mode 100644 index 000000000..5007d4d86 Binary files /dev/null and b/imgs/icons/22094@2x.png differ diff --git a/imgs/icons/22104@1x.png b/imgs/icons/22104@1x.png new file mode 100644 index 000000000..0266dc3f1 Binary files /dev/null and b/imgs/icons/22104@1x.png differ diff --git a/imgs/icons/22104@2x.png b/imgs/icons/22104@2x.png new file mode 100644 index 000000000..7a6d35e97 Binary files /dev/null and b/imgs/icons/22104@2x.png differ diff --git a/imgs/icons/22111@1x.png b/imgs/icons/22111@1x.png new file mode 100644 index 000000000..d2f32190f Binary files /dev/null and b/imgs/icons/22111@1x.png differ diff --git a/imgs/icons/22111@2x.png b/imgs/icons/22111@2x.png new file mode 100644 index 000000000..d4a8a9056 Binary files /dev/null and b/imgs/icons/22111@2x.png differ diff --git a/imgs/icons/22112@1x.png b/imgs/icons/22112@1x.png new file mode 100644 index 000000000..f200d9377 Binary files /dev/null and b/imgs/icons/22112@1x.png differ diff --git a/imgs/icons/22112@2x.png b/imgs/icons/22112@2x.png new file mode 100644 index 000000000..314d856d0 Binary files /dev/null and b/imgs/icons/22112@2x.png differ diff --git a/imgs/icons/22114@1x.png b/imgs/icons/22114@1x.png new file mode 100644 index 000000000..1b036370b Binary files /dev/null and b/imgs/icons/22114@1x.png differ diff --git a/imgs/icons/22114@2x.png b/imgs/icons/22114@2x.png new file mode 100644 index 000000000..d73809f37 Binary files /dev/null and b/imgs/icons/22114@2x.png differ diff --git a/imgs/icons/2335@1x.png b/imgs/icons/2335@1x.png new file mode 100644 index 000000000..dbbd9a3e3 Binary files /dev/null and b/imgs/icons/2335@1x.png differ diff --git a/imgs/icons/2335@2x.png b/imgs/icons/2335@2x.png new file mode 100644 index 000000000..bd151efef Binary files /dev/null and b/imgs/icons/2335@2x.png differ diff --git a/imgs/icons/24116@1x.png b/imgs/icons/24116@1x.png new file mode 100644 index 000000000..18fc99c4d Binary files /dev/null and b/imgs/icons/24116@1x.png differ diff --git a/imgs/icons/24116@2x.png b/imgs/icons/24116@2x.png new file mode 100644 index 000000000..352a24d9f Binary files /dev/null and b/imgs/icons/24116@2x.png differ diff --git a/imgs/icons/24117@1x.png b/imgs/icons/24117@1x.png new file mode 100644 index 000000000..f504d43af Binary files /dev/null and b/imgs/icons/24117@1x.png differ diff --git a/imgs/icons/24117@2x.png b/imgs/icons/24117@2x.png new file mode 100644 index 000000000..bdc9ad564 Binary files /dev/null and b/imgs/icons/24117@2x.png differ diff --git a/imgs/icons/24118@1x.png b/imgs/icons/24118@1x.png new file mode 100644 index 000000000..20400d3d6 Binary files /dev/null and b/imgs/icons/24118@1x.png differ diff --git a/imgs/icons/24118@2x.png b/imgs/icons/24118@2x.png new file mode 100644 index 000000000..73cbf680b Binary files /dev/null and b/imgs/icons/24118@2x.png differ diff --git a/imgs/icons/24119@1x.png b/imgs/icons/24119@1x.png new file mode 100644 index 000000000..2a8e0047b Binary files /dev/null and b/imgs/icons/24119@1x.png differ diff --git a/imgs/icons/24119@2x.png b/imgs/icons/24119@2x.png new file mode 100644 index 000000000..16440220c Binary files /dev/null and b/imgs/icons/24119@2x.png differ diff --git a/imgs/icons/24120@1x.png b/imgs/icons/24120@1x.png new file mode 100644 index 000000000..8f6dcb2e0 Binary files /dev/null and b/imgs/icons/24120@1x.png differ diff --git a/imgs/icons/24120@2x.png b/imgs/icons/24120@2x.png new file mode 100644 index 000000000..2c7fee22a Binary files /dev/null and b/imgs/icons/24120@2x.png differ diff --git a/imgs/icons/24121@1x.png b/imgs/icons/24121@1x.png new file mode 100644 index 000000000..c052d4f9a Binary files /dev/null and b/imgs/icons/24121@1x.png differ diff --git a/imgs/icons/24121@2x.png b/imgs/icons/24121@2x.png new file mode 100644 index 000000000..25342e610 Binary files /dev/null and b/imgs/icons/24121@2x.png differ diff --git a/imgs/icons/24122@1x.png b/imgs/icons/24122@1x.png new file mode 100644 index 000000000..e1125d8b9 Binary files /dev/null and b/imgs/icons/24122@1x.png differ diff --git a/imgs/icons/24122@2x.png b/imgs/icons/24122@2x.png new file mode 100644 index 000000000..7e22324e1 Binary files /dev/null and b/imgs/icons/24122@2x.png differ diff --git a/imgs/icons/24123@1x.png b/imgs/icons/24123@1x.png new file mode 100644 index 000000000..5c614be8f Binary files /dev/null and b/imgs/icons/24123@1x.png differ diff --git a/imgs/icons/24123@2x.png b/imgs/icons/24123@2x.png new file mode 100644 index 000000000..653fae012 Binary files /dev/null and b/imgs/icons/24123@2x.png differ diff --git a/imgs/icons/24124@1x.png b/imgs/icons/24124@1x.png new file mode 100644 index 000000000..3d7a77f55 Binary files /dev/null and b/imgs/icons/24124@1x.png differ diff --git a/imgs/icons/24124@2x.png b/imgs/icons/24124@2x.png new file mode 100644 index 000000000..b562a0b74 Binary files /dev/null and b/imgs/icons/24124@2x.png differ diff --git a/imgs/icons/24125@1x.png b/imgs/icons/24125@1x.png new file mode 100644 index 000000000..088dfbed3 Binary files /dev/null and b/imgs/icons/24125@1x.png differ diff --git a/imgs/icons/24125@2x.png b/imgs/icons/24125@2x.png new file mode 100644 index 000000000..7f5520fff Binary files /dev/null and b/imgs/icons/24125@2x.png differ diff --git a/imgs/icons/24128@1x.png b/imgs/icons/24128@1x.png new file mode 100644 index 000000000..4615e8e39 Binary files /dev/null and b/imgs/icons/24128@1x.png differ diff --git a/imgs/icons/24128@2x.png b/imgs/icons/24128@2x.png new file mode 100644 index 000000000..6575a4d0b Binary files /dev/null and b/imgs/icons/24128@2x.png differ diff --git a/imgs/icons/24129@1x.png b/imgs/icons/24129@1x.png new file mode 100644 index 000000000..59493bad7 Binary files /dev/null and b/imgs/icons/24129@1x.png differ diff --git a/imgs/icons/24129@2x.png b/imgs/icons/24129@2x.png new file mode 100644 index 000000000..50a418446 Binary files /dev/null and b/imgs/icons/24129@2x.png differ diff --git a/imgs/icons/24130@1x.png b/imgs/icons/24130@1x.png new file mode 100644 index 000000000..eccb77375 Binary files /dev/null and b/imgs/icons/24130@1x.png differ diff --git a/imgs/icons/24130@2x.png b/imgs/icons/24130@2x.png new file mode 100644 index 000000000..c208113ea Binary files /dev/null and b/imgs/icons/24130@2x.png differ diff --git a/imgs/icons/24131@1x.png b/imgs/icons/24131@1x.png new file mode 100644 index 000000000..f275187f4 Binary files /dev/null and b/imgs/icons/24131@1x.png differ diff --git a/imgs/icons/24131@2x.png b/imgs/icons/24131@2x.png new file mode 100644 index 000000000..ceb5b4e72 Binary files /dev/null and b/imgs/icons/24131@2x.png differ diff --git a/imgs/icons/24132@1x.png b/imgs/icons/24132@1x.png new file mode 100644 index 000000000..3fc99d4b0 Binary files /dev/null and b/imgs/icons/24132@1x.png differ diff --git a/imgs/icons/24132@2x.png b/imgs/icons/24132@2x.png new file mode 100644 index 000000000..733842b9c Binary files /dev/null and b/imgs/icons/24132@2x.png differ diff --git a/imgs/icons/24133@1x.png b/imgs/icons/24133@1x.png new file mode 100644 index 000000000..699625df7 Binary files /dev/null and b/imgs/icons/24133@1x.png differ diff --git a/imgs/icons/24133@2x.png b/imgs/icons/24133@2x.png new file mode 100644 index 000000000..ceebf607d Binary files /dev/null and b/imgs/icons/24133@2x.png differ diff --git a/imgs/icons/24135@1x.png b/imgs/icons/24135@1x.png new file mode 100644 index 000000000..a8c2945c2 Binary files /dev/null and b/imgs/icons/24135@1x.png differ diff --git a/imgs/icons/24135@2x.png b/imgs/icons/24135@2x.png new file mode 100644 index 000000000..4577576fc Binary files /dev/null and b/imgs/icons/24135@2x.png differ diff --git a/imgs/icons/24136@1x.png b/imgs/icons/24136@1x.png new file mode 100644 index 000000000..b83b32719 Binary files /dev/null and b/imgs/icons/24136@1x.png differ diff --git a/imgs/icons/24136@2x.png b/imgs/icons/24136@2x.png new file mode 100644 index 000000000..606ef6020 Binary files /dev/null and b/imgs/icons/24136@2x.png differ diff --git a/imgs/icons/24137@1x.png b/imgs/icons/24137@1x.png new file mode 100644 index 000000000..5e87831b1 Binary files /dev/null and b/imgs/icons/24137@1x.png differ diff --git a/imgs/icons/24137@2x.png b/imgs/icons/24137@2x.png new file mode 100644 index 000000000..2cae52524 Binary files /dev/null and b/imgs/icons/24137@2x.png differ diff --git a/imgs/icons/24138@1x.png b/imgs/icons/24138@1x.png new file mode 100644 index 000000000..8cb123a76 Binary files /dev/null and b/imgs/icons/24138@1x.png differ diff --git a/imgs/icons/24138@2x.png b/imgs/icons/24138@2x.png new file mode 100644 index 000000000..35876bf83 Binary files /dev/null and b/imgs/icons/24138@2x.png differ diff --git a/imgs/icons/24139@1x.png b/imgs/icons/24139@1x.png new file mode 100644 index 000000000..9427a08cf Binary files /dev/null and b/imgs/icons/24139@1x.png differ diff --git a/imgs/icons/24139@2x.png b/imgs/icons/24139@2x.png new file mode 100644 index 000000000..7492d6613 Binary files /dev/null and b/imgs/icons/24139@2x.png differ diff --git a/imgs/icons/24140@1x.png b/imgs/icons/24140@1x.png new file mode 100644 index 000000000..29a0b0e6e Binary files /dev/null and b/imgs/icons/24140@1x.png differ diff --git a/imgs/icons/24140@2x.png b/imgs/icons/24140@2x.png new file mode 100644 index 000000000..07150973d Binary files /dev/null and b/imgs/icons/24140@2x.png differ diff --git a/imgs/icons/24141@1x.png b/imgs/icons/24141@1x.png new file mode 100644 index 000000000..e4d6625f4 Binary files /dev/null and b/imgs/icons/24141@1x.png differ diff --git a/imgs/icons/24141@2x.png b/imgs/icons/24141@2x.png new file mode 100644 index 000000000..a2ccc48d2 Binary files /dev/null and b/imgs/icons/24141@2x.png differ diff --git a/imgs/icons/24142@1x.png b/imgs/icons/24142@1x.png new file mode 100644 index 000000000..68026a0c4 Binary files /dev/null and b/imgs/icons/24142@1x.png differ diff --git a/imgs/icons/24142@2x.png b/imgs/icons/24142@2x.png new file mode 100644 index 000000000..6fa5d3d1c Binary files /dev/null and b/imgs/icons/24142@2x.png differ diff --git a/imgs/icons/24143@1x.png b/imgs/icons/24143@1x.png new file mode 100644 index 000000000..29d22f57a Binary files /dev/null and b/imgs/icons/24143@1x.png differ diff --git a/imgs/icons/24143@2x.png b/imgs/icons/24143@2x.png new file mode 100644 index 000000000..874d93a8a Binary files /dev/null and b/imgs/icons/24143@2x.png differ diff --git a/imgs/icons/24144@1x.png b/imgs/icons/24144@1x.png new file mode 100644 index 000000000..21d361b15 Binary files /dev/null and b/imgs/icons/24144@1x.png differ diff --git a/imgs/icons/24144@2x.png b/imgs/icons/24144@2x.png new file mode 100644 index 000000000..6795503c7 Binary files /dev/null and b/imgs/icons/24144@2x.png differ diff --git a/imgs/renders/10006@1x.png b/imgs/renders/10006@1x.png index 031f87706..56869e430 100644 Binary files a/imgs/renders/10006@1x.png and b/imgs/renders/10006@1x.png differ diff --git a/imgs/renders/10006@2x.png b/imgs/renders/10006@2x.png index 5f6da7c12..93e199a66 100644 Binary files a/imgs/renders/10006@2x.png and b/imgs/renders/10006@2x.png differ diff --git a/imgs/renders/1053@1x.png b/imgs/renders/1053@1x.png index 77dfb863c..a0eb00a45 100644 Binary files a/imgs/renders/1053@1x.png and b/imgs/renders/1053@1x.png differ diff --git a/imgs/renders/1053@2x.png b/imgs/renders/1053@2x.png index 58e62d572..51338c549 100644 Binary files a/imgs/renders/1053@2x.png and b/imgs/renders/1053@2x.png differ diff --git a/imgs/renders/1064@1x.png b/imgs/renders/1064@1x.png index 54d5146de..11079bea0 100644 Binary files a/imgs/renders/1064@1x.png and b/imgs/renders/1064@1x.png differ diff --git a/imgs/renders/1064@2x.png b/imgs/renders/1064@2x.png index db11a9e2a..7c63c0657 100644 Binary files a/imgs/renders/1064@2x.png and b/imgs/renders/1064@2x.png differ diff --git a/imgs/renders/1066@1x.png b/imgs/renders/1066@1x.png index d74b134a1..b8f12fd8e 100644 Binary files a/imgs/renders/1066@1x.png and b/imgs/renders/1066@1x.png differ diff --git a/imgs/renders/1066@2x.png b/imgs/renders/1066@2x.png index 8896743a4..12c385853 100644 Binary files a/imgs/renders/1066@2x.png and b/imgs/renders/1066@2x.png differ diff --git a/imgs/renders/1067@1x.png b/imgs/renders/1067@1x.png index 6079d95d9..253cecd40 100644 Binary files a/imgs/renders/1067@1x.png and b/imgs/renders/1067@1x.png differ diff --git a/imgs/renders/1067@2x.png b/imgs/renders/1067@2x.png index edc6ed441..78b9aaf4b 100644 Binary files a/imgs/renders/1067@2x.png and b/imgs/renders/1067@2x.png differ diff --git a/imgs/renders/10782@1x.png b/imgs/renders/10782@1x.png index ec369b328..262a1768d 100644 Binary files a/imgs/renders/10782@1x.png and b/imgs/renders/10782@1x.png differ diff --git a/imgs/renders/10782@2x.png b/imgs/renders/10782@2x.png index 0a7283928..ff20e626f 100644 Binary files a/imgs/renders/10782@2x.png and b/imgs/renders/10782@2x.png differ diff --git a/imgs/renders/10950@1x.png b/imgs/renders/10950@1x.png index b5f18f8e5..194e74b8b 100644 Binary files a/imgs/renders/10950@1x.png and b/imgs/renders/10950@1x.png differ diff --git a/imgs/renders/10950@2x.png b/imgs/renders/10950@2x.png index 42d329edd..bcf917ad8 100644 Binary files a/imgs/renders/10950@2x.png and b/imgs/renders/10950@2x.png differ diff --git a/imgs/renders/11859@1x.png b/imgs/renders/11859@1x.png index 2e129f838..be8c82e16 100644 Binary files a/imgs/renders/11859@1x.png and b/imgs/renders/11859@1x.png differ diff --git a/imgs/renders/11859@2x.png b/imgs/renders/11859@2x.png index a26bb8a59..ea5d85159 100644 Binary files a/imgs/renders/11859@2x.png and b/imgs/renders/11859@2x.png differ diff --git a/imgs/renders/11875@1x.png b/imgs/renders/11875@1x.png index 79c8543b1..61da03403 100644 Binary files a/imgs/renders/11875@1x.png and b/imgs/renders/11875@1x.png differ diff --git a/imgs/renders/11875@2x.png b/imgs/renders/11875@2x.png index be98b75aa..676099a06 100644 Binary files a/imgs/renders/11875@2x.png and b/imgs/renders/11875@2x.png differ diff --git a/imgs/renders/11876@1x.png b/imgs/renders/11876@1x.png index b77bd65cf..bf41207b8 100644 Binary files a/imgs/renders/11876@1x.png and b/imgs/renders/11876@1x.png differ diff --git a/imgs/renders/11876@2x.png b/imgs/renders/11876@2x.png index 6c24d2c7b..7f85e233a 100644 Binary files a/imgs/renders/11876@2x.png and b/imgs/renders/11876@2x.png differ diff --git a/imgs/renders/11877@1x.png b/imgs/renders/11877@1x.png index f692aece7..c981d5688 100644 Binary files a/imgs/renders/11877@1x.png and b/imgs/renders/11877@1x.png differ diff --git a/imgs/renders/11877@2x.png b/imgs/renders/11877@2x.png index 3abf182ff..f650d622a 100644 Binary files a/imgs/renders/11877@2x.png and b/imgs/renders/11877@2x.png differ diff --git a/imgs/renders/1232@1x.png b/imgs/renders/1232@1x.png index 4ec81f751..1c6f13227 100644 Binary files a/imgs/renders/1232@1x.png and b/imgs/renders/1232@1x.png differ diff --git a/imgs/renders/1232@2x.png b/imgs/renders/1232@2x.png index be9fadf5b..b7208c12e 100644 Binary files a/imgs/renders/1232@2x.png and b/imgs/renders/1232@2x.png differ diff --git a/imgs/renders/1233@1x.png b/imgs/renders/1233@1x.png index 343f8c45a..440cf02db 100644 Binary files a/imgs/renders/1233@1x.png and b/imgs/renders/1233@1x.png differ diff --git a/imgs/renders/1233@2x.png b/imgs/renders/1233@2x.png index 10d2d15d3..bdf06646e 100644 Binary files a/imgs/renders/1233@2x.png and b/imgs/renders/1233@2x.png differ diff --git a/imgs/renders/1237@1x.png b/imgs/renders/1237@1x.png index dd6890380..f6ac0b2f5 100644 Binary files a/imgs/renders/1237@1x.png and b/imgs/renders/1237@1x.png differ diff --git a/imgs/renders/1237@2x.png b/imgs/renders/1237@2x.png index e63c40fd1..01a51a2e0 100644 Binary files a/imgs/renders/1237@2x.png and b/imgs/renders/1237@2x.png differ diff --git a/imgs/renders/1240@1x.png b/imgs/renders/1240@1x.png index 6e24f52b9..fb2b9f921 100644 Binary files a/imgs/renders/1240@1x.png and b/imgs/renders/1240@1x.png differ diff --git a/imgs/renders/1240@2x.png b/imgs/renders/1240@2x.png index a6277c434..f266d2fed 100644 Binary files a/imgs/renders/1240@2x.png and b/imgs/renders/1240@2x.png differ diff --git a/imgs/renders/1733@1x.png b/imgs/renders/1733@1x.png index 543a2917b..335948a08 100644 Binary files a/imgs/renders/1733@1x.png and b/imgs/renders/1733@1x.png differ diff --git a/imgs/renders/1733@2x.png b/imgs/renders/1733@2x.png index e0d3688c0..8f5ddccdb 100644 Binary files a/imgs/renders/1733@2x.png and b/imgs/renders/1733@2x.png differ diff --git a/imgs/renders/1762@1x.png b/imgs/renders/1762@1x.png index b1cde9d38..a36fc6289 100644 Binary files a/imgs/renders/1762@1x.png and b/imgs/renders/1762@1x.png differ diff --git a/imgs/renders/1762@2x.png b/imgs/renders/1762@2x.png index ca72bf073..20f031099 100644 Binary files a/imgs/renders/1762@2x.png and b/imgs/renders/1762@2x.png differ diff --git a/imgs/renders/1771@1x.png b/imgs/renders/1771@1x.png index 9b833b1bf..1115e65f6 100644 Binary files a/imgs/renders/1771@1x.png and b/imgs/renders/1771@1x.png differ diff --git a/imgs/renders/1771@2x.png b/imgs/renders/1771@2x.png index a537d8778..64d29a267 100644 Binary files a/imgs/renders/1771@2x.png and b/imgs/renders/1771@2x.png differ diff --git a/imgs/renders/1773@1x.png b/imgs/renders/1773@1x.png index f1bd20435..959aedb12 100644 Binary files a/imgs/renders/1773@1x.png and b/imgs/renders/1773@1x.png differ diff --git a/imgs/renders/1773@2x.png b/imgs/renders/1773@2x.png index 7a70fd4ef..7cd11c3fa 100644 Binary files a/imgs/renders/1773@2x.png and b/imgs/renders/1773@2x.png differ diff --git a/imgs/renders/1779@1x.png b/imgs/renders/1779@1x.png index 7dc9b8047..84213b731 100644 Binary files a/imgs/renders/1779@1x.png and b/imgs/renders/1779@1x.png differ diff --git a/imgs/renders/1779@2x.png b/imgs/renders/1779@2x.png index b1a3e3252..f2f9c240c 100644 Binary files a/imgs/renders/1779@2x.png and b/imgs/renders/1779@2x.png differ diff --git a/imgs/renders/1789@1x.png b/imgs/renders/1789@1x.png index 025ff73d0..2b930cb6c 100644 Binary files a/imgs/renders/1789@1x.png and b/imgs/renders/1789@1x.png differ diff --git a/imgs/renders/1789@2x.png b/imgs/renders/1789@2x.png index 9de4e17fe..b73dfa75a 100644 Binary files a/imgs/renders/1789@2x.png and b/imgs/renders/1789@2x.png differ diff --git a/imgs/renders/1811@1x.png b/imgs/renders/1811@1x.png index af8695ed3..a070f28a1 100644 Binary files a/imgs/renders/1811@1x.png and b/imgs/renders/1811@1x.png differ diff --git a/imgs/renders/1811@2x.png b/imgs/renders/1811@2x.png index 44e466df8..84ce3cf67 100644 Binary files a/imgs/renders/1811@2x.png and b/imgs/renders/1811@2x.png differ diff --git a/imgs/renders/1816@1x.png b/imgs/renders/1816@1x.png index 888af9c06..22bb832b8 100644 Binary files a/imgs/renders/1816@1x.png and b/imgs/renders/1816@1x.png differ diff --git a/imgs/renders/1816@2x.png b/imgs/renders/1816@2x.png index ccf4110fb..a368858a0 100644 Binary files a/imgs/renders/1816@2x.png and b/imgs/renders/1816@2x.png differ diff --git a/imgs/renders/1824@1x.png b/imgs/renders/1824@1x.png index 184fe2bf1..3d866ad22 100644 Binary files a/imgs/renders/1824@1x.png and b/imgs/renders/1824@1x.png differ diff --git a/imgs/renders/1824@2x.png b/imgs/renders/1824@2x.png index 3c56dae51..2eae09487 100644 Binary files a/imgs/renders/1824@2x.png and b/imgs/renders/1824@2x.png differ diff --git a/imgs/renders/1829@1x.png b/imgs/renders/1829@1x.png index 5bcd595b2..81adaf2aa 100644 Binary files a/imgs/renders/1829@1x.png and b/imgs/renders/1829@1x.png differ diff --git a/imgs/renders/1829@2x.png b/imgs/renders/1829@2x.png index dfb553d16..eeda5bdb9 100644 Binary files a/imgs/renders/1829@2x.png and b/imgs/renders/1829@2x.png differ diff --git a/imgs/renders/1831@1x.png b/imgs/renders/1831@1x.png index 326033772..93d1ffe7d 100644 Binary files a/imgs/renders/1831@1x.png and b/imgs/renders/1831@1x.png differ diff --git a/imgs/renders/1831@2x.png b/imgs/renders/1831@2x.png index dca6d9422..f3cf74388 100644 Binary files a/imgs/renders/1831@2x.png and b/imgs/renders/1831@2x.png differ diff --git a/imgs/renders/1840@1x.png b/imgs/renders/1840@1x.png index cec322f54..78e094dba 100644 Binary files a/imgs/renders/1840@1x.png and b/imgs/renders/1840@1x.png differ diff --git a/imgs/renders/1840@2x.png b/imgs/renders/1840@2x.png index 188428352..20f777606 100644 Binary files a/imgs/renders/1840@2x.png and b/imgs/renders/1840@2x.png differ diff --git a/imgs/renders/1841@1x.png b/imgs/renders/1841@1x.png index 81bbc07cd..69350f0e9 100644 Binary files a/imgs/renders/1841@1x.png and b/imgs/renders/1841@1x.png differ diff --git a/imgs/renders/1841@2x.png b/imgs/renders/1841@2x.png index 024928021..b7c503c76 100644 Binary files a/imgs/renders/1841@2x.png and b/imgs/renders/1841@2x.png differ diff --git a/imgs/renders/1848@1x.png b/imgs/renders/1848@1x.png index 94c7ae05e..9bfb85ce3 100644 Binary files a/imgs/renders/1848@1x.png and b/imgs/renders/1848@1x.png differ diff --git a/imgs/renders/1848@2x.png b/imgs/renders/1848@2x.png index f2cecf10a..ed5955d82 100644 Binary files a/imgs/renders/1848@2x.png and b/imgs/renders/1848@2x.png differ diff --git a/imgs/renders/1860@1x.png b/imgs/renders/1860@1x.png index 73d34b1bf..d542c0917 100644 Binary files a/imgs/renders/1860@1x.png and b/imgs/renders/1860@1x.png differ diff --git a/imgs/renders/1860@2x.png b/imgs/renders/1860@2x.png index b351b74c9..086e4a00c 100644 Binary files a/imgs/renders/1860@2x.png and b/imgs/renders/1860@2x.png differ diff --git a/imgs/renders/1861@1x.png b/imgs/renders/1861@1x.png index 7c1d7d9f4..248f8007b 100644 Binary files a/imgs/renders/1861@1x.png and b/imgs/renders/1861@1x.png differ diff --git a/imgs/renders/1861@2x.png b/imgs/renders/1861@2x.png index 91c9e9e27..3d4a260db 100644 Binary files a/imgs/renders/1861@2x.png and b/imgs/renders/1861@2x.png differ diff --git a/imgs/renders/1872@1x.png b/imgs/renders/1872@1x.png index 074260721..bfc6069b0 100644 Binary files a/imgs/renders/1872@1x.png and b/imgs/renders/1872@1x.png differ diff --git a/imgs/renders/1872@2x.png b/imgs/renders/1872@2x.png index 2125d5eb7..e3d52c256 100644 Binary files a/imgs/renders/1872@2x.png and b/imgs/renders/1872@2x.png differ diff --git a/imgs/renders/1878@1x.png b/imgs/renders/1878@1x.png index 81786f12f..30b3e3ac6 100644 Binary files a/imgs/renders/1878@1x.png and b/imgs/renders/1878@1x.png differ diff --git a/imgs/renders/1878@2x.png b/imgs/renders/1878@2x.png index 37e831c60..90aec297f 100644 Binary files a/imgs/renders/1878@2x.png and b/imgs/renders/1878@2x.png differ diff --git a/imgs/renders/1881@1x.png b/imgs/renders/1881@1x.png index 25e7d5aca..b087ad9b9 100644 Binary files a/imgs/renders/1881@1x.png and b/imgs/renders/1881@1x.png differ diff --git a/imgs/renders/1881@2x.png b/imgs/renders/1881@2x.png index 6cb13a843..bb0d8f64b 100644 Binary files a/imgs/renders/1881@2x.png and b/imgs/renders/1881@2x.png differ diff --git a/imgs/renders/1882@1x.png b/imgs/renders/1882@1x.png index ac214b10e..030c2860a 100644 Binary files a/imgs/renders/1882@1x.png and b/imgs/renders/1882@1x.png differ diff --git a/imgs/renders/1882@2x.png b/imgs/renders/1882@2x.png index 071e2be8f..23271b3f4 100644 Binary files a/imgs/renders/1882@2x.png and b/imgs/renders/1882@2x.png differ diff --git a/imgs/renders/1894@1x.png b/imgs/renders/1894@1x.png index 0089148a7..9e72acf4c 100644 Binary files a/imgs/renders/1894@1x.png and b/imgs/renders/1894@1x.png differ diff --git a/imgs/renders/1894@2x.png b/imgs/renders/1894@2x.png index 520998b9f..89e6ac0df 100644 Binary files a/imgs/renders/1894@2x.png and b/imgs/renders/1894@2x.png differ diff --git a/imgs/renders/1901@1x.png b/imgs/renders/1901@1x.png index 7465266e4..efc0a2b0c 100644 Binary files a/imgs/renders/1901@1x.png and b/imgs/renders/1901@1x.png differ diff --git a/imgs/renders/1901@2x.png b/imgs/renders/1901@2x.png index 22705878b..d8c27d378 100644 Binary files a/imgs/renders/1901@2x.png and b/imgs/renders/1901@2x.png differ diff --git a/imgs/renders/1902@1x.png b/imgs/renders/1902@1x.png index 3588f1fcc..1fd5d2bc0 100644 Binary files a/imgs/renders/1902@1x.png and b/imgs/renders/1902@1x.png differ diff --git a/imgs/renders/1902@2x.png b/imgs/renders/1902@2x.png index a44bbe6bd..3a825f8cf 100644 Binary files a/imgs/renders/1902@2x.png and b/imgs/renders/1902@2x.png differ diff --git a/imgs/renders/1909@1x.png b/imgs/renders/1909@1x.png index 66e596f25..70712e4ff 100644 Binary files a/imgs/renders/1909@1x.png and b/imgs/renders/1909@1x.png differ diff --git a/imgs/renders/1909@2x.png b/imgs/renders/1909@2x.png index 1525055b9..c22abe984 100644 Binary files a/imgs/renders/1909@2x.png and b/imgs/renders/1909@2x.png differ diff --git a/imgs/renders/1912@1x.png b/imgs/renders/1912@1x.png index 18b86a696..e6788957b 100644 Binary files a/imgs/renders/1912@1x.png and b/imgs/renders/1912@1x.png differ diff --git a/imgs/renders/1912@2x.png b/imgs/renders/1912@2x.png index f1994e56a..e6bb16180 100644 Binary files a/imgs/renders/1912@2x.png and b/imgs/renders/1912@2x.png differ diff --git a/imgs/renders/1913@1x.png b/imgs/renders/1913@1x.png index 2bfdae68f..636c6b34a 100644 Binary files a/imgs/renders/1913@1x.png and b/imgs/renders/1913@1x.png differ diff --git a/imgs/renders/1913@2x.png b/imgs/renders/1913@2x.png index 883af8000..928e5074b 100644 Binary files a/imgs/renders/1913@2x.png and b/imgs/renders/1913@2x.png differ diff --git a/imgs/renders/1920@1x.png b/imgs/renders/1920@1x.png index 75bda4f0e..7f5ba3b17 100644 Binary files a/imgs/renders/1920@1x.png and b/imgs/renders/1920@1x.png differ diff --git a/imgs/renders/1920@2x.png b/imgs/renders/1920@2x.png index 6ca2297a4..f21c6c443 100644 Binary files a/imgs/renders/1920@2x.png and b/imgs/renders/1920@2x.png differ diff --git a/imgs/renders/1921@1x.png b/imgs/renders/1921@1x.png index 65ba5d4bb..1838213a9 100644 Binary files a/imgs/renders/1921@1x.png and b/imgs/renders/1921@1x.png differ diff --git a/imgs/renders/1921@2x.png b/imgs/renders/1921@2x.png index 369d03485..b2e25b494 100644 Binary files a/imgs/renders/1921@2x.png and b/imgs/renders/1921@2x.png differ diff --git a/imgs/renders/1928@1x.png b/imgs/renders/1928@1x.png index 53be91f35..7d907586a 100644 Binary files a/imgs/renders/1928@1x.png and b/imgs/renders/1928@1x.png differ diff --git a/imgs/renders/1928@2x.png b/imgs/renders/1928@2x.png index 2dc43437c..65aad5aaf 100644 Binary files a/imgs/renders/1928@2x.png and b/imgs/renders/1928@2x.png differ diff --git a/imgs/renders/1931@1x.png b/imgs/renders/1931@1x.png index 50070a64c..b29550ad2 100644 Binary files a/imgs/renders/1931@1x.png and b/imgs/renders/1931@1x.png differ diff --git a/imgs/renders/1931@2x.png b/imgs/renders/1931@2x.png index e0a676c09..d929c4de8 100644 Binary files a/imgs/renders/1931@2x.png and b/imgs/renders/1931@2x.png differ diff --git a/imgs/renders/1948@1x.png b/imgs/renders/1948@1x.png index 856e2249d..be0b0f291 100644 Binary files a/imgs/renders/1948@1x.png and b/imgs/renders/1948@1x.png differ diff --git a/imgs/renders/1948@2x.png b/imgs/renders/1948@2x.png index ff2ec7499..5ee6ccbc8 100644 Binary files a/imgs/renders/1948@2x.png and b/imgs/renders/1948@2x.png differ diff --git a/imgs/renders/1950@1x.png b/imgs/renders/1950@1x.png index 8797231a0..2e033a20f 100644 Binary files a/imgs/renders/1950@1x.png and b/imgs/renders/1950@1x.png differ diff --git a/imgs/renders/1950@2x.png b/imgs/renders/1950@2x.png index 6bd0d4c41..dd7b92565 100644 Binary files a/imgs/renders/1950@2x.png and b/imgs/renders/1950@2x.png differ diff --git a/imgs/renders/1966@1x.png b/imgs/renders/1966@1x.png index d5c114bed..1a366b3ee 100644 Binary files a/imgs/renders/1966@1x.png and b/imgs/renders/1966@1x.png differ diff --git a/imgs/renders/1966@2x.png b/imgs/renders/1966@2x.png index 201b0df22..7934e2b13 100644 Binary files a/imgs/renders/1966@2x.png and b/imgs/renders/1966@2x.png differ diff --git a/imgs/renders/1973@1x.png b/imgs/renders/1973@1x.png index ac5c8d803..4ed069a8a 100644 Binary files a/imgs/renders/1973@1x.png and b/imgs/renders/1973@1x.png differ diff --git a/imgs/renders/1973@2x.png b/imgs/renders/1973@2x.png index b65aa4f35..a7da91d6a 100644 Binary files a/imgs/renders/1973@2x.png and b/imgs/renders/1973@2x.png differ diff --git a/imgs/renders/1976@1x.png b/imgs/renders/1976@1x.png index 555811eff..3cdceb16f 100644 Binary files a/imgs/renders/1976@1x.png and b/imgs/renders/1976@1x.png differ diff --git a/imgs/renders/1976@2x.png b/imgs/renders/1976@2x.png index ebfa966ee..ce92cfbdf 100644 Binary files a/imgs/renders/1976@2x.png and b/imgs/renders/1976@2x.png differ diff --git a/imgs/renders/20136@1x.png b/imgs/renders/20136@1x.png index cda198f62..e1681be2a 100644 Binary files a/imgs/renders/20136@1x.png and b/imgs/renders/20136@1x.png differ diff --git a/imgs/renders/20136@2x.png b/imgs/renders/20136@2x.png index 5661464ec..48e2db230 100644 Binary files a/imgs/renders/20136@2x.png and b/imgs/renders/20136@2x.png differ diff --git a/imgs/renders/20198@1x.png b/imgs/renders/20198@1x.png index 4d2a1d6d0..541808343 100644 Binary files a/imgs/renders/20198@1x.png and b/imgs/renders/20198@1x.png differ diff --git a/imgs/renders/20198@2x.png b/imgs/renders/20198@2x.png index b9ec5e04d..7fdcef5e3 100644 Binary files a/imgs/renders/20198@2x.png and b/imgs/renders/20198@2x.png differ diff --git a/imgs/renders/20199@1x.png b/imgs/renders/20199@1x.png index bd602bd08..789b3f6d0 100644 Binary files a/imgs/renders/20199@1x.png and b/imgs/renders/20199@1x.png differ diff --git a/imgs/renders/20199@2x.png b/imgs/renders/20199@2x.png index 757a4985b..78eeceb4c 100644 Binary files a/imgs/renders/20199@2x.png and b/imgs/renders/20199@2x.png differ diff --git a/imgs/renders/20200@1x.png b/imgs/renders/20200@1x.png index 8648e030f..5bc253ba1 100644 Binary files a/imgs/renders/20200@1x.png and b/imgs/renders/20200@1x.png differ diff --git a/imgs/renders/20200@2x.png b/imgs/renders/20200@2x.png index 6497820a1..499d4b749 100644 Binary files a/imgs/renders/20200@2x.png and b/imgs/renders/20200@2x.png differ diff --git a/imgs/renders/20201@1x.png b/imgs/renders/20201@1x.png index 7b0c22a57..5fc484134 100644 Binary files a/imgs/renders/20201@1x.png and b/imgs/renders/20201@1x.png differ diff --git a/imgs/renders/20201@2x.png b/imgs/renders/20201@2x.png index 6f011af2c..6d7c84d85 100644 Binary files a/imgs/renders/20201@2x.png and b/imgs/renders/20201@2x.png differ diff --git a/imgs/renders/20202@1x.png b/imgs/renders/20202@1x.png index 99b5ba634..2c15a61d2 100644 Binary files a/imgs/renders/20202@1x.png and b/imgs/renders/20202@1x.png differ diff --git a/imgs/renders/20202@2x.png b/imgs/renders/20202@2x.png index 989fa0772..9b1a1fd13 100644 Binary files a/imgs/renders/20202@2x.png and b/imgs/renders/20202@2x.png differ diff --git a/imgs/renders/20301@1x.png b/imgs/renders/20301@1x.png index 8de2c1e65..8963890cb 100644 Binary files a/imgs/renders/20301@1x.png and b/imgs/renders/20301@1x.png differ diff --git a/imgs/renders/20301@2x.png b/imgs/renders/20301@2x.png index e3c0c6313..4826fc4da 100644 Binary files a/imgs/renders/20301@2x.png and b/imgs/renders/20301@2x.png differ diff --git a/imgs/renders/20344@1x.png b/imgs/renders/20344@1x.png index 0c1e6810f..245c46849 100644 Binary files a/imgs/renders/20344@1x.png and b/imgs/renders/20344@1x.png differ diff --git a/imgs/renders/20344@2x.png b/imgs/renders/20344@2x.png index 60b274dea..eb8e15f59 100644 Binary files a/imgs/renders/20344@2x.png and b/imgs/renders/20344@2x.png differ diff --git a/imgs/renders/20345@1x.png b/imgs/renders/20345@1x.png index 92a45e6c2..0533aa789 100644 Binary files a/imgs/renders/20345@1x.png and b/imgs/renders/20345@1x.png differ diff --git a/imgs/renders/20345@2x.png b/imgs/renders/20345@2x.png index 3c3914289..a5cc35ee8 100644 Binary files a/imgs/renders/20345@2x.png and b/imgs/renders/20345@2x.png differ diff --git a/imgs/renders/20386@1x.png b/imgs/renders/20386@1x.png index b58f2abb7..6fbd7cebf 100644 Binary files a/imgs/renders/20386@1x.png and b/imgs/renders/20386@1x.png differ diff --git a/imgs/renders/20386@2x.png b/imgs/renders/20386@2x.png index 2715f7fa5..13b56d62a 100644 Binary files a/imgs/renders/20386@2x.png and b/imgs/renders/20386@2x.png differ diff --git a/imgs/renders/20402@1x.png b/imgs/renders/20402@1x.png index 5c5b20621..5b03857ab 100644 Binary files a/imgs/renders/20402@1x.png and b/imgs/renders/20402@1x.png differ diff --git a/imgs/renders/20402@2x.png b/imgs/renders/20402@2x.png index 77ee3c59b..9a56137e9 100644 Binary files a/imgs/renders/20402@2x.png and b/imgs/renders/20402@2x.png differ diff --git a/imgs/renders/2043@1x.png b/imgs/renders/2043@1x.png index 53b3d43f4..538175005 100644 Binary files a/imgs/renders/2043@1x.png and b/imgs/renders/2043@1x.png differ diff --git a/imgs/renders/2043@2x.png b/imgs/renders/2043@2x.png index 5825741ce..5956c0d91 100644 Binary files a/imgs/renders/2043@2x.png and b/imgs/renders/2043@2x.png differ diff --git a/imgs/renders/2044@1x.png b/imgs/renders/2044@1x.png index c4805e758..fd423de8d 100644 Binary files a/imgs/renders/2044@1x.png and b/imgs/renders/2044@1x.png differ diff --git a/imgs/renders/2044@2x.png b/imgs/renders/2044@2x.png index 27719a56e..ef9156816 100644 Binary files a/imgs/renders/2044@2x.png and b/imgs/renders/2044@2x.png differ diff --git a/imgs/renders/2045@1x.png b/imgs/renders/2045@1x.png index b1584f85a..22d2aee80 100644 Binary files a/imgs/renders/2045@1x.png and b/imgs/renders/2045@1x.png differ diff --git a/imgs/renders/2045@2x.png b/imgs/renders/2045@2x.png index 6a95562b3..1417b4f12 100644 Binary files a/imgs/renders/2045@2x.png and b/imgs/renders/2045@2x.png differ diff --git a/imgs/renders/20600@1x.png b/imgs/renders/20600@1x.png index 465a8cb79..b4cc444af 100644 Binary files a/imgs/renders/20600@1x.png and b/imgs/renders/20600@1x.png differ diff --git a/imgs/renders/20600@2x.png b/imgs/renders/20600@2x.png index 75e98dbdd..19927320c 100644 Binary files a/imgs/renders/20600@2x.png and b/imgs/renders/20600@2x.png differ diff --git a/imgs/renders/20604@1x.png b/imgs/renders/20604@1x.png index 84f4bb553..373dcc550 100644 Binary files a/imgs/renders/20604@1x.png and b/imgs/renders/20604@1x.png differ diff --git a/imgs/renders/20604@2x.png b/imgs/renders/20604@2x.png index 3a1799c5b..8616fec51 100644 Binary files a/imgs/renders/20604@2x.png and b/imgs/renders/20604@2x.png differ diff --git a/imgs/renders/20605@1x.png b/imgs/renders/20605@1x.png index 05206f67e..dfcddafed 100644 Binary files a/imgs/renders/20605@1x.png and b/imgs/renders/20605@1x.png differ diff --git a/imgs/renders/20605@2x.png b/imgs/renders/20605@2x.png index 2e561effa..b65fc0439 100644 Binary files a/imgs/renders/20605@2x.png and b/imgs/renders/20605@2x.png differ diff --git a/imgs/renders/20615@1x.png b/imgs/renders/20615@1x.png index 4371073ba..96a047644 100644 Binary files a/imgs/renders/20615@1x.png and b/imgs/renders/20615@1x.png differ diff --git a/imgs/renders/20615@2x.png b/imgs/renders/20615@2x.png index 71cef3a23..e1710e6e6 100644 Binary files a/imgs/renders/20615@2x.png and b/imgs/renders/20615@2x.png differ diff --git a/imgs/renders/20616@1x.png b/imgs/renders/20616@1x.png index 6b2f832c2..c26197ec1 100644 Binary files a/imgs/renders/20616@1x.png and b/imgs/renders/20616@1x.png differ diff --git a/imgs/renders/20616@2x.png b/imgs/renders/20616@2x.png index 3318fa719..7207ef0e3 100644 Binary files a/imgs/renders/20616@2x.png and b/imgs/renders/20616@2x.png differ diff --git a/imgs/renders/20980@1x.png b/imgs/renders/20980@1x.png index 2621e58cc..bf2f2bb47 100644 Binary files a/imgs/renders/20980@1x.png and b/imgs/renders/20980@1x.png differ diff --git a/imgs/renders/20980@2x.png b/imgs/renders/20980@2x.png index 02e1d326e..04ea99766 100644 Binary files a/imgs/renders/20980@2x.png and b/imgs/renders/20980@2x.png differ diff --git a/imgs/renders/21052@1x.png b/imgs/renders/21052@1x.png index 6bb1ae776..b15a5ace5 100644 Binary files a/imgs/renders/21052@1x.png and b/imgs/renders/21052@1x.png differ diff --git a/imgs/renders/21052@2x.png b/imgs/renders/21052@2x.png index 88fe72edc..d384f9224 100644 Binary files a/imgs/renders/21052@2x.png and b/imgs/renders/21052@2x.png differ diff --git a/imgs/renders/21135@1x.png b/imgs/renders/21135@1x.png index 41fb288a0..939daaa18 100644 Binary files a/imgs/renders/21135@1x.png and b/imgs/renders/21135@1x.png differ diff --git a/imgs/renders/21135@2x.png b/imgs/renders/21135@2x.png index 28f066457..1f62de8f8 100644 Binary files a/imgs/renders/21135@2x.png and b/imgs/renders/21135@2x.png differ diff --git a/imgs/renders/21150@1x.png b/imgs/renders/21150@1x.png index f003b91b9..dd5398515 100644 Binary files a/imgs/renders/21150@1x.png and b/imgs/renders/21150@1x.png differ diff --git a/imgs/renders/21150@2x.png b/imgs/renders/21150@2x.png index 196840226..4b5adde09 100644 Binary files a/imgs/renders/21150@2x.png and b/imgs/renders/21150@2x.png differ diff --git a/imgs/renders/21156@1x.png b/imgs/renders/21156@1x.png index 61e45ded4..0ffa3b19f 100644 Binary files a/imgs/renders/21156@1x.png and b/imgs/renders/21156@1x.png differ diff --git a/imgs/renders/21156@2x.png b/imgs/renders/21156@2x.png index 29e3aff01..9d5e5dd82 100644 Binary files a/imgs/renders/21156@2x.png and b/imgs/renders/21156@2x.png differ diff --git a/imgs/renders/21210@1x.png b/imgs/renders/21210@1x.png index 8c480714c..bdd21169b 100644 Binary files a/imgs/renders/21210@1x.png and b/imgs/renders/21210@1x.png differ diff --git a/imgs/renders/21210@2x.png b/imgs/renders/21210@2x.png index bcfcde99c..afb2b5fc1 100644 Binary files a/imgs/renders/21210@2x.png and b/imgs/renders/21210@2x.png differ diff --git a/imgs/renders/21217@1x.png b/imgs/renders/21217@1x.png index 642713b07..d8845c8a3 100644 Binary files a/imgs/renders/21217@1x.png and b/imgs/renders/21217@1x.png differ diff --git a/imgs/renders/21217@2x.png b/imgs/renders/21217@2x.png index 9f33cae74..2a7a98d50 100644 Binary files a/imgs/renders/21217@2x.png and b/imgs/renders/21217@2x.png differ diff --git a/imgs/renders/21218@1x.png b/imgs/renders/21218@1x.png index 8ec3ff689..11ba19ad5 100644 Binary files a/imgs/renders/21218@1x.png and b/imgs/renders/21218@1x.png differ diff --git a/imgs/renders/21218@2x.png b/imgs/renders/21218@2x.png index 2e615eaa0..d71d46e60 100644 Binary files a/imgs/renders/21218@2x.png and b/imgs/renders/21218@2x.png differ diff --git a/imgs/renders/21219@1x.png b/imgs/renders/21219@1x.png index f08e45df0..0fb121673 100644 Binary files a/imgs/renders/21219@1x.png and b/imgs/renders/21219@1x.png differ diff --git a/imgs/renders/21219@2x.png b/imgs/renders/21219@2x.png index b831bbd45..0abe8125d 100644 Binary files a/imgs/renders/21219@2x.png and b/imgs/renders/21219@2x.png differ diff --git a/imgs/renders/21220@1x.png b/imgs/renders/21220@1x.png index 6200a04f5..328f639d3 100644 Binary files a/imgs/renders/21220@1x.png and b/imgs/renders/21220@1x.png differ diff --git a/imgs/renders/21220@2x.png b/imgs/renders/21220@2x.png index 12110db02..e6a90d7e3 100644 Binary files a/imgs/renders/21220@2x.png and b/imgs/renders/21220@2x.png differ diff --git a/imgs/renders/21221@1x.png b/imgs/renders/21221@1x.png index 323667cb2..ac6de61c1 100644 Binary files a/imgs/renders/21221@1x.png and b/imgs/renders/21221@1x.png differ diff --git a/imgs/renders/21221@2x.png b/imgs/renders/21221@2x.png index cffa0837b..e2b1bd83b 100644 Binary files a/imgs/renders/21221@2x.png and b/imgs/renders/21221@2x.png differ diff --git a/imgs/renders/21222@1x.png b/imgs/renders/21222@1x.png index e7f20fb63..79369de9d 100644 Binary files a/imgs/renders/21222@1x.png and b/imgs/renders/21222@1x.png differ diff --git a/imgs/renders/21222@2x.png b/imgs/renders/21222@2x.png index 28773ac39..2d459bb75 100644 Binary files a/imgs/renders/21222@2x.png and b/imgs/renders/21222@2x.png differ diff --git a/imgs/renders/21223@1x.png b/imgs/renders/21223@1x.png index a49f7b457..e95b2d8d3 100644 Binary files a/imgs/renders/21223@1x.png and b/imgs/renders/21223@1x.png differ diff --git a/imgs/renders/21223@2x.png b/imgs/renders/21223@2x.png index 485e800fa..484ccf984 100644 Binary files a/imgs/renders/21223@2x.png and b/imgs/renders/21223@2x.png differ diff --git a/imgs/renders/21224@1x.png b/imgs/renders/21224@1x.png index 8c565dc51..8e1a6d940 100644 Binary files a/imgs/renders/21224@1x.png and b/imgs/renders/21224@1x.png differ diff --git a/imgs/renders/21224@2x.png b/imgs/renders/21224@2x.png index 103a68a60..f7b59d7ad 100644 Binary files a/imgs/renders/21224@2x.png and b/imgs/renders/21224@2x.png differ diff --git a/imgs/renders/21278@1x.png b/imgs/renders/21278@1x.png index 75d480d9c..3c7aed4e0 100644 Binary files a/imgs/renders/21278@1x.png and b/imgs/renders/21278@1x.png differ diff --git a/imgs/renders/21278@2x.png b/imgs/renders/21278@2x.png index 24f60abb4..14ae7aeff 100644 Binary files a/imgs/renders/21278@2x.png and b/imgs/renders/21278@2x.png differ diff --git a/imgs/renders/21360@1x.png b/imgs/renders/21360@1x.png index 139a07470..2c6c8b174 100644 Binary files a/imgs/renders/21360@1x.png and b/imgs/renders/21360@1x.png differ diff --git a/imgs/renders/21360@2x.png b/imgs/renders/21360@2x.png index 0178d7833..733b32847 100644 Binary files a/imgs/renders/21360@2x.png and b/imgs/renders/21360@2x.png differ diff --git a/imgs/renders/21490@1x.png b/imgs/renders/21490@1x.png index 978dcf73e..cf2122e59 100644 Binary files a/imgs/renders/21490@1x.png and b/imgs/renders/21490@1x.png differ diff --git a/imgs/renders/21490@2x.png b/imgs/renders/21490@2x.png index 0d78043b3..c72cb9446 100644 Binary files a/imgs/renders/21490@2x.png and b/imgs/renders/21490@2x.png differ diff --git a/imgs/renders/21766@1x.png b/imgs/renders/21766@1x.png index 147ebef74..01b29a603 100644 Binary files a/imgs/renders/21766@1x.png and b/imgs/renders/21766@1x.png differ diff --git a/imgs/renders/21766@2x.png b/imgs/renders/21766@2x.png index 746d9f943..35dc000b5 100644 Binary files a/imgs/renders/21766@2x.png and b/imgs/renders/21766@2x.png differ diff --git a/imgs/renders/21821@1x.png b/imgs/renders/21821@1x.png index cf9bdd6a0..dcab10264 100644 Binary files a/imgs/renders/21821@1x.png and b/imgs/renders/21821@1x.png differ diff --git a/imgs/renders/21821@2x.png b/imgs/renders/21821@2x.png index 5ea4efa77..5d3398b8a 100644 Binary files a/imgs/renders/21821@2x.png and b/imgs/renders/21821@2x.png differ diff --git a/imgs/renders/22007@1x.png b/imgs/renders/22007@1x.png index 0ef3d407f..1d2940055 100644 Binary files a/imgs/renders/22007@1x.png and b/imgs/renders/22007@1x.png differ diff --git a/imgs/renders/22007@2x.png b/imgs/renders/22007@2x.png index 4f7daa73d..e0cc17a3b 100644 Binary files a/imgs/renders/22007@2x.png and b/imgs/renders/22007@2x.png differ diff --git a/imgs/renders/22234@1x.png b/imgs/renders/22234@1x.png index 562027e35..239952829 100644 Binary files a/imgs/renders/22234@1x.png and b/imgs/renders/22234@1x.png differ diff --git a/imgs/renders/22234@2x.png b/imgs/renders/22234@2x.png index 00dde9e58..528953a36 100644 Binary files a/imgs/renders/22234@2x.png and b/imgs/renders/22234@2x.png differ diff --git a/imgs/renders/22316@1x.png b/imgs/renders/22316@1x.png index 788274ff3..95d30e336 100644 Binary files a/imgs/renders/22316@1x.png and b/imgs/renders/22316@1x.png differ diff --git a/imgs/renders/22316@2x.png b/imgs/renders/22316@2x.png index f47dbf9ae..9f48c3512 100644 Binary files a/imgs/renders/22316@2x.png and b/imgs/renders/22316@2x.png differ diff --git a/imgs/renders/22317@1x.png b/imgs/renders/22317@1x.png index bc44a744b..68fdb57a0 100644 Binary files a/imgs/renders/22317@1x.png and b/imgs/renders/22317@1x.png differ diff --git a/imgs/renders/22317@2x.png b/imgs/renders/22317@2x.png index 5a7a8d6df..d7364cd60 100644 Binary files a/imgs/renders/22317@2x.png and b/imgs/renders/22317@2x.png differ diff --git a/imgs/renders/22318@1x.png b/imgs/renders/22318@1x.png index aa3c68b0a..f65e32bee 100644 Binary files a/imgs/renders/22318@1x.png and b/imgs/renders/22318@1x.png differ diff --git a/imgs/renders/22318@2x.png b/imgs/renders/22318@2x.png index de03c6132..1ac004073 100644 Binary files a/imgs/renders/22318@2x.png and b/imgs/renders/22318@2x.png differ diff --git a/imgs/renders/22325@1x.png b/imgs/renders/22325@1x.png index e004e89d5..425907acd 100644 Binary files a/imgs/renders/22325@1x.png and b/imgs/renders/22325@1x.png differ diff --git a/imgs/renders/22325@2x.png b/imgs/renders/22325@2x.png index 06e2f4d0b..4e7c2e23b 100644 Binary files a/imgs/renders/22325@2x.png and b/imgs/renders/22325@2x.png differ diff --git a/imgs/renders/2241@1x.png b/imgs/renders/2241@1x.png index 95c274b6b..feed70905 100644 Binary files a/imgs/renders/2241@1x.png and b/imgs/renders/2241@1x.png differ diff --git a/imgs/renders/2241@2x.png b/imgs/renders/2241@2x.png index b590233d4..ce06e338e 100644 Binary files a/imgs/renders/2241@2x.png and b/imgs/renders/2241@2x.png differ diff --git a/imgs/renders/2242@1x.png b/imgs/renders/2242@1x.png index 85b031fdc..bae549e10 100644 Binary files a/imgs/renders/2242@1x.png and b/imgs/renders/2242@1x.png differ diff --git a/imgs/renders/2242@2x.png b/imgs/renders/2242@2x.png index d7b33969f..0a42abc65 100644 Binary files a/imgs/renders/2242@2x.png and b/imgs/renders/2242@2x.png differ diff --git a/imgs/renders/2387@1x.png b/imgs/renders/2387@1x.png index c76063161..4a4595d45 100644 Binary files a/imgs/renders/2387@1x.png and b/imgs/renders/2387@1x.png differ diff --git a/imgs/renders/2387@2x.png b/imgs/renders/2387@2x.png index 8f3a85357..2fccecf84 100644 Binary files a/imgs/renders/2387@2x.png and b/imgs/renders/2387@2x.png differ diff --git a/imgs/renders/2388@1x.png b/imgs/renders/2388@1x.png index 0f3755a49..2c3040f99 100644 Binary files a/imgs/renders/2388@1x.png and b/imgs/renders/2388@1x.png differ diff --git a/imgs/renders/2388@2x.png b/imgs/renders/2388@2x.png index 9f73c244c..e93fce94d 100644 Binary files a/imgs/renders/2388@2x.png and b/imgs/renders/2388@2x.png differ diff --git a/imgs/renders/2389@1x.png b/imgs/renders/2389@1x.png index d56369225..2d5929977 100644 Binary files a/imgs/renders/2389@1x.png and b/imgs/renders/2389@1x.png differ diff --git a/imgs/renders/2389@2x.png b/imgs/renders/2389@2x.png index f420a61cd..2fb172b19 100644 Binary files a/imgs/renders/2389@2x.png and b/imgs/renders/2389@2x.png differ diff --git a/imgs/renders/2390@1x.png b/imgs/renders/2390@1x.png index 4f781687a..1a1d19647 100644 Binary files a/imgs/renders/2390@1x.png and b/imgs/renders/2390@1x.png differ diff --git a/imgs/renders/2390@2x.png b/imgs/renders/2390@2x.png index b36ac5956..7de55a29e 100644 Binary files a/imgs/renders/2390@2x.png and b/imgs/renders/2390@2x.png differ diff --git a/imgs/renders/24469@1x.png b/imgs/renders/24469@1x.png index 6d3fdc3ee..0609b82c5 100644 Binary files a/imgs/renders/24469@1x.png and b/imgs/renders/24469@1x.png differ diff --git a/imgs/renders/24469@2x.png b/imgs/renders/24469@2x.png index f8e43eb17..5e2210bf2 100644 Binary files a/imgs/renders/24469@2x.png and b/imgs/renders/24469@2x.png differ diff --git a/imgs/renders/24470@1x.png b/imgs/renders/24470@1x.png index 4d80ca9aa..807d311e0 100644 Binary files a/imgs/renders/24470@1x.png and b/imgs/renders/24470@1x.png differ diff --git a/imgs/renders/24470@2x.png b/imgs/renders/24470@2x.png index 3d43d1780..312bb69a5 100644 Binary files a/imgs/renders/24470@2x.png and b/imgs/renders/24470@2x.png differ diff --git a/imgs/renders/24471@1x.png b/imgs/renders/24471@1x.png index f59dc3ad1..c8320fd02 100644 Binary files a/imgs/renders/24471@1x.png and b/imgs/renders/24471@1x.png differ diff --git a/imgs/renders/24471@2x.png b/imgs/renders/24471@2x.png index 8acde7d8c..d5dd0343f 100644 Binary files a/imgs/renders/24471@2x.png and b/imgs/renders/24471@2x.png differ diff --git a/imgs/renders/2632@1x.png b/imgs/renders/2632@1x.png index 07d96500b..95552c883 100644 Binary files a/imgs/renders/2632@1x.png and b/imgs/renders/2632@1x.png differ diff --git a/imgs/renders/2632@2x.png b/imgs/renders/2632@2x.png index 98be2635e..889af8db2 100644 Binary files a/imgs/renders/2632@2x.png and b/imgs/renders/2632@2x.png differ diff --git a/imgs/renders/2633@1x.png b/imgs/renders/2633@1x.png index e57bc5921..f8bcc0e87 100644 Binary files a/imgs/renders/2633@1x.png and b/imgs/renders/2633@1x.png differ diff --git a/imgs/renders/2633@2x.png b/imgs/renders/2633@2x.png index 552c3dc20..8c31dc42e 100644 Binary files a/imgs/renders/2633@2x.png and b/imgs/renders/2633@2x.png differ diff --git a/imgs/renders/2634@1x.png b/imgs/renders/2634@1x.png index 4ba2108aa..1a0ec53cc 100644 Binary files a/imgs/renders/2634@1x.png and b/imgs/renders/2634@1x.png differ diff --git a/imgs/renders/2634@2x.png b/imgs/renders/2634@2x.png index 8c2237639..d86ff0da2 100644 Binary files a/imgs/renders/2634@2x.png and b/imgs/renders/2634@2x.png differ diff --git a/imgs/renders/2635@1x.png b/imgs/renders/2635@1x.png index b4fb20731..914bd2d15 100644 Binary files a/imgs/renders/2635@1x.png and b/imgs/renders/2635@1x.png differ diff --git a/imgs/renders/2635@2x.png b/imgs/renders/2635@2x.png index 64bc61436..795478fe8 100644 Binary files a/imgs/renders/2635@2x.png and b/imgs/renders/2635@2x.png differ diff --git a/imgs/renders/2642@1x.png b/imgs/renders/2642@1x.png index 7057a4c76..baf18ca72 100644 Binary files a/imgs/renders/2642@1x.png and b/imgs/renders/2642@1x.png differ diff --git a/imgs/renders/2642@2x.png b/imgs/renders/2642@2x.png index 827b32d53..9ae2ffa63 100644 Binary files a/imgs/renders/2642@2x.png and b/imgs/renders/2642@2x.png differ diff --git a/imgs/renders/2709@1x.png b/imgs/renders/2709@1x.png index 78f94be3c..7e85d97c7 100644 Binary files a/imgs/renders/2709@1x.png and b/imgs/renders/2709@1x.png differ diff --git a/imgs/renders/2709@2x.png b/imgs/renders/2709@2x.png index d50a2dcda..b9dcd40ae 100644 Binary files a/imgs/renders/2709@2x.png and b/imgs/renders/2709@2x.png differ diff --git a/imgs/renders/2710@1x.png b/imgs/renders/2710@1x.png index 48e3f2225..b25539fe5 100644 Binary files a/imgs/renders/2710@1x.png and b/imgs/renders/2710@1x.png differ diff --git a/imgs/renders/2710@2x.png b/imgs/renders/2710@2x.png index 4f18d52bd..9c7a076d3 100644 Binary files a/imgs/renders/2710@2x.png and b/imgs/renders/2710@2x.png differ diff --git a/imgs/renders/2711@1x.png b/imgs/renders/2711@1x.png index 5331cea9b..f7dbb33a1 100644 Binary files a/imgs/renders/2711@1x.png and b/imgs/renders/2711@1x.png differ diff --git a/imgs/renders/2711@2x.png b/imgs/renders/2711@2x.png index c8e0a87bd..f99aec018 100644 Binary files a/imgs/renders/2711@2x.png and b/imgs/renders/2711@2x.png differ diff --git a/imgs/renders/2712@1x.png b/imgs/renders/2712@1x.png index 2e46134b8..a7dad091c 100644 Binary files a/imgs/renders/2712@1x.png and b/imgs/renders/2712@1x.png differ diff --git a/imgs/renders/2712@2x.png b/imgs/renders/2712@2x.png index 926ba7d56..90ad136f3 100644 Binary files a/imgs/renders/2712@2x.png and b/imgs/renders/2712@2x.png differ diff --git a/imgs/renders/2713@1x.png b/imgs/renders/2713@1x.png index f176380a4..3b23504aa 100644 Binary files a/imgs/renders/2713@1x.png and b/imgs/renders/2713@1x.png differ diff --git a/imgs/renders/2713@2x.png b/imgs/renders/2713@2x.png index 03dc00c40..1b3c3523e 100644 Binary files a/imgs/renders/2713@2x.png and b/imgs/renders/2713@2x.png differ diff --git a/imgs/renders/2714@1x.png b/imgs/renders/2714@1x.png index acd66a190..289005abf 100644 Binary files a/imgs/renders/2714@1x.png and b/imgs/renders/2714@1x.png differ diff --git a/imgs/renders/2714@2x.png b/imgs/renders/2714@2x.png index 937a6133f..8165ca736 100644 Binary files a/imgs/renders/2714@2x.png and b/imgs/renders/2714@2x.png differ diff --git a/imgs/renders/2715@1x.png b/imgs/renders/2715@1x.png index 99553258c..a8628f483 100644 Binary files a/imgs/renders/2715@1x.png and b/imgs/renders/2715@1x.png differ diff --git a/imgs/renders/2715@2x.png b/imgs/renders/2715@2x.png index e441c5a11..f6ddd97a9 100644 Binary files a/imgs/renders/2715@2x.png and b/imgs/renders/2715@2x.png differ diff --git a/imgs/renders/2716@1x.png b/imgs/renders/2716@1x.png index a192868d0..857721f30 100644 Binary files a/imgs/renders/2716@1x.png and b/imgs/renders/2716@1x.png differ diff --git a/imgs/renders/2716@2x.png b/imgs/renders/2716@2x.png index f546c3113..74acf4edb 100644 Binary files a/imgs/renders/2716@2x.png and b/imgs/renders/2716@2x.png differ diff --git a/imgs/renders/2802@1x.png b/imgs/renders/2802@1x.png index ac3e234fc..dd35f7cfe 100644 Binary files a/imgs/renders/2802@1x.png and b/imgs/renders/2802@1x.png differ diff --git a/imgs/renders/2802@2x.png b/imgs/renders/2802@2x.png index 5f5aee771..9b68c4ff3 100644 Binary files a/imgs/renders/2802@2x.png and b/imgs/renders/2802@2x.png differ diff --git a/imgs/renders/2805@1x.png b/imgs/renders/2805@1x.png index 690cc7aca..19118a391 100644 Binary files a/imgs/renders/2805@1x.png and b/imgs/renders/2805@1x.png differ diff --git a/imgs/renders/2805@2x.png b/imgs/renders/2805@2x.png index 3456df374..f11673b5a 100644 Binary files a/imgs/renders/2805@2x.png and b/imgs/renders/2805@2x.png differ diff --git a/imgs/renders/2811@1x.png b/imgs/renders/2811@1x.png index ff513dd74..54f35c590 100644 Binary files a/imgs/renders/2811@1x.png and b/imgs/renders/2811@1x.png differ diff --git a/imgs/renders/2811@2x.png b/imgs/renders/2811@2x.png index b447b7903..013693647 100644 Binary files a/imgs/renders/2811@2x.png and b/imgs/renders/2811@2x.png differ diff --git a/imgs/renders/2814@1x.png b/imgs/renders/2814@1x.png index e482495f7..8f2361b5c 100644 Binary files a/imgs/renders/2814@1x.png and b/imgs/renders/2814@1x.png differ diff --git a/imgs/renders/2814@2x.png b/imgs/renders/2814@2x.png index 9bc8de96e..c4f056553 100644 Binary files a/imgs/renders/2814@2x.png and b/imgs/renders/2814@2x.png differ diff --git a/imgs/renders/2910@1x.png b/imgs/renders/2910@1x.png index 760a4aad0..36a7ec04e 100644 Binary files a/imgs/renders/2910@1x.png and b/imgs/renders/2910@1x.png differ diff --git a/imgs/renders/2910@2x.png b/imgs/renders/2910@2x.png index 3852665eb..b426dab4b 100644 Binary files a/imgs/renders/2910@2x.png and b/imgs/renders/2910@2x.png differ diff --git a/imgs/renders/2925@1x.png b/imgs/renders/2925@1x.png index 3270530f7..67b950d06 100644 Binary files a/imgs/renders/2925@1x.png and b/imgs/renders/2925@1x.png differ diff --git a/imgs/renders/2925@2x.png b/imgs/renders/2925@2x.png index 42a1df4d8..c96180c9d 100644 Binary files a/imgs/renders/2925@2x.png and b/imgs/renders/2925@2x.png differ diff --git a/imgs/renders/299@1x.png b/imgs/renders/299@1x.png index 7fa2d4785..4cc81d2bb 100644 Binary files a/imgs/renders/299@1x.png and b/imgs/renders/299@1x.png differ diff --git a/imgs/renders/299@2x.png b/imgs/renders/299@2x.png index aea47ec58..4867d3c2e 100644 Binary files a/imgs/renders/299@2x.png and b/imgs/renders/299@2x.png differ diff --git a/imgs/renders/300@1x.png b/imgs/renders/300@1x.png index 99ecd8677..f8faf8a05 100644 Binary files a/imgs/renders/300@1x.png and b/imgs/renders/300@1x.png differ diff --git a/imgs/renders/300@2x.png b/imgs/renders/300@2x.png index 1b765462b..ade8a8e70 100644 Binary files a/imgs/renders/300@2x.png and b/imgs/renders/300@2x.png differ diff --git a/imgs/renders/3020@1x.png b/imgs/renders/3020@1x.png index 39c2823ab..ca24eea20 100644 Binary files a/imgs/renders/3020@1x.png and b/imgs/renders/3020@1x.png differ diff --git a/imgs/renders/3020@2x.png b/imgs/renders/3020@2x.png index 5f3c3b979..a1b910b9b 100644 Binary files a/imgs/renders/3020@2x.png and b/imgs/renders/3020@2x.png differ diff --git a/imgs/renders/305@1x.png b/imgs/renders/305@1x.png index 613e60f26..8c9895ad0 100644 Binary files a/imgs/renders/305@1x.png and b/imgs/renders/305@1x.png differ diff --git a/imgs/renders/305@2x.png b/imgs/renders/305@2x.png index e93c77b01..6f7b1a075 100644 Binary files a/imgs/renders/305@2x.png and b/imgs/renders/305@2x.png differ diff --git a/imgs/renders/306@1x.png b/imgs/renders/306@1x.png index 92d1dd761..cf49eaf8b 100644 Binary files a/imgs/renders/306@1x.png and b/imgs/renders/306@1x.png differ diff --git a/imgs/renders/306@2x.png b/imgs/renders/306@2x.png index 20143b293..899887bbd 100644 Binary files a/imgs/renders/306@2x.png and b/imgs/renders/306@2x.png differ diff --git a/imgs/renders/308@1x.png b/imgs/renders/308@1x.png index 76f347a97..2d7a7cd69 100644 Binary files a/imgs/renders/308@1x.png and b/imgs/renders/308@1x.png differ diff --git a/imgs/renders/308@2x.png b/imgs/renders/308@2x.png index 2f3e6b0be..c2dd7c60c 100644 Binary files a/imgs/renders/308@2x.png and b/imgs/renders/308@2x.png differ diff --git a/imgs/renders/309@1x.png b/imgs/renders/309@1x.png index 8dae0b42a..6d4a8bc29 100644 Binary files a/imgs/renders/309@1x.png and b/imgs/renders/309@1x.png differ diff --git a/imgs/renders/309@2x.png b/imgs/renders/309@2x.png index 5365d4c90..b39cdbbf9 100644 Binary files a/imgs/renders/309@2x.png and b/imgs/renders/309@2x.png differ diff --git a/imgs/renders/310@1x.png b/imgs/renders/310@1x.png index ad1f1b0a9..350c96941 100644 Binary files a/imgs/renders/310@1x.png and b/imgs/renders/310@1x.png differ diff --git a/imgs/renders/310@2x.png b/imgs/renders/310@2x.png index 6dfaa81c0..a2666f217 100644 Binary files a/imgs/renders/310@2x.png and b/imgs/renders/310@2x.png differ diff --git a/imgs/renders/312@1x.png b/imgs/renders/312@1x.png index 4a4b593a8..f64dad269 100644 Binary files a/imgs/renders/312@1x.png and b/imgs/renders/312@1x.png differ diff --git a/imgs/renders/312@2x.png b/imgs/renders/312@2x.png index e205c14b1..e6ae61400 100644 Binary files a/imgs/renders/312@2x.png and b/imgs/renders/312@2x.png differ diff --git a/imgs/renders/3134@1x.png b/imgs/renders/3134@1x.png index 39fe0bece..6d59f89e9 100644 Binary files a/imgs/renders/3134@1x.png and b/imgs/renders/3134@1x.png differ diff --git a/imgs/renders/3134@2x.png b/imgs/renders/3134@2x.png index 43ca33246..7d459054a 100644 Binary files a/imgs/renders/3134@2x.png and b/imgs/renders/3134@2x.png differ diff --git a/imgs/renders/313@1x.png b/imgs/renders/313@1x.png index 1ab81e5d7..410ed56bf 100644 Binary files a/imgs/renders/313@1x.png and b/imgs/renders/313@1x.png differ diff --git a/imgs/renders/313@2x.png b/imgs/renders/313@2x.png index d832c2dbc..14d721b13 100644 Binary files a/imgs/renders/313@2x.png and b/imgs/renders/313@2x.png differ diff --git a/imgs/renders/314@1x.png b/imgs/renders/314@1x.png index 2e320c555..3d158d81e 100644 Binary files a/imgs/renders/314@1x.png and b/imgs/renders/314@1x.png differ diff --git a/imgs/renders/314@2x.png b/imgs/renders/314@2x.png index 2d5f2fcd9..88a1e40b4 100644 Binary files a/imgs/renders/314@2x.png and b/imgs/renders/314@2x.png differ diff --git a/imgs/renders/3168@1x.png b/imgs/renders/3168@1x.png index 42158d868..32dae7607 100644 Binary files a/imgs/renders/3168@1x.png and b/imgs/renders/3168@1x.png differ diff --git a/imgs/renders/3168@2x.png b/imgs/renders/3168@2x.png index ae6aa2176..f11e94ff0 100644 Binary files a/imgs/renders/3168@2x.png and b/imgs/renders/3168@2x.png differ diff --git a/imgs/renders/316@1x.png b/imgs/renders/316@1x.png index 4f2e53bf4..6200a46c2 100644 Binary files a/imgs/renders/316@1x.png and b/imgs/renders/316@1x.png differ diff --git a/imgs/renders/316@2x.png b/imgs/renders/316@2x.png index 3f43abe03..f432aff93 100644 Binary files a/imgs/renders/316@2x.png and b/imgs/renders/316@2x.png differ diff --git a/imgs/renders/3205@1x.png b/imgs/renders/3205@1x.png index 98c238a52..f823ddbe0 100644 Binary files a/imgs/renders/3205@1x.png and b/imgs/renders/3205@1x.png differ diff --git a/imgs/renders/3205@2x.png b/imgs/renders/3205@2x.png index 967ee07f5..41b67746f 100644 Binary files a/imgs/renders/3205@2x.png and b/imgs/renders/3205@2x.png differ diff --git a/imgs/renders/321@1x.png b/imgs/renders/321@1x.png index f34caa57f..c5e4e52ea 100644 Binary files a/imgs/renders/321@1x.png and b/imgs/renders/321@1x.png differ diff --git a/imgs/renders/321@2x.png b/imgs/renders/321@2x.png index 243f656fd..04f99b28e 100644 Binary files a/imgs/renders/321@2x.png and b/imgs/renders/321@2x.png differ diff --git a/imgs/renders/322@1x.png b/imgs/renders/322@1x.png index b51b9815c..feabd948b 100644 Binary files a/imgs/renders/322@1x.png and b/imgs/renders/322@1x.png differ diff --git a/imgs/renders/322@2x.png b/imgs/renders/322@2x.png index 0b8df05cf..dca88011a 100644 Binary files a/imgs/renders/322@2x.png and b/imgs/renders/322@2x.png differ diff --git a/imgs/renders/323@1x.png b/imgs/renders/323@1x.png index 75d90e240..5ded1dcd6 100644 Binary files a/imgs/renders/323@1x.png and b/imgs/renders/323@1x.png differ diff --git a/imgs/renders/323@2x.png b/imgs/renders/323@2x.png index 038ba78c4..4e294ddd9 100644 Binary files a/imgs/renders/323@2x.png and b/imgs/renders/323@2x.png differ diff --git a/imgs/renders/324@1x.png b/imgs/renders/324@1x.png index 92c127d16..d0ffef706 100644 Binary files a/imgs/renders/324@1x.png and b/imgs/renders/324@1x.png differ diff --git a/imgs/renders/324@2x.png b/imgs/renders/324@2x.png index 15ef937bc..ea1cf107b 100644 Binary files a/imgs/renders/324@2x.png and b/imgs/renders/324@2x.png differ diff --git a/imgs/renders/325@1x.png b/imgs/renders/325@1x.png index f3b17d5ce..86639284a 100644 Binary files a/imgs/renders/325@1x.png and b/imgs/renders/325@1x.png differ diff --git a/imgs/renders/325@2x.png b/imgs/renders/325@2x.png index bb99a3d41..43d83657a 100644 Binary files a/imgs/renders/325@2x.png and b/imgs/renders/325@2x.png differ diff --git a/imgs/renders/326@1x.png b/imgs/renders/326@1x.png index e3cadd47c..b45d3f975 100644 Binary files a/imgs/renders/326@1x.png and b/imgs/renders/326@1x.png differ diff --git a/imgs/renders/326@2x.png b/imgs/renders/326@2x.png index 0b63b7629..9c6f17544 100644 Binary files a/imgs/renders/326@2x.png and b/imgs/renders/326@2x.png differ diff --git a/imgs/renders/327@1x.png b/imgs/renders/327@1x.png index 305005ea3..a86be5d86 100644 Binary files a/imgs/renders/327@1x.png and b/imgs/renders/327@1x.png differ diff --git a/imgs/renders/327@2x.png b/imgs/renders/327@2x.png index acc8ffe97..399bed74e 100644 Binary files a/imgs/renders/327@2x.png and b/imgs/renders/327@2x.png differ diff --git a/imgs/renders/328@1x.png b/imgs/renders/328@1x.png index 37f7e5cbf..51d4e1414 100644 Binary files a/imgs/renders/328@1x.png and b/imgs/renders/328@1x.png differ diff --git a/imgs/renders/328@2x.png b/imgs/renders/328@2x.png index 90ec7033e..43e2e7bdf 100644 Binary files a/imgs/renders/328@2x.png and b/imgs/renders/328@2x.png differ diff --git a/imgs/renders/3331@1x.png b/imgs/renders/3331@1x.png index d5283fd9d..60a822dde 100644 Binary files a/imgs/renders/3331@1x.png and b/imgs/renders/3331@1x.png differ diff --git a/imgs/renders/3331@2x.png b/imgs/renders/3331@2x.png index 1ce49c770..bd38ffe49 100644 Binary files a/imgs/renders/3331@2x.png and b/imgs/renders/3331@2x.png differ diff --git a/imgs/renders/3354@1x.png b/imgs/renders/3354@1x.png index df3505688..adc396600 100644 Binary files a/imgs/renders/3354@1x.png and b/imgs/renders/3354@1x.png differ diff --git a/imgs/renders/3354@2x.png b/imgs/renders/3354@2x.png index 8fd971282..7e68ba4f2 100644 Binary files a/imgs/renders/3354@2x.png and b/imgs/renders/3354@2x.png differ diff --git a/imgs/renders/335@1x.png b/imgs/renders/335@1x.png index 13d6e5b8a..c11af4632 100644 Binary files a/imgs/renders/335@1x.png and b/imgs/renders/335@1x.png differ diff --git a/imgs/renders/335@2x.png b/imgs/renders/335@2x.png index c11336575..ed752e972 100644 Binary files a/imgs/renders/335@2x.png and b/imgs/renders/335@2x.png differ diff --git a/imgs/renders/3362@1x.png b/imgs/renders/3362@1x.png index da3b82353..cae829da9 100644 Binary files a/imgs/renders/3362@1x.png and b/imgs/renders/3362@1x.png differ diff --git a/imgs/renders/3362@2x.png b/imgs/renders/3362@2x.png index 76aa6a1e4..4435eb57d 100644 Binary files a/imgs/renders/3362@2x.png and b/imgs/renders/3362@2x.png differ diff --git a/imgs/renders/3364@1x.png b/imgs/renders/3364@1x.png index 6e419d926..1ba524825 100644 Binary files a/imgs/renders/3364@1x.png and b/imgs/renders/3364@1x.png differ diff --git a/imgs/renders/3364@2x.png b/imgs/renders/3364@2x.png index 0dd9fb1bb..872704cdc 100644 Binary files a/imgs/renders/3364@2x.png and b/imgs/renders/3364@2x.png differ diff --git a/imgs/renders/3365@1x.png b/imgs/renders/3365@1x.png index 0c7a163bd..0170a2af1 100644 Binary files a/imgs/renders/3365@1x.png and b/imgs/renders/3365@1x.png differ diff --git a/imgs/renders/3365@2x.png b/imgs/renders/3365@2x.png index 6a21945de..b0b198000 100644 Binary files a/imgs/renders/3365@2x.png and b/imgs/renders/3365@2x.png differ diff --git a/imgs/renders/3367@1x.png b/imgs/renders/3367@1x.png index b983d0119..60f45fa1d 100644 Binary files a/imgs/renders/3367@1x.png and b/imgs/renders/3367@1x.png differ diff --git a/imgs/renders/3367@2x.png b/imgs/renders/3367@2x.png index a581ce1f9..bdb1a0193 100644 Binary files a/imgs/renders/3367@2x.png and b/imgs/renders/3367@2x.png differ diff --git a/imgs/renders/337@1x.png b/imgs/renders/337@1x.png index 5d9042484..9e2c2d05e 100644 Binary files a/imgs/renders/337@1x.png and b/imgs/renders/337@1x.png differ diff --git a/imgs/renders/337@2x.png b/imgs/renders/337@2x.png index 10a6ce998..18eb220b5 100644 Binary files a/imgs/renders/337@2x.png and b/imgs/renders/337@2x.png differ diff --git a/imgs/renders/338@1x.png b/imgs/renders/338@1x.png index a5adec6c0..1dbe208ac 100644 Binary files a/imgs/renders/338@1x.png and b/imgs/renders/338@1x.png differ diff --git a/imgs/renders/338@2x.png b/imgs/renders/338@2x.png index ee86a318b..25104028b 100644 Binary files a/imgs/renders/338@2x.png and b/imgs/renders/338@2x.png differ diff --git a/imgs/renders/341@1x.png b/imgs/renders/341@1x.png index ec325a05e..f87c8a596 100644 Binary files a/imgs/renders/341@1x.png and b/imgs/renders/341@1x.png differ diff --git a/imgs/renders/341@2x.png b/imgs/renders/341@2x.png index edc8d2aa2..beebbe7f5 100644 Binary files a/imgs/renders/341@2x.png and b/imgs/renders/341@2x.png differ diff --git a/imgs/renders/3424@1x.png b/imgs/renders/3424@1x.png index 8865181d3..f32bd4d58 100644 Binary files a/imgs/renders/3424@1x.png and b/imgs/renders/3424@1x.png differ diff --git a/imgs/renders/3424@2x.png b/imgs/renders/3424@2x.png index e7a769c64..4d728a1a4 100644 Binary files a/imgs/renders/3424@2x.png and b/imgs/renders/3424@2x.png differ diff --git a/imgs/renders/343@1x.png b/imgs/renders/343@1x.png index 990466dc1..99c34e530 100644 Binary files a/imgs/renders/343@1x.png and b/imgs/renders/343@1x.png differ diff --git a/imgs/renders/343@2x.png b/imgs/renders/343@2x.png index d96d1fa4d..653467486 100644 Binary files a/imgs/renders/343@2x.png and b/imgs/renders/343@2x.png differ diff --git a/imgs/renders/3714@1x.png b/imgs/renders/3714@1x.png index 51aa66a81..d8b21abc3 100644 Binary files a/imgs/renders/3714@1x.png and b/imgs/renders/3714@1x.png differ diff --git a/imgs/renders/3714@2x.png b/imgs/renders/3714@2x.png index 113f76a20..d7df0e2c0 100644 Binary files a/imgs/renders/3714@2x.png and b/imgs/renders/3714@2x.png differ diff --git a/imgs/renders/3799@1x.png b/imgs/renders/3799@1x.png index 42869ab2e..ea6534813 100644 Binary files a/imgs/renders/3799@1x.png and b/imgs/renders/3799@1x.png differ diff --git a/imgs/renders/3799@2x.png b/imgs/renders/3799@2x.png index b8b96de4c..e38d8ac8d 100644 Binary files a/imgs/renders/3799@2x.png and b/imgs/renders/3799@2x.png differ diff --git a/imgs/renders/38@1x.png b/imgs/renders/38@1x.png index 1506c7e2b..e5e2d65ae 100644 Binary files a/imgs/renders/38@1x.png and b/imgs/renders/38@1x.png differ diff --git a/imgs/renders/38@2x.png b/imgs/renders/38@2x.png index fd76cbb48..c8ef50307 100644 Binary files a/imgs/renders/38@2x.png and b/imgs/renders/38@2x.png differ diff --git a/imgs/renders/39@1x.png b/imgs/renders/39@1x.png index dd4ec0491..116a14598 100644 Binary files a/imgs/renders/39@1x.png and b/imgs/renders/39@1x.png differ diff --git a/imgs/renders/39@2x.png b/imgs/renders/39@2x.png index f9f187dab..a1af6358f 100644 Binary files a/imgs/renders/39@2x.png and b/imgs/renders/39@2x.png differ diff --git a/imgs/renders/40@1x.png b/imgs/renders/40@1x.png index 303dcfefe..96c6fbb8e 100644 Binary files a/imgs/renders/40@1x.png and b/imgs/renders/40@1x.png differ diff --git a/imgs/renders/40@2x.png b/imgs/renders/40@2x.png index 974dd59c3..f5fd0bb85 100644 Binary files a/imgs/renders/40@2x.png and b/imgs/renders/40@2x.png differ diff --git a/imgs/renders/44@1x.png b/imgs/renders/44@1x.png index bd58dc771..58b7b3e1a 100644 Binary files a/imgs/renders/44@1x.png and b/imgs/renders/44@1x.png differ diff --git a/imgs/renders/44@2x.png b/imgs/renders/44@2x.png index a0d7f44d0..41f363f7d 100644 Binary files a/imgs/renders/44@2x.png and b/imgs/renders/44@2x.png differ diff --git a/imgs/renders/4517@1x.png b/imgs/renders/4517@1x.png index 4bf32b107..cf3a1fe6d 100644 Binary files a/imgs/renders/4517@1x.png and b/imgs/renders/4517@1x.png differ diff --git a/imgs/renders/4517@2x.png b/imgs/renders/4517@2x.png index 387195407..b54018946 100644 Binary files a/imgs/renders/4517@2x.png and b/imgs/renders/4517@2x.png differ diff --git a/imgs/renders/45@1x.png b/imgs/renders/45@1x.png index 0fa5cb8a8..88813dcef 100644 Binary files a/imgs/renders/45@1x.png and b/imgs/renders/45@1x.png differ diff --git a/imgs/renders/45@2x.png b/imgs/renders/45@2x.png index ab9fb392b..b2b314b2a 100644 Binary files a/imgs/renders/45@2x.png and b/imgs/renders/45@2x.png differ diff --git a/imgs/renders/46@1x.png b/imgs/renders/46@1x.png index 3a0edd6c5..7b8c0f599 100644 Binary files a/imgs/renders/46@1x.png and b/imgs/renders/46@1x.png differ diff --git a/imgs/renders/46@2x.png b/imgs/renders/46@2x.png index 2a1bdc3ed..89b1e16d1 100644 Binary files a/imgs/renders/46@2x.png and b/imgs/renders/46@2x.png differ diff --git a/imgs/renders/48@1x.png b/imgs/renders/48@1x.png index 4614cbd71..748f92d82 100644 Binary files a/imgs/renders/48@1x.png and b/imgs/renders/48@1x.png differ diff --git a/imgs/renders/48@2x.png b/imgs/renders/48@2x.png index eb69a54f5..74c660e2a 100644 Binary files a/imgs/renders/48@2x.png and b/imgs/renders/48@2x.png differ diff --git a/imgs/renders/49@1x.png b/imgs/renders/49@1x.png index a133fb6ee..14fcc7552 100644 Binary files a/imgs/renders/49@1x.png and b/imgs/renders/49@1x.png differ diff --git a/imgs/renders/49@2x.png b/imgs/renders/49@2x.png index 75132258a..35f1b4013 100644 Binary files a/imgs/renders/49@2x.png and b/imgs/renders/49@2x.png differ diff --git a/imgs/renders/51@1x.png b/imgs/renders/51@1x.png index 346e6e453..7b9c580eb 100644 Binary files a/imgs/renders/51@1x.png and b/imgs/renders/51@1x.png differ diff --git a/imgs/renders/51@2x.png b/imgs/renders/51@2x.png index c54853a83..c08b37308 100644 Binary files a/imgs/renders/51@2x.png and b/imgs/renders/51@2x.png differ diff --git a/imgs/renders/52@1x.png b/imgs/renders/52@1x.png index 944a42f72..5a07fe612 100644 Binary files a/imgs/renders/52@1x.png and b/imgs/renders/52@1x.png differ diff --git a/imgs/renders/52@2x.png b/imgs/renders/52@2x.png index ff4565ccc..0aaa3b190 100644 Binary files a/imgs/renders/52@2x.png and b/imgs/renders/52@2x.png differ diff --git a/imgs/renders/53@1x.png b/imgs/renders/53@1x.png index 81b65324f..4dea8ab3e 100644 Binary files a/imgs/renders/53@1x.png and b/imgs/renders/53@1x.png differ diff --git a/imgs/renders/53@2x.png b/imgs/renders/53@2x.png index 9ba84b056..5ab57edb8 100644 Binary files a/imgs/renders/53@2x.png and b/imgs/renders/53@2x.png differ diff --git a/imgs/renders/54@1x.png b/imgs/renders/54@1x.png index a094df2aa..bb71e3c35 100644 Binary files a/imgs/renders/54@1x.png and b/imgs/renders/54@1x.png differ diff --git a/imgs/renders/54@2x.png b/imgs/renders/54@2x.png index 6a5e3bc51..bd3e942e4 100644 Binary files a/imgs/renders/54@2x.png and b/imgs/renders/54@2x.png differ diff --git a/imgs/renders/55@1x.png b/imgs/renders/55@1x.png index 5baaa699e..c593e0ca3 100644 Binary files a/imgs/renders/55@1x.png and b/imgs/renders/55@1x.png differ diff --git a/imgs/renders/55@2x.png b/imgs/renders/55@2x.png index c90cc4120..9b3feab7e 100644 Binary files a/imgs/renders/55@2x.png and b/imgs/renders/55@2x.png differ diff --git a/imgs/renders/56@1x.png b/imgs/renders/56@1x.png index 11850319e..69672e4c0 100644 Binary files a/imgs/renders/56@1x.png and b/imgs/renders/56@1x.png differ diff --git a/imgs/renders/56@2x.png b/imgs/renders/56@2x.png index d59129fd6..85f5175a5 100644 Binary files a/imgs/renders/56@2x.png and b/imgs/renders/56@2x.png differ diff --git a/imgs/renders/59@1x.png b/imgs/renders/59@1x.png index 4a97e584f..49dff61be 100644 Binary files a/imgs/renders/59@1x.png and b/imgs/renders/59@1x.png differ diff --git a/imgs/renders/59@2x.png b/imgs/renders/59@2x.png index 1150ec746..e0c9cc645 100644 Binary files a/imgs/renders/59@2x.png and b/imgs/renders/59@2x.png differ diff --git a/imgs/renders/60@1x.png b/imgs/renders/60@1x.png index 36a3d2a9e..4b8ea03b6 100644 Binary files a/imgs/renders/60@1x.png and b/imgs/renders/60@1x.png differ diff --git a/imgs/renders/60@2x.png b/imgs/renders/60@2x.png index 3f91d11a9..00594dc01 100644 Binary files a/imgs/renders/60@2x.png and b/imgs/renders/60@2x.png differ diff --git a/imgs/renders/61@1x.png b/imgs/renders/61@1x.png index 72be3b11f..6e812ef8d 100644 Binary files a/imgs/renders/61@1x.png and b/imgs/renders/61@1x.png differ diff --git a/imgs/renders/61@2x.png b/imgs/renders/61@2x.png index 3b5694ffd..16caeefd4 100644 Binary files a/imgs/renders/61@2x.png and b/imgs/renders/61@2x.png differ diff --git a/imgs/renders/65@1x.png b/imgs/renders/65@1x.png index b13ee7bf3..a464fd706 100644 Binary files a/imgs/renders/65@1x.png and b/imgs/renders/65@1x.png differ diff --git a/imgs/renders/65@2x.png b/imgs/renders/65@2x.png index 2347cb17b..a4ee2bb2b 100644 Binary files a/imgs/renders/65@2x.png and b/imgs/renders/65@2x.png differ diff --git a/scripts/iconIDs.yaml b/scripts/iconIDs.yaml index 9895091ff..9421030dc 100644 --- a/scripts/iconIDs.yaml +++ b/scripts/iconIDs.yaml @@ -1,4 +1,7 @@ 0: + backgrounds: + - blueprint + - blueprintCopy description: Unknown iconFile: res:/ui/texture/icons/7_64_15.png 15: @@ -11,6 +14,9 @@ description: CargoContainer iconFile: res:/ui/texture/icons/26_64_11.png 21: + backgrounds: + - blueprint + - blueprintCopy description: Money - Money iconFile: res:/ui/texture/icons/6_64_3.png 22: @@ -108,6 +114,7 @@ - blueprintCopy description: Module - DamageControl foregrounds: + - abyssal - faction - officer - storyline @@ -2345,6 +2352,7 @@ - blueprintCopy description: Tracking Disrupter - Unknown foregrounds: + - faction - storyline - structureTech1 - structureTech2 @@ -3476,9 +3484,13 @@ description: Com iconFile: res:/ui/texture/icons/50_64_4.png 2665: + backgrounds: + - reaction description: Srea iconFile: res:/ui/texture/icons/50_64_5.png 2666: + backgrounds: + - reaction description: Crea iconFile: res:/ui/texture/icons/50_64_6.png 2667: @@ -5251,18 +5263,28 @@ description: AncientIntactPropulsionSalvage iconFile: res:/ui/texture/icons/82_64_6.png 3734: + backgrounds: + - relic description: defensive ancient relic - AncientRelicDefensive iconFile: res:/ui/texture/icons/84_64_6.png 3735: + backgrounds: + - relic description: electronic ancient relic - AncientRelicElectronic iconFile: res:/ui/texture/icons/84_64_4.png 3736: + backgrounds: + - relic description: engineering ancient relic - AncientRelicEngineering iconFile: res:/ui/texture/icons/84_64_2.png 3737: + backgrounds: + - relic description: offensive ancient relic - AncientRelicOffensive iconFile: res:/ui/texture/icons/84_64_3.png 3738: + backgrounds: + - relic description: propulsion ancient relic - AncientRelicPropulsion iconFile: res:/ui/texture/icons/84_64_7.png 3739: @@ -5382,6 +5404,8 @@ - tech3 iconFile: res:/ui/texture/icons/89_128_4.png 3766: + backgrounds: + - relic description: ancient hull relic - AncientRelicHull iconFile: res:/ui/texture/icons/84_64_16.png 3801: @@ -9133,6 +9157,9 @@ - structureTech1 iconFile: res:/ui/texture/icons/127_64_4.png 21599: + backgrounds: + - blueprint + - blueprintCopy description: Structure Rig Cloning iconFile: res:/ui/texture/icons/127_64_5.png 21600: @@ -10018,6 +10045,7 @@ - blueprintCopy description: Assault Damage Control foregrounds: + - abyssal - faction - tech2 iconFile: res:/UI/Texture/Icons/Modules/AssaultDamageControl.png @@ -10164,6 +10192,7 @@ description: Disintegrator Large foregrounds: - faction + - officer - tech2 iconFile: res:/ui/texture/icons/Modules/disintegratorCannonL.png 21922: @@ -10173,6 +10202,7 @@ description: Disintegrator Medium foregrounds: - faction + - officer - tech2 iconFile: res:/ui/texture/icons/Modules/disintegratorCannonM.png 21923: @@ -10182,6 +10212,7 @@ description: Disintegrator Small foregrounds: - faction + - officer - tech2 iconFile: res:/ui/texture/icons/Modules/disintegratorCannonS.png 21924: @@ -10592,3 +10623,161 @@ 22104: description: Inventory Icon Guardians Gala Facial Augmentation Crate iconFile: res:/UI/Texture/Icons/Inventory/FacialAugmentPurple.png +22105: + description: 50130_Female_TopMiddle_TshirtF01_Types_TshirtF01_PWT.png + iconFile: res:/UI/Asset/mannequin/topmiddle/50130_Female_TopMiddle_TshirtF01_Types_TshirtF01_PWT.png +22106: + description: 50131_Male_topMiddle_TshirtM01_Types_TshirtM01_PWT.png + iconFile: res:/UI/Asset/mannequin/topmiddle/50131_Male_topMiddle_TshirtM01_Types_TshirtM01_PWT.png +22107: + description: 50132_Female_hair_HeadWear_Cap_F01_Types_HeadWear_Cap_F01_PWT.png + iconFile: res:/UI/Asset/mannequin/hair/50132_Female_hair_HeadWear_Cap_F01_Types_HeadWear_Cap_F01_PWT.png +22108: + description: 50133_Male_hair_HeadWear_Cap_M01_Types_HeadWear_Cap_M01_PWT.png + iconFile: res:/UI/Asset/mannequin/hair/50133_Male_hair_HeadWear_Cap_M01_Types_HeadWear_Cap_M01_PWT.png +22111: + description: Triglavian Comms Device - Perun + iconFile: res:/ui/texture/icons/inventory/triglavianCommunicator_Perun.png +22112: + description: Triglavian Comms Device - Svarog + iconFile: res:/ui/texture/icons/inventory/triglavianCommunicator_Svarog.png +22114: + description: Triglavian Comms Device - Veles + iconFile: res:/ui/texture/icons/inventory/triglavianCommunicator_Veles.png +22115: + description: 52188_Female_Makeup_Augmentations_Face_Paint_F01_Types_Face_Paint_F01_V31_XVI_FF.png + iconFile: res:/UI/Asset/mannequin/makeup_augmentations/52188_Female_Makeup_Augmentations_Face_Paint_F01_Types_Face_Paint_F01_V31_XVI_FF.png +22116: + description: 52189_Male_Makeup_Augmentations_Face_Paint_M01_Types_Face_Paint_M01_V32_XVI_FF.png + iconFile: res:/UI/Asset/mannequin/makeup_augmentations/52189_Male_Makeup_Augmentations_Face_Paint_M01_Types_Face_Paint_M01_V32_XVI_FF.png +22117: + description: 52198_Female_TopMiddle_TshirtF01_Types_TshirtF01_XVI.png + iconFile: res:/UI/Asset/mannequin/topmiddle/52198_Female_TopMiddle_TshirtF01_Types_TshirtF01_XVI.png +22119: + description: 52200_Male_topMiddle_TshirtM01_Types_TshirtM01_XVI.png + iconFile: res:/UI/Asset/mannequin/topmiddle/52200_Male_topMiddle_TshirtM01_Types_TshirtM01_XVI.png +22120: + description: 52201_Female_hair_HeadWear_Cap_F01_Types_HeadWear_Cap_F01_XVI.png + iconFile: res:/UI/Asset/mannequin/hair/52201_Female_hair_HeadWear_Cap_F01_Types_HeadWear_Cap_F01_XVI.png +22121: + description: 52202_Male_hair_HeadWear_Cap_M01_Types_HeadWear_Cap_M01_XVI.png + iconFile: res:/UI/Asset/mannequin/hair/52202_Male_hair_HeadWear_Cap_M01_Types_HeadWear_Cap_M01_XVI.png +24116: + iconFile: res:/UI/Texture/Icons/Inventory/cratePermabandCap.png +24117: + iconFile: res:/UI/Texture/Icons/Inventory/cratePermabandShirt.png +24118: + iconFile: res:/UI/Texture/Icons/Inventory/crateSilverMonocle.png +24119: + iconFile: res:/UI/Texture/Icons/Inventory/crateXVICap.png +24120: + iconFile: res:/UI/Texture/Icons/Inventory/crateXVIShirt.png +24121: + iconFile: res:/UI/Texture/Icons/Inventory/FacialAugmentXVI.png +24122: + iconFile: res:/UI/Texture/Icons/Inventory/crateApotheosis+SKIN.png +24123: + iconFile: res:/UI/Texture/Icons/Inventory/crateGnosis+SKIN.png +24124: + iconFile: res:/UI/Texture/Icons/Inventory/cratePraxis+SKIN.png +24125: + iconFile: res:/UI/Texture/Icons/Inventory/crateSunesis+SKIN.png +24128: + description: Decayed Assault Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaDecayedAssaultDamageControl.png +24129: + description: Decayed Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaDecayedDamageControl.png +24130: + description: Gravid Assault Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaGravidAssaultDamageControl.png +24131: + description: Gravid Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaGravidDamageControl.png +24132: + description: Unstable Assault Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaUnstableAssaultDamageControl.png +24133: + description: Unstable Damage Control Mutaplasmid + iconFile: res:/UI/Texture/Icons/Modules/mutaUnstableDamageControl.png +24135: + description: Triglavian Faction Logo + iconFile: res:/ui/texture/icons/triglavianCollective.png +24136: + description: Talassonite + iconFile: res:/UI/Texture/Icons/Inventory/Asteroid_Talassonite.png +24137: + description: Triglavian Invention Datacore + iconFile: res:/UI/Texture/Icons/Inventory/IndustryDatacore.png +24138: + description: Radiation Absorption Thruster + iconFile: res:/UI/Texture/Icons/Inventory/Radiation_absorption_thruster.png +24139: + description: Lattice Locked Dekaisogen + iconFile: res:/UI/Texture/Icons/Inventory/Lattice_locked_dekaisogen.png +24140: + description: Singularity Radiation Converter + iconFile: res:/UI/Texture/Icons/Inventory/Singularity_radiation_convertor.png +24141: + description: Trinary State Processor + iconFile: res:/UI/Texture/Icons/Inventory/Trinary_state_processor.png +24142: + description: Zero Point Field Manipulator + iconFile: res:/UI/Texture/Icons/Inventory/Zero_point_field_manipulator.png +24143: + description: Bezdnacine + iconFile: res:/UI/Texture/Icons/Inventory/Asteroid_Bezdnacine.png +24144: + description: Rakovene + iconFile: res:/UI/Texture/Icons/Inventory/Asteroid_Rakovene.png +24146: + description: Meta Group - Faction + iconFile: res:/UI/Texture/Icons/73_16_246.png +24147: + description: Meta Group - Storyline + iconFile: res:/UI/Texture/Icons/73_16_245.png +24148: + description: Meta Group - Deadspace + iconFile: res:/UI/Texture/Icons/73_16_247.png +24149: + description: Meta Group - Officer + iconFile: res:/UI/Texture/Icons/73_16_248.png +24150: + description: Meta Group - Tech2 + iconFile: res:/UI/Texture/Icons/73_16_242.png +24151: + description: Meta Group - Tech3 + iconFile: res:/UI/Texture/Icons/73_16_243.png +24152: + description: Meta Group - Abyssal + iconFile: res:/UI/Texture/Icons/ItemOverlay/abyssal.png +24153: + description: Meta Group - Premium + iconFile: res:/UI/Texture/Icons/ItemOverlay/nes.png +24154: + description: Meta Group - Limited Time + iconFile: res:/UI/Texture/Icons/ItemOverlay/timeLimited.png +24155: + description: Meta Group - Faction (Structure) + iconFile: res:/UI/Texture/Shared/structureOverlayFaction.png +24156: + description: Meta Group - Tech2 (Structure) + iconFile: res:/UI/Texture/Shared/structureOverlayT2.png +24158: + description: 25k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/25k.png +24159: + description: 50k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/50k.png +24160: + description: 100k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/100k.png +24161: + description: 150k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/150k.png +24162: + description: 250k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/250k.png +24163: + description: 500k Skill Point Item + iconFile: res:/UI/Texture/Icons/SkillPoints/500k.png