* update database file to SISI 1202899 * Effect and group renaming * Add civilian modules (#1308) * Add new effects * update effect headers * update database to tq - lifeblood (1203953) * Update renders * Update icons * bump version * fix tox errors * change up tox config to ignore E722 * more tox ignores * Try disabling tests for now. Rifter stats changed, causing breakage. This is why we need properly mocked data, not crap straight from the database. * Try this * more testing * Fuck it, disable branch protection until I can evaluate the test failures and what needs to be done to get them back on the path
13 lines
455 B
Python
13 lines
455 B
Python
# miningInfoMultiplier
|
|
#
|
|
# Used by:
|
|
# Charges from group: Mining Crystal (40 of 40)
|
|
# Charges named like: Mining Crystal (42 of 42)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.multiplyItemAttr("specialtyMiningAmount",
|
|
module.getModifiedChargeAttr("specialisationAsteroidYieldMultiplier"))
|
|
# module.multiplyItemAttr("miningAmount", module.getModifiedChargeAttr("specialisationAsteroidYieldMultiplier"))
|