(fit, ship, context, projectionRange, **kwargs)
| 15029 | |
| 15030 | @staticmethod |
| 15031 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15032 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 15033 | 'falloff', ship.getModifiedItemAttr('shipBonusGB'), skill='Gallente Battleship', **kwargs) |
| 15034 | |
| 15035 | |
| 15036 | class Effect4485(BaseEffect): |
nothing calls this directly
no test coverage detected