VenturePlanSoDMissions
VenturePlanSoDMissions copied to clipboard
Mission failed: Unexpected Delays
Enemies used abilities #333 #334 #335. Don't know which one is broken. Hope this helps. VenturePlanSoDMissions.txt
It's 333. It should be plusDamageDealtATK
, not modDamageDealt
.
Unexpected Delays.txt Still fails on that mission.
I forgot to check the encounters too...
P.O.S.T Worker has a role of 4
(Heal/Support), so VP sets the auto attack spellID
to 15
, but it should be 11
. You need a new entry in overrideAA
for missionID
2305
and slot
6
to 8
(key format is 4+2*slot+32*missionID
).
Defective Sorter has a role of 3
(Ranged (Magic)), so VP sets the auto attack spellID
to 15
, but it should be 11
. You need a new entry in overrideAA
for missionID
2305
and slot
10
to 12
(key format is 4+2*slot+32*missionID
).