From c9f37457abde250dd907207aeeafa5684c7bf90b Mon Sep 17 00:00:00 2001 From: Neugeniko Date: Wed, 28 Oct 2020 20:39:35 +1100 Subject: [PATCH] Add new invasion damage profiles for drifters, rogue drones and sleepers. --- eos/saveddata/damagePattern.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eos/saveddata/damagePattern.py b/eos/saveddata/damagePattern.py index beef2b6aa..371a3f725 100644 --- a/eos/saveddata/damagePattern.py +++ b/eos/saveddata/damagePattern.py @@ -155,7 +155,10 @@ BUILTINS = OrderedDict([ (-103, (_c(_t('NPC')) + _c(_t('Mission')) + _t('Mordus Legion'), 25, 262, 625, 0)), (-104, (_c(_t('NPC')) + _c(_t('Mission')) + _t('Thukker'), 0, 52, 10, 79)), (-105, (_c(_t('NPC')) + _t('Sansha Incursion'), 1682, 1347, 3678, 3678)), - (-106, (_c(_t('NPC')) + _t('Sleepers'), 1472, 1472, 1384, 1384))]) + (-106, (_c(_t('NPC')) + _t('Sleepers'), 1472, 1472, 1384, 1384)), + (-107, (_c(_t('NPC')) + _c(_t('Invasion')) + _t('Drifter Entities'), 250, 250, 250, 250)), + (-108, (_c(_t('NPC')) + _c(_t('Invasion')) + _t('Rogue Drone Entities'), 250, 250, 250, 250)), + (-109, (_c(_t('NPC')) + _c(_t('Invasion')) + _t('Sleeper Entities'), 265, 265, 235, 235))]) class DamagePattern: