(fit, beacon, context, projectionRange, **kwargs)
| 50 | |
| 51 | @staticmethod |
| 52 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 53 | if id := beacon.getModifiedItemAttr('warfareBuff1ID'): |
| 54 | value = beacon.getModifiedItemAttr('warfareBuff1Value') |
| 55 | if id: |
| 56 | fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early') |
| 57 | |
| 58 | |
| 59 | class Effect100001(BaseEffect): |
nothing calls this directly
no test coverage detected