Files
pyfa/eos/effects/skillbonusfighterhangermanagement.py
2016-04-28 00:38:49 -04:00

9 lines
261 B
Python

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