Update effect list

This commit is contained in:
DarkPhoenix
2020-10-27 13:25:47 +03:00
parent 50b8c3fc61
commit 7de7a17bae
2 changed files with 7 additions and 6 deletions

View File

@@ -1784,7 +1784,7 @@ class Effect596(BaseEffect):
ammoInfluenceRange
Used by:
Items from category: Charge (608 of 974)
Items from category: Charge (608 of 975)
"""
type = 'passive'
@@ -1799,10 +1799,11 @@ class Effect598(BaseEffect):
ammoSpeedMultiplier
Used by:
Charges from group: Festival Charges (29 of 29)
Charges from group: Interdiction Probe (3 of 3)
Charges from group: Festival Charges (30 of 30)
Charges from group: Interdiction Probe (2 of 2)
Charges from group: Structure Festival Charges (2 of 2)
Special Edition Assetss from group: Festival Charges Expired (4 of 4)
Charge: Stasis Webification Probe
"""
type = 'passive'
@@ -2371,7 +2372,7 @@ class Effect804(BaseEffect):
ammoInfluenceCapNeed
Used by:
Items from category: Charge (514 of 974)
Items from category: Charge (514 of 975)
"""
type = 'passive'

View File

@@ -162,9 +162,9 @@ QUERY_MARKETGROUPID_PARENTGROUPID = 'SELECT parentGroupID FROM \
invmarketgroups WHERE marketGroupID = ? LIMIT 1'
QUERY_EFFECTID_TYPEID = 'SELECT typeID FROM dgmtypeeffects WHERE effectID = ?'
# Queries for printing
QUERY_GROUPID_GROUPNAME = 'SELECT groupName FROM invgroups WHERE groupID = ? \
QUERY_GROUPID_GROUPNAME = 'SELECT name FROM invgroups WHERE groupID = ? \
LIMIT 1'
QUERY_CATEGORYID_CATEGORYNAME = 'SELECT categoryName FROM invcategories \
QUERY_CATEGORYID_CATEGORYNAME = 'SELECT name FROM invcategories \
WHERE categoryID = ? LIMIT 1'
QUERY_MARKETGROUPID_MARKETGROUPNAME = 'SELECT marketGroupName FROM \
invmarketgroups WHERE marketGroupID = ? LIMIT 1'