From 181170d7b0e096ef0f7bd653f11a3727c0ddb64c Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 25 Nov 2021 17:11:12 +0300 Subject: [PATCH] Add new industrial effects --- eos/effects.py | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/eos/effects.py b/eos/effects.py index 3a7be686a..3a90e0cdd 100644 --- a/eos/effects.py +++ b/eos/effects.py @@ -37190,6 +37190,23 @@ class Effect8158(BaseEffect): booster.getModifiedItemAttr('stabilizeCloakDurationBonus'), **kwargs) +class Effect8199(BaseEffect): + """ + gallenteIndustrialBonusIceHoldCapacity + + Used by: + Ship: Kryos + """ + + type = 'passive' + + @staticmethod + def handler(fit, ship, context, projectionRange, **kwargs): + fit.ship.boostItemAttr( + 'specialIceHoldCapacity', ship.getModifiedItemAttr('gallenteIndustrialBonusIceHoldCapacity'), + skill='Gallente Industrial', **kwargs) + + class Effect8208(BaseEffect): """ shipRoleBonusScanProbeStrength @@ -37404,6 +37421,23 @@ class Effect8272(BaseEffect): skill='Industrial Command Ships', **kwargs) +class Effect8275(BaseEffect): + """ + minmatarIndustrialBonusGasHoldCapacity + + Used by: + Ship: Hoarder + """ + + type = 'passive' + + @staticmethod + def handler(fit, ship, context, projectionRange, **kwargs): + fit.ship.boostItemAttr( + 'specialGasHoldCapacity', ship.getModifiedItemAttr('minmatarIndustrialBonusGasHoldCapacity'), + skill='Minmatar Industrial', **kwargs) + + class Effect8278(BaseEffect): """ industrialCommandBonusOreHoldCapacity