Update effect headers

This commit is contained in:
blitzman
2016-11-20 15:37:55 -05:00
parent eae4bb75e5
commit e03d3278a0
107 changed files with 255 additions and 136 deletions

View File

@@ -1,7 +1,9 @@
# ammoInfluenceCapNeed
#
# Used by:
# Items from category: Charge (465 of 884)
# Items from category: Charge (465 of 899)
# Charges from group: Frequency Crystal (185 of 185)
# Charges from group: Hybrid Charge (209 of 209)
type = "passive"

View File

@@ -1,7 +1,7 @@
# ammoInfluenceRange
#
# Used by:
# Items from category: Charge (571 of 884)
# Items from category: Charge (571 of 899)
type = "passive"

View File

@@ -1,3 +1,7 @@
# armoredCommandDurationBonus
#
# Used by:
# Skill: Armored Command
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,9 @@
# armoredCommandMindlink
#
# Used by:
# Implant: Armored Command Mindlink
# Implant: Federation Navy Command Mindlink
# Implant: Imperial Navy Command Mindlink
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill("Armored Command"), "warfareBuff2Value", src.getModifiedItemAttr("mindlinkBonus"))

View File

@@ -1,3 +1,7 @@
# armoredCommandStrengthBonus
#
# Used by:
# Skill: Armored Command Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,9 +1,4 @@
# armorWarfareArmorHpReplacer
#
# Used by:
# Implant: Armored Command Mindlink
# Implant: Federation Navy Warfare Mindlink
# Implant: Imperial Navy Warfare Mindlink
# Not used by any item
type = "gang", "active"
gangBonus = "armorHpBonus2"
gangBoost = "armorHP"

View File

@@ -1,7 +1,7 @@
# boosterArmorHpPenalty
#
# Used by:
# Implants from group: Booster (12 of 45)
# Implants from group: Booster (12 of 47)
type = "boosterSideEffect"

View File

@@ -1,7 +1,7 @@
# boosterMaxVelocityPenalty
#
# Used by:
# Implants from group: Booster (12 of 45)
# Implants from group: Booster (12 of 47)
type = "boosterSideEffect"

View File

@@ -1,7 +1,7 @@
# boosterShieldCapacityPenalty
#
# Used by:
# Implants from group: Booster (12 of 45)
# Implants from group: Booster (12 of 47)
type = "boosterSideEffect"

View File

@@ -4,7 +4,7 @@
# Modules from group: Capacitor Flux Coil (6 of 6)
# Modules from group: Capacitor Power Relay (20 of 20)
# Modules from group: Power Diagnostic System (23 of 23)
# Modules from group: Propulsion Module (127 of 127)
# Modules from group: Propulsion Module (65 of 127)
# Modules from group: Reactor Control Unit (22 of 22)
type = "passive"

View File

@@ -1,7 +1,7 @@
# cargoCapacityMultiply
# cargoAndOreHoldCapacityBonusICS1
#
# Used by:
# Orca
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"

View File

