Daniel Upstone
Daniel Upstone
9.2 changes
9.2 only needs some new spells. - 25 new enemy spells across multiple new missions: ```lua [350]={type="nuke", damageATK=25, target="cleave"}, [351]={type="nuke", damageATK=75, target=1, firstTurn=4}, [352]={type="nop"}, [353]={type="nop"}, [354]={type="nuke", damageATK=400, target="enemy-front", firstTurn=5}, [355]={type="passive",...
9.1.5 needs a small amount of changes to VP. Spells: - `125`'s (_Deranged Gouge_ for _Possessed Scavenger_ encounters) second effect's target has changed from none to `"random-enemy"`, so it now...
To help with troubleshooting, this addon probably needs an easy way to output mission logs, so here's something basic you can use and build upon: Modify: VenturePlanSoDMissions.toc ``` ## SavedVariables:...