Daniel Upstone

Results 45 comments of Daniel Upstone

They would need entries in `overrideAA` for `missionID` `2304` with `slot` `5` to `12`.

It's 333. It should be `plusDamageDealtATK`, not `modDamageDealt`.

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...

Adding to this, for follower entries: - Remove `[209]=0` - it's not needed anymore - Remove `[409]=1` - it's not needed anymore - Add `[1237]=0` - Ella - Add `[1257]=0`...

For **9.1.5** (assuming no further changes): - Remove `[73784]=0` - it's not needed anymore - Remove `[73786]=0` - it's not needed anymore - Remove `[73788]=0` - it's not needed anymore

As noted in https://github.com/hythloday/VenturePlanSoDMissions/issues/17#issuecomment-894707406, `spellID` `107` needs updating to be `target=0` for both effects, `damageATK=150` for the first effect, and `plusDamageTakenATK=50` for the second.

You're right, I managed to misread and the wrong value in my data twice. 🤦‍♂️ It is `150` for the first effect (edited comments to fix).

`T.MoreSpells` afaik.

Ah, I forgot I had to modify VP for those 2 special cases. Simulations showed these auras with no duration are never cast, so I've replaced them with nop for...

Almost certainly. I noticed it, but didn't look into resolving it at the time or since, as it's a one off so far.