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