(fit, ship, context, projectionRange, **kwargs)
| 36208 | |
| 36209 | @staticmethod |
| 36210 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36211 | fit.modules.filteredItemBoost( |
| 36212 | lambda mod: mod.item.requiresSkill('Large Vorton Projector'), 'damageMultiplier', |
| 36213 | ship.getModifiedItemAttr('shipBonusUB1'), skill='EDENCOM Battleship', **kwargs) |
| 36214 | |
| 36215 | |
| 36216 | class Effect8056(BaseEffect): |
nothing calls this directly
no test coverage detected