Files
pyfa/eos/effects/skillbonusfighterhangarmanagement.py
2016-09-28 00:20:30 -04:00

9 lines
261 B
Python

# skillBonusFighterHangarManagement
#
# Used by:
# Skill: Fighter Hangar Management
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.boostItemAttr("fighterCapacity", src.getModifiedItemAttr("skillBonusFighterHangarSize") * lvl)