@@ -1,4 +1,11 @@
# We should probably have something a little less hacky in place, but time is money!
# chargeBonusWarfareCharge
#
# Used by:
# Charges from group: Armor Command Burst Charges (3 of 3)
# Charges from group: Information Command Burst Charges (3 of 3)
# Charges from group: Mining Foreman Burst Charges (3 of 3)
# Charges from group: Shield Command Burst Charges (3 of 3)
# Charges from group: Skirmish Command Burst Charges (3 of 3)
'''

View File

@@ -1,3 +1,9 @@
# commandBurstAoEBonus
#
# Used by:
# Skill: Fleet Command
# Skill: Leadership
# Skill: Wing Command
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),

View File

@@ -1,3 +1,15 @@
# commandBurstAoERoleBonus
#
# Used by:
# Ships from group: Carrier (4 of 4)
# Ships from group: Combat Battlecruiser (13 of 13)
# Ships from group: Command Ship (8 of 8)
# Ships from group: Force Auxiliary (4 of 4)
# Ships from group: Supercarrier (6 of 6)
# Ships from group: Titan (5 of 5)
# Subsystems named like: Defensive Warfare Processor (4 of 4)
# Ship: Orca
# Ship: Rorqual
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "maxRange", src.getModifiedItemAttr("roleBonusCommandBurstAoERange"), stackingPenalties=True)

View File

@@ -1,3 +1,7 @@
# commandBurstReloadTimeBonus
#
# Used by:
# Skill: Command Burst Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,7 @@
# commandProcessorEffect
#
# Used by:
# Modules named like: Command Processor I (4 of 4)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Leadership"), "maxGroupActive", src.getModifiedItemAttr("maxGangModules"))

View File

@@ -2,7 +2,7 @@
#
# Used by:
# Ships from group: Command Ship (8 of 8)
# Ship: Orca
# Ships from group: Industrial Command Ship (2 of 2)
# Ship: Rorqual
type = "passive"

View File

@@ -3,7 +3,7 @@
# Used by:
# Ships from group: Black Ops (4 of 4)
# Ships from group: Blockade Runner (4 of 4)
# Ships from group: Covert Ops (5 of 5)
# Ships from group: Covert Ops (6 of 6)
# Ships from group: Expedition Frigate (2 of 2)
# Ships from group: Force Recon Ship (6 of 6)
# Ships from group: Stealth Bomber (4 of 4)

View File

@@ -1,7 +1,7 @@
# covertOpsCloakCpuPercentBonus1
#
# Used by:
# Ships from group: Covert Ops (5 of 5)
# Ships from group: Covert Ops (5 of 6)
type = "passive"
runTime = "early"

View File

@@ -3,9 +3,11 @@
# Used by:
# Ships from group: Black Ops (4 of 4)
# Ships from group: Stealth Bomber (4 of 4)
# Ship: Caedes
# Ship: Chremoas
# Ship: Endurance
# Ship: Etana
# Ship: Rabisu
type = "passive"

View File

@@ -1,7 +1,7 @@
# droneArmorDamageBonusEffect
#
# Used by:
# Ships from group: Logistics (5 of 5)
# Ships from group: Logistics (5 of 6)
# Ship: Exequror
# Ship: Scythe
type = "passive"

View File

@@ -1,8 +1,7 @@
# droneDmgBonus
#
# Used by:
# Skills from group: Drones (8 of 23)
# Skills named like: Drone Specialization (4 of 4)
# Skills from group: Drones (8 of 26)
type = "passive"

View File

@@ -1,7 +1,7 @@
# droneHullRepairBonusEffect
#
# Used by:
# Ships from group: Logistics (5 of 5)
# Ships from group: Logistics (5 of 6)
# Ship: Exequror
# Ship: Scythe
type = "passive"

View File

@@ -1,7 +1,7 @@
# droneShieldBonusBonusEffect
#
# Used by:
# Ships from group: Logistics (5 of 5)
# Ships from group: Logistics (5 of 6)
# Ship: Exequror
# Ship: Scythe
type = "passive"

View File

@@ -1,8 +1,4 @@
# eliteBonusCommandDestroyerInfoHidden1
#
# Used by:
# Ship: Pontifex
# Ship: Stork
# Not used by any item
type = "passive"

View File

@@ -1,4 +1,4 @@
# eliteBonusCommandDestroyerSiege1
# eliteBonusCommandDestroyerShield1
#
# Used by:
# Ship: Bifrost

View File

@@ -1,7 +1,4 @@
# eliteBonusCommandShipInformationHiddenCS3
#
# Used by:
# Ships from group: Command Ship (4 of 8)
# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Command Specialist"),

View File

@@ -1,7 +1,7 @@
# eliteBonusCoverOpsScanProbeStrength2
#
# Used by:
# Ships from group: Covert Ops (5 of 5)
# Ships from group: Covert Ops (6 of 6)
type = "passive"

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Ship: Guardian
# Ship: Rabisu
type = "passive"

View File

@@ -1,7 +1,4 @@
# flagshipmultiRelayEffect
#
# Used by:
# Module: Command Processor I
# Not used by any item
type = "passive"

View File

@@ -1,3 +1,8 @@
# iceHarvestingDroneOperationDurationBonus
#
# Used by:
# Modules named like: Drone Mining Augmentor (8 of 8)
# Skill: Ice Harvesting Drone Operation
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Ice Harvesting Drone Operation"), "duration", src.getModifiedItemAttr("rofBonus"))

View File

@@ -1,7 +1,14 @@
# Drone damage bonus
# industrialBonusDroneDamage
#
# Used by:
# Orca
# Ships from group: Blockade Runner (4 of 4)
# Ships from group: Deep Space Transport (4 of 4)
# Ships from group: Exhumer (3 of 3)
# Ships from group: Industrial (17 of 17)
# Ships from group: Industrial Command Ship (2 of 2)
# Ships from group: Mining Barge (3 of 3)
# Variations of ship: Venture (3 of 3)
# Ship: Rorqual
type = "passive"
def handler(fit, src, context):

View File

@@ -1,7 +1,7 @@
# industrialCoreEffect2
#
# Used by:
# Module: Industrial Core I
# Variations of module: Industrial Core I (2 of 2)
type = "active"
runTime = "early"

View File

@@ -1,3 +1,7 @@
# informationCommandDurationBonus
#
# Used by:
# Skill: Information Command
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,9 @@
# informationCommandMindlink
#
# Used by:
# Implant: Caldari Navy Command Mindlink
# Implant: Imperial Navy Command Mindlink
# Implant: Information Command Mindlink
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill("Information Command"), "warfareBuff4Value", src.getModifiedItemAttr("mindlinkBonus"))

View File

@@ -1,3 +1,7 @@
# informationCommandStrengthBonus
#
# Used by:
# Skill: Information Command Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,9 +1,4 @@
# informationWarfareMaxTargetRangeBonus
#
# Used by:
# Implant: Caldari Navy Warfare Mindlink
# Implant: Imperial Navy Warfare Mindlink
# Implant: Information Warfare Mindlink
# Not used by any item
type = "gang"
gangBoost = "maxTargetRange"
gangBonus = "maxTargetRangeBonus"

View File

@@ -1,9 +1,4 @@
# informationWarfareMindlinkHidden
#
# Used by:
# Implant: Caldari Navy Warfare Mindlink
# Implant: Imperial Navy Warfare Mindlink
# Implant: Information Warfare Mindlink
# Not used by any item
type = "passive"

View File

@@ -1,7 +1,7 @@
# minigameVirusStrengthBonus
#
# Used by:
# Ships from group: Covert Ops (5 of 5)
# Ships from group: Covert Ops (6 of 6)
# Ships named like: Stratios (2 of 2)
# Subsystems named like: Electronics Emergent Locus Analyzer (4 of 4)
# Ship: Astero

View File

@@ -1,7 +1,7 @@
# miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar
# mining
#
# Used by:
# Mining Drones
# Drones from group: Mining Drone (10 of 10)
type = "passive"
grouped = True

View File

@@ -1,7 +1,4 @@
# miningDirectorBonusCommandBonusEffective
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -1,3 +1,7 @@
# miningDroneSpecBonus
#
# Used by:
# Skill: Mining Drone Specialization
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,7 +1,7 @@
# Mining Command Boost
# miningForemanBurstBonusICS2
#
# Used by:
# Orca
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"

View File

@@ -1,7 +1,7 @@
# Mining Command Boost
# miningForemanBurstBonusORECapital2
#
# Used by:
# Orca
# Ship: Rorqual
type = "passive"

View File

@@ -1,3 +1,7 @@
# miningForemanDurationBonus
#
# Used by:
# Skill: Mining Foreman
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,8 @@
# miningForemanMindlink
#
# Used by:
# Implant: Mining Foreman Mindlink
# Implant: ORE Mining Director Mindlink
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill("Mining Foreman"), "warfareBuff4Value", src.getModifiedItemAttr("mindlinkBonus"))

View File

@@ -1,3 +1,7 @@
# miningForemanStrengthBonus
#
# Used by:
# Skill: Mining Director
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,7 +1,7 @@
# modeVelocityPostDiv
#
# Used by:
# Modules named like: Propulsion Mode (3 of 4)
# Module: Jackdaw Propulsion Mode
type = "passive"

View File

@@ -1,3 +1,7 @@
# moduleBonusAfterburner
#
# Used by:
# Modules from group: Propulsion Module (62 of 127)
type = "active"
runTime = "late"

View File

@@ -1,3 +1,7 @@
# moduleBonusMicrowarpdrive
#
# Used by:
# Modules from group: Propulsion Module (65 of 127)
type = "active"
runTime = "late"

View File

@@ -1,3 +1,7 @@
# moduleBonusWarfareLinkArmor
#
# Used by:
# Variations of module: Armor Command Burst I (2 of 2)
type = "active"
def handler(fit, module, context):
pass

View File

@@ -1,3 +1,7 @@
# moduleBonusWarfareLinkInfo
#
# Used by:
# Variations of module: Information Command Burst I (2 of 2)
type = "active"
def handler(fit, module, context):
pass

View File

@@ -1,3 +1,7 @@
# moduleBonusWarfareLinkShield
#
# Used by:
# Variations of module: Shield Command Burst I (2 of 2)
type = "active"
def handler(fit, module, context):
pass

View File

@@ -1,3 +1,7 @@
# moduleBonusWarfareLinkSkirmish
#
# Used by:
# Variations of module: Skirmish Command Burst I (2 of 2)
type = "active"
def handler(fit, module, context):
pass

View File

@@ -1,3 +1,7 @@
# moduleTitanEffectGenerator
#
# Used by:
# Modules from group: Titan Phenomena Generator (4 of 4)
type = "active", "gang"
def handler(fit, module, context, **kwargs):

View File

@@ -1,7 +1,4 @@
# oreCapitalShipShieldTransferFalloff
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -1,7 +1,4 @@
# oreCapitalShipShieldTransferRange
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -2,7 +2,7 @@
#
# Used by:
# Modules from group: Missile Launcher Torpedo (22 of 22)
# Items from market group: Ship Equipment > Turrets & Bays (428 of 848)
# Items from market group: Ship Equipment > Turrets & Bays (428 of 853)
# Module: Interdiction Sphere Launcher I
type = "overheat"

View File

@@ -1,8 +1,7 @@
# remoteArmorPowerNeedBonusEffect
#
# Used by:
# Ship: Guardian
# Ship: Oneiros
# Ships from group: Logistics (3 of 6)
type = "passive"

View File

@@ -1,7 +1,7 @@
# remoteCapacitorTransmitterPowerNeedBonusEffect
#
# Used by:
# Ships from group: Logistics (3 of 5)
# Ships from group: Logistics (3 of 6)
type = "passive"

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Ships from group: Command Destroyer (4 of 4)
# Ship: Porpoise
type = "passive"

View File

@@ -1,8 +1,8 @@
# setBonusAsklepian
#
# Used by:
# Implants named like: Asklepian Omega (3 of 3)
# Implants named like: Grade Asklepian (16 of 16)
# Implants named like: grade Asklepian Omega (2 of 2)
runTime = "early"
type = "passive"

View File

@@ -1,3 +1,7 @@
# shieldCommandBurstBonusICS3
#
# Used by:
# Ship: Orca
type = "passive"

View File

@@ -1,3 +1,7 @@
# shieldCommandBurstBonusORECapital3
#
# Used by:
# Ship: Rorqual
type = "passive"

View File

@@ -1,3 +1,7 @@
# shieldCommandDurationBonus
#
# Used by:
# Skill: Shield Command
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,7 @@
# shieldCommandMindlink
#
# Used by:
# Implants from group: Cyber Leadership (4 of 10)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill("Shield Command"), "warfareBuff4Value", src.getModifiedItemAttr("mindlinkBonus"))

View File

@@ -1,3 +1,7 @@
# shieldCommandStrengthBonus
#
# Used by:
# Skill: Shield Command Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,7 +1,7 @@
# shieldTransportCpuNeedBonusEffect
#
# Used by:
# Ships from group: Logistics (3 of 5)
# Ships from group: Logistics (3 of 6)
type = "passive"

View File

@@ -1,7 +1,9 @@
# shieldTransporterMaxRangeBonus
#
# Used by:
# Ships from group: Industrial Command Ship (2 of 2)
# Ship: Osprey
# Ship: Rorqual
# Ship: Scythe
type = "passive"

View File

@@ -3,7 +3,7 @@
# Used by:
# Ships from group: Dreadnought (5 of 5)
# Ships from group: Titan (5 of 5)
# Items from market group: Ships > Capital Ships (32 of 33)
# Items from market group: Ships > Capital Ships (32 of 32)
type = "passive"

View File

@@ -1,8 +1,8 @@
# shipBonusDroneDamageMultiplierRookie
#
# Used by:
# Variations of ship: Procurer (2 of 2)
# Ship: Gnosis
# Ship: Sunesis
# Ship: Taipan
# Ship: Velator
type = "passive"

View File

@@ -3,6 +3,7 @@
# Used by:
# Variations of ship: Procurer (2 of 2)
# Ship: Gnosis
# Ship: Sunesis
# Ship: Taipan
# Ship: Velator
type = "passive"

View File

@@ -1,7 +1,7 @@
# Drone hitpoints, damage, and mining yield
# shipBonusDroneHPDamageMiningICS4
#
# Used by:
# Orca
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"

View File

@@ -1,7 +1,7 @@
# Drone hitpoints, damage, and mining yield
# shipBonusDroneHPDamageMiningORECapital4
#
# Used by:
# Orca
# Ship: Rorqual
type = "passive"

View File

@@ -1,7 +1,7 @@
# Ice Harvesting Drone Duration
# shipBonusDroneIceHarvestingICS5
#
# Used by:
# Orca
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"

View File

@@ -1,7 +1,7 @@
# Ice Harvesting Drone Duration
# shipBonusDroneIceHarvestingORECapital5
#
# Used by:
# Orca
# Ship: Rorqual
type = "passive"

View File

@@ -1,7 +1,7 @@
# Ice Harvesting Drone Duration
# shipBonusDroneIceHarvestingRole
#
# Used by:
# Orca
# Ship: Orca
type = "passive"

View File

@@ -1,7 +1,7 @@
# Drone hitpoints, damage, and mining yield
# shipBonusDroneMiningAmountRole
#
# Used by:
# Orca
# Ships from group: Industrial Command Ship (2 of 2)
type = "passive"

View File

@@ -1,7 +1,4 @@
# shipBonusORECapShipDroneArmorHPAndShieldHPAndHpBonus
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -1,7 +1,4 @@
# shipBonusORECapShipDroneDmgBonus
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -3,6 +3,7 @@
# Used by:
# Ship: Chremoas
# Ship: Dramiel
# Ship: Sunesis
# Ship: Svipul
type = "passive"

View File

@@ -3,6 +3,7 @@
# Used by:
# Ship: Daredevil
# Ship: Hecate
# Ship: Sunesis
type = "passive"

View File

@@ -1,10 +1,12 @@
# shipBonusSmallEnergyTurretDamagePirateFaction
#
# Used by:
# Ship: Caedes
# Ship: Confessor
# Ship: Cruor
# Ship: Imp
# Ship: Succubus
# Ship: Sunesis
type = "passive"

View File

@@ -1,6 +1,7 @@
# shipBonusStasisMF2
#
# Used by:
# Ship: Caedes
# Ship: Cruor
# Ship: Freki
type = "passive"

View File

@@ -1,7 +1,7 @@
# shipBonusSurveyProbeExplosionDelaySkillSurveyCovertOps3
#
# Used by:
# Ships from group: Covert Ops (4 of 5)
# Ships from group: Covert Ops (4 of 6)
type = "passive"

View File

@@ -1,7 +1,4 @@
# shipCommandBonusEffectiveMultiplierOreCapital2
#
# Used by:
# Ship: Rorqual
# Not used by any item
type = "passive"

View File

@@ -1,6 +1,7 @@
# shipEnergyDrainAmountAF1
#
# Used by:
# Ship: Caedes
# Ship: Cruor
# Ship: Sentinel
type = "passive"

View File

@@ -1,6 +1,7 @@
# shipEnergyNeutralizerTransferAmountBonusAF
#
# Used by:
# Ship: Caedes
# Ship: Cruor
# Ship: Sentinel
type = "passive"

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Ship: Ashimmu
# Ship: Rabisu
# Ship: Vangel
type = "passive"

View File

@@ -1,7 +1,4 @@
# shipModeScanResPostDiv
#
# Used by:
# Modules named like: Sharpshooter Mode (4 of 4)
# Not used by any item
type = "passive"

View File

@@ -4,6 +4,7 @@
# Ships named like: Stratios (2 of 2)
# Ship: Astero
# Ship: Gnosis
# Ship: Sunesis
type = "passive"

View File

@@ -2,6 +2,7 @@
#
# Used by:
# Ship: Jackdaw
# Ship: Sunesis
type = "passive"

View File

@@ -1,9 +1,4 @@
# siegeWarfareShieldCapacityBonusReplacer
#
# Used by:
# Implant: Caldari Navy Warfare Mindlink
# Implant: Republic Fleet Warfare Mindlink
# Implant: Siege Warfare Mindlink
# Not used by any item
type = "gang"
gangBoost = "shieldCapacity"
gangBonus = "shieldCapacityBonus"

View File

@@ -1,3 +1,7 @@
# skirmishCommandDurationBonus
#
# Used by:
# Skill: Skirmish Command
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,9 @@
# skirmishCommandMindlink
#
# Used by:
# Implant: Federation Navy Command Mindlink
# Implant: Republic Fleet Command Mindlink
# Implant: Skirmish Command Mindlink
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill("Skirmish Command"), "warfareBuff3Value", src.getModifiedItemAttr("mindlinkBonus"))

View File

@@ -1,3 +1,7 @@
# skirmishCommandStrengthBonus
#
# Used by:
# Skill: Skirmish Command Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,9 +1,4 @@
# skirmishWarfareAgilityBonusReplacer
#
# Used by:
# Implant: Federation Navy Warfare Mindlink
# Implant: Republic Fleet Warfare Mindlink
# Implant: Skirmish Warfare Mindlink
# Not used by any item
type = "gang"
gangBoost = "agility"
gangBonus = "agilityBonus"

View File

@@ -1,3 +1,7 @@
# spatialPhenomenaGenerationDurationBonus
#
# Used by:
# Skill: Spatial Phenomena Generation
type = "passive"
def handler(fit, src, context):
lvl = src.level

View File

@@ -1,3 +1,4 @@
# Not used by any item
from eos.types import State
# Not used by any item

View File

@@ -1,7 +1,4 @@
# subSystemBonusAmarrDefensiveInformationWarfareHidden
#
# Used by:
# Subsystem: Legion Defensive - Warfare Processor
# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Command Specialist"),

Some files were not shown because too many files have changed in this diff Show More