Update database and implement ship effects, also make pyfa to show final damage value for disintegrators after ramp-up time is complete

(if you don't want me to commit here just write phoenix@mail.ru, i have no way to communicate with you otherwise)
This commit is contained in:
DarkPhoenix
2018-04-24 19:13:30 +03:00
parent 7c376c93a2
commit a8b1f38e84
43 changed files with 151 additions and 29 deletions

View File

@@ -101,7 +101,7 @@ class Miscellanea(ViewColumn):
return text, tooltip
pass
elif itemGroup in ("Energy Weapon", "Hybrid Weapon", "Projectile Weapon", "Combat Drone", "Fighter Drone"):
elif itemGroup in ("Energy Weapon", "Hybrid Weapon", "Projectile Weapon", "Precursor Turret", "Combat Drone", "Fighter Drone"):
trackingSpeed = stuff.getModifiedItemAttr("trackingSpeed")
if not trackingSpeed:
return "", None