Files
pyfa/eos/effects/implantvelocitybonus2.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

5 lines
207 B
Python
Executable File

# Used by:
# Implant: Republic Special Ops Field Enhancer - Gamma
type = "passive"
def handler(fit, implant, context):
fit.ship.boostItemAttr("maxVelocity", implant.getModifiedItemAttr("velocityBonus2"))