MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / hardcodeSuppressionTackleRange

Function hardcodeSuppressionTackleRange

db_update.py:682–690  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

680 item.effects[effectName] = effect
681
682 def hardcodeSuppressionTackleRange():
683 beaconTypeID = 79839
684 attrMap = {
685 'warfareBuff1ID': 2405,
686 'warfareBuff1Value': 10}
687 effectMap = {100000: 'pyfaCustomSuppressionTackleRange'}
688 _hardcodeAttribs(beaconTypeID, attrMap)
689 _hardcodeEffects(beaconTypeID, effectMap)
690 eos.db.gamedata_session.flush()
691
692 def hardcodeSovUpgradeBuffs():
693 typeBuffMap = {

Callers 1

update_dbFunction · 0.85

Calls 3

_hardcodeAttribsFunction · 0.85
_hardcodeEffectsFunction · 0.85
flushMethod · 0.80

Tested by

no test coverage detected