Git Product home page Git Product logo

ventureplansodmissions's Introduction

Addon sites

#ActiBlizzWalkout

Full support and solidarity for the workers at Blizzard.

I stand in solidarity with the workers of Activision Blizzard King and their demands

If you email me proof of a donation to any of their nominated charities (Black Girls CODE, Futures without Violence, Girls Who Code, RAINN, Women in Animation, Women in Games International) I'll match it.

Legal stuff

VenturePlan does not expose any of its data to other addons, so to have this addon work, you will need to change it to do so. Note that VenturePlan does not have a a licence that permits you to alter its source code, and while it is legal to tinker with source code you're allowed to run in my jurisdiction, it may not be legal in yours. Consult a lawyer if you are worried. Obviously I don't encourage you to do so if it's not legal for you. In any case you should absolutely not redistribute the changes you've made.

In the US, see e.g. Galoob v. Nintendo, which found that you have the right to modify copyrighted software for personal use.

Getting it running

To expose VenturePlan's internal data you will need to edit its source code. First, ensure that you are on the latest version, 4.16a. Then open up _retail_/Interface/AddOns/VenturePlan/vs.lua in a text editor, and insert the line _G[_] = T in the first blank space. It should look like this when you're done:

Notepad preview of changed file

This makes the internal data of the addon (T) available to other addons (by putting it in the global table, _G, which every addon has available to it). In general you shouldn't be messing with addons like this, because it's a great way of getting hacked, but in this case there's no way around it. caveat emptor

Hotfixing the Code for Renown Level 62 and Above

At renown level 62, you will gain your 21st companion. VenturePlan is coded to handle a maximum to 20 companions. You will start seeing errors about self.info being nil. To fix this, edit the file _retail_/Interface/AddOns/VenturePlan/Widgets.lua: change line 1960 (in version 4.16a) from for i=1,20 do to for i=1,99 do. This will add support up to 99 companions.

After completing this change, the code should look like this:

s.companions = {}
for i=1,99 do
    t = CreateObject("FollowerListButton", f, false)
    t:SetPoint("TOPLEFT", ((i-1)%4)*76+14, -math.floor((i-1)/4)*72-130)
    s.companions[i] = t
end

Contributing

If you have updates to the spell list you'd like to include (see extra-vs-spells.lua), please open a PR and I'll add them.

A helpful step in doing so is, if you find a missions that's mispredicted, run:

/dump C_Garrison.GetMissionDeploymentInfo(CovenantMissionFrame:GetMissionPage().missionInfo.missionID)

while you're looking at the mission.

Contributors and thanks

Many thanks to:

  • Neurotoxin001
  • pyuuwz
  • czullo
  • bkifft
  • flow0284
  • zealvurte
  • Jegethy
  • siweia
  • LostTemple1990
  • epiktetov
  • woefulwabbit
  • boomboo
  • FlipperPA
  • cremor

for contributions and support, as well as to the original author for a great addon.

ventureplansodmissions's People

Contributors

bkifft avatar flipperpa avatar flow0284 avatar hythloday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ventureplansodmissions's Issues

wrong value of spell 322

This spell may modify its maxHp according to its originalAtk instead of its originalHp
so the key modMaxHP may change to modMaxHPATK
modification as below
{type="aura", target=4, duration=1, modMaxHP=80},
to
{type="aura", target=4, duration=1, modMaxHPATK=80},
and here is a log for this
sim.error.results.and.real.logs.txt

"Companions" section of mission window is reverting back to default list, instead of showing addon's custom layout with icons

After obtaining Renown 62 and gaining access to the new companion, when going to the mission table and opening a mission to assign companions, the companion tab on the side is showing the default UI list format, instead of showing VenturePlan's custom UI with the rows of icons. I have tried re-installing both VenturePlan and VenturePlanSoDMissions and then re-opening the game client, but that did not fix the issue.

image

Quests and companions where it's abilities aren't been taken into account

Quests:

https://www.wowhead.com/mission=2300/shirking-work
https://www.wowhead.com/mission=2301/learn-from-the-master
https://www.wowhead.com/mission=2302/strongarm-squad
https://www.wowhead.com/mission=2303/customary-shakedown
https://www.wowhead.com/mission=2304/a-few-too-many
https://www.wowhead.com/mission=2305/unexpected-delays
https://www.wowhead.com/mission=2306/bag-inspection
https://www.wowhead.com/mission=2307/piratical-problems
https://www.wowhead.com/mission=2308/nimble-scavengers
https://www.wowhead.com/mission=2309/full-stomachs
https://www.wowhead.com/mission=2310/sharp-hides-sharper-teeth
https://www.wowhead.com/mission=2311/on-wings-of-ferocity
https://www.wowhead.com/mission=2312/hunter-becomes-the-hunted
https://www.wowhead.com/mission=2313/gatecrashers
https://www.wowhead.com/mission=2314/legend-of-the-animaswell
https://www.wowhead.com/mission=2315/legend-of-the-animaswell
https://www.wowhead.com/mission=2316/legend-of-the-animaswell
https://www.wowhead.com/mission=2317/legend-of-the-animaswell

New companions:

https://www.wowhead.com/npc=179480/hermestes
https://www.wowhead.com/npc=179481/lyra-hailstorm
https://www.wowhead.com/npc=179482/chachi-the-artiste
https://www.wowhead.com/npc=179479/sulanoom
https://www.wowhead.com/npc=179488/cromas-the-mystic
https://www.wowhead.com/npc=179493/enceladus
https://www.wowhead.com/npc=179483/elwyn
https://www.wowhead.com/npc=179498/madame-iza
https://www.wowhead.com/npc=179489/auric-spiritguide
https://www.wowhead.com/npc=179494/deathfang
https://www.wowhead.com/npc=179484/yanlar
https://www.wowhead.com/npc=179499/lucia

Thanks for your efforts!

9.1.5 changes

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 actually works:
	[125]={
		{type="nuke", damageATK=60, target="random-enemy"},
		{type="aura", modDamageDealt=-50, target="random-enemy", duration=1},
	},
    • or (for more efficient predictions):
	[125]={
		{type="aura", damageATK1=60, modDamageDealt=-50, target="random-enemy", duration=1},
	},
  • 310's (Axe of Determination for the Ben Howell follower) second effect's duration has been increased from 1 to 2: {type="aura", modDamageDealt=20, target=4, duration=2},
  • 356 (Bone Ambush for the new Locating The Cache encounter in the new Locating the Traitors' Cache mission) has been added: [356]={type="nuke", damageATK=100, target=1}, โ€” the tooltip suggests the target should have been target="enemy-back", while the points value specified is incompatible with the effect type, so the tooltip and/or values may change in a future build.

overrideAA: See #60 (comment)

Multiple Mission Failures: A Few Too Many

I have had repeat failures of this mission when success has been predicted. The failure appears to be due to the same root cause as #37 just with different troops.
This has a full enemy board of Unruly Patrons. VP is predicting with their auto-attacks as ranged attacks, so shows the top middle troop taking no damage and receiving no incoming attacks. What actually happens is that the auto-attacks target the closest so the front row takes a lot more damage than is predicted.
Again, like the other task the Unruly Patron has a role of 3 but should use SpellID 11 (attack closest) for auto-attacks but instead the simulation is using SpellID 11 (attack furthest)

Here is the log for one of the Unruly Patrons showing it should be using SpellID=11 for it's auto-attacks.

[6]={
autoCombatAutoAttack={
description="Deal attack damage to the closest enemy.",
autoCombatSpellID=11,
duration=0,
previewMask=0,
name="Auto Attack",
hasThornsEffect=false,
schoolMask=1,
icon=1064261,
cooldown=0,
spellTutorialFlag=1
},
isElite=false,
scale=1.2000000476837,
portraitFileDataID=4183244,
autoCombatSpells={
[1]={
description="Thunk! Deals 103 Shadow damage to the furthest enemy.",
autoCombatSpellID=332,
duration=0,
previewMask=0,
name="Emptied Mug",
hasThornsEffect=false,
schoolMask=32,
icon=463489,
cooldown=2,
spellTutorialFlag=1
}
},
mechanics={
},
health=4140,
role=3,
name="Unruly Patron",
boardIndex=5,
height=0.5,
displayID=101543,
maxHealth=4140,
attack=69
},

There was a potential fix mentioned in the other task linked above that involved modifying overideAA with the board index and missionID which I assume would also work for this mission. I'm not really sure what all the values there mean but if anyone has done this for the other mission (or does it for this one) and has the modification they could share that would be useful.

Newbie Tutorial?

Hey there!

This kinda is an issue, so I hope to find some explanation. As a - non tech afficionado - I can't get it to work. I changed the source of ventureplan, but what then? Downloading a zip (removing -main) and trying to load the addon doesn't work. I seem to miss something. Any chance for a newbie tutorial? <3 Thank you.

All possible spells i found, few fixes

[4]={type="nukem", target=0, damageATK={75, 50}},
[5]={type="nuke", target="all-enemies", damageATK=10},
[6]={type="nuke", target="enemy-back", damageATK=60},
[7]={type="nuke", target=0, damageATK=10},
[9]={type="heal", target="all-allies", healPercent=5},
[10]={
	{type="nuke", target=0, damagePerc=20},
	{type="aura", target="all-enemies", duration=4, damagePerc=3, noFirstTick=true, dne=true},
	{type="aura", target=4, healPerc=1, duration=4, noFirstTick=true},
},
[11]={type="nuke", target=0, damageATK=100},
[12]={type="heal", target="all-allies", healATK=20},
[15]={type="nuke", target=1, damageATK=100},
[16]={type="nuke", target=1, damageATK=75},
[17]={type="nuke", target="all-enemies", damageATK=10, selfhealATK=100},
[18]={type="nukem", target="enemy-front", damageATK={20, 20, 20}},
[19]={type="nuke", target=0, damageATK=150},
[20]={type="nuke", target="enemy-back", damageATK=70},
[21]={type="aura", target="all-allies", healATK=25, duration=5, noFirstTick=true},
[22]={type="aura", target="cleave", duration=3, damageATK=10, damageATK1=90, noFirstTick=true},
[24]={
	{type="nuke", target=1, damageATK=180},
	{type="heal", target=3, healATK=20},
},
[25]={
	{type="nuke", target="enemy-front", damageATK=50},
	{type="aura", target=4, modDamageDealt=20, duration=3},
},
[26]={
	{type="heal", target=3, healATK=100},
	{type="aura", target=3, duration=2, modMaxHPATK=20},
},
[43]={type="nuke", target=1, damageATK=25, selfhealATK=20},
[44]={type="nukem", target=0, damageATK={50, 25}},
[45]={type="nuke", target=1, damageATK=75, selfhealATK=25},
[46]={
	{type="aura", target=4, modDamageTaken=-10, duration=1},
	{type="aura", target="friend-back-hard", modDamageTaken=-10, duration=1},
},
[47]={type="passive", target="all-allies", modDamageTaken=-20},
[48]={type="heal", target=4, healATK=20, shroudTurns=1},
[49]={type="aura", target="enemy-back", modDamageTaken=33, duration=4},
[50]={type="nuke", target=1, damageATK=120},
[51]={type="nuke", target="enemy-front", damageATK=75},
[52]={type="nuke", target="enemy-back", damageATK=30},
[53]={type="aura", target="all-enemies", duration=6, period=2, modDamageDealt=-20, damageATK=10},
[54]={
	{type="nuke", target=0, damageATK=90},
	{type="nuke", target=1, damageATK=90},
},
[55]={type="nuke", target="enemy-front", damageATK=150},
[56]={type="nuke", target=1, damageATK=125},
[57]={type="aura", target=0, duration=4, damageATK=100, noFirstTick=true},
[58]={type="nuke", target="cleave", damageATK=70},
[59]={type="nuke", target="enemy-back", damageATK=50},
[60]={type="nuke", target=1, damageATK=40},
[61]={type="nuke", target=0, damageATK=75},
[62]={type="nuke", target="enemy-front", damageATK=30},
[63]={type="aura", target="all-enemies", modDamageDealt=-20, duration=2, damageATK1=60},
[64]={type="nuke", target="all-enemies", damageATK=150},
[66]={type="nuke", target=0, damageATK=150},
[71]={type="heal", target=3, healATK=100},
[72]={
	{type="nuke", target=0, damageATK=200},
	{type="nuke", target="enemy-back", damageATK=40},
},
[73]={type="nuke", target="col", damageATK=100},
[74]={type="aura", target=4, duration=3, modDamageTaken=-40, modDamageDealt=-40},
[75]={type="nuke", target=1, damageATK=150},
[76]={type="nuke", target=1, damageATK=225},
[77]={type="aura", target="all-allies", duration=3, plusDamageDealtATK=20},
[78]={type="nuke", target="enemy-front", damageATK=30},
[79]={
	{type="nuke", target="all-enemies", damageATK=20},
	{type="heal", target="all-allies", healATK=20},
},
[80]={type="aura", target=1, duration=3, damageATK1=120, damageATK=40, noFirstTick=true},
[81]={type="aura", target=4, duration=3, thornsATK=100},
[82]={type="passive", target=4, thornsATK=25},
[83]={type="nuke", target="cleave", damageATK=120},
[84]={type="aura", target="all-enemies", duration=2, firstTurn=4, modDamageDealt=-100},
[85]={type="aura", target=3, duration=2, firstTurn=3, modDamageTaken=-5000},
[87]={type="nuke", target="enemy-back", damageATK=60},
[88]={
	{type="aura", target=4, modDamageDealt=30, duration=3},
	{type="nuke", target="all-enemies", damageATK=40}
},
[89]={type="aura", target=1, duration=3, damageATK=40, nore=true},
[90]={type="passive", target="friend-surround", modDamageDealt=20},
[91]={type="aura", target=1, duration=3, plusDamageDealtATK=-60},
[92]={type="aura", target="enemy-back", duration=3, damageATK=50, nore=true},
[93]={
	{type="nuke", target=0, damageATK=20},
	{type="heal", target=4, healATK=80},
},
[94]={type="aura", target="enemy-front", duration=4, damageATK=30, noFirstTick=true},
[95]={
	{type="nuke", target=1, damageATK=150},
	{type="nuke", target="enemy-back", damageATK=40},
},
[96]={type="aura", target=1, duration=2, damageATK1=60, modDamageDealt=-30},
[97]={type="nuke", target="cone", damageATK=90},
[98]={type="nuke", target=1, damageATK=120},
[99]={type="nuke", target="enemy-front", damageATK=140},
[100]={type="heal", target=4, healATK=60},
[101]={type="aura", target=0, damageATK1=60, duration=3, modDamageTaken=20},
[102]={type="nuke", target="col", damageATK=30},
[103]={type="aura", target="all-other-allies", modDamageDealt=100, duration=2},
[104]={
	{type="heal", target=3, healATK=100},
	{type="aura", target=3, modDamageDealt=-10, duration=1},
},
[105]={type="passive", target="all-allies", modDamageTaken=-10},
[106]={type="nuke", target="cleave", damageATK=40},
[107]={
	{type="aura", target="all-enemies", damageATK=40, duration=4, nore=true},
	{type="aura", target=0, plusDamageTakenATK=30, duration=3},
},
[108]={
	{type="heal", target=3, healATK=40},
	{type="aura", target=3, modMaxHP=10, duration=2},
},
[109]={type="passive", target=4, thornsATK=60},
[110]={type="heal", target=4, healATK=40},
[111]={type="nuke", target="enemy-front", damageATK=100},
[112]={type="aura", target="friend-surround", duration=3, plusDamageDealtATK=30},
[113]={type="nuke", target="cone", damageATK=120},
[114]={type="heal", target=4, healATK=100},
[115]={type="nuke", target="cleave", damageATK=70},
[116]={type="nuke", target=0, damageATK=120},
[117]={type="nuke", target="enemy-front", damageATK=40},
[118]={type="nuke", target=1, damageATK=200, firstTurn=4},
[119]={type="nuke", target="cone", damageATK=100},
[120]={type="aura", target="random-enemy", modDamageDealt=50, duration=2},
[121]={type="aura", target="all-enemies", modDamageDealt=-50, duration=1},
[122]={type="nop"},
[123]={type="heal", target="friend-front-soft", healATK=30},
[124]={type="nuke", target="cleave", damageATK=60},
[125]={type="nuke", target="random-enemy", damageATK=60},
[126]={type="heal", target="friend-front-soft", healATK=20},
[127]={type="nuke", target="enemy-front", damageATK=60},
[128]={type="nuke", target="enemy-back", damageATK=75},
[130]={type="aura", target=4, duration=3, thornsATK=100},
[131]={type="nuke", target="enemy-back", damageATK=150},
[132]={type="aura", target="enemy-front", damageATK1=50, duration=1, modDamageDealt=-25},
[133]={type="nuke", target="enemy-back", damageATK=100, selfhealATK=75},
[134]={type="aura", target="all-enemies", duration=2, modDamageTaken=25},
[135]={type="nuke", target="enemy-back", damageATK=300},
[136]={type="aura", target=0, duration=0, damageATK=150, noFirstTick=true, echo=3},
[137]={type="aura", target=4, duration=2, modDamageDealt=25},
[138]={type="nuke", target="cleave", damageATK=30},
[139]={type="nuke", target="enemy-back", damageATK=400, firstTurn=6},
[140]={type="aura", target="enemy-back", damageATK1=60, duration=2, modDamageDealt=-10},
[141]={type="aura", target="all-allies", duration=2, modDamageTaken=-50},
[143]={type="aura", target=4, modDamageDealt=25, duration=2},
[144]={type="aura", target="all-other-allies", modDamageTaken=-75, duration=2, firstTurn=4},
[145]={type="nuke", target=0, damageATK=75},
[146]={type="nuke", target=1, damageATK=75},
[147]={type="aura", target="all-other-allies", modDamageTaken=-50, duration=2},
[148]={type="heal", target="friend-front-soft", healATK=125},
[149]={type="nuke", target="enemy-front", damageATK=75},
[150]={type="nuke", target="cone", damageATK=50},
[151]={type="nuke", target=0, damageATK=20},
[152]={type="aura", target="all-other-allies", healATK=200, duration=1, firstTurn=5, modDamageDealt=50},
[153]={type="nuke", target="cone", damageATK=75},
[154]={type="aura", target=4, duration=3, thornsATK=100},
[155]={type="aura", target="all-enemies", duration=1, modDamageDealt=-75},
[156]={type="aura", target="all-enemies", modDamageTaken=40, duration=2},
[157]={type="nuke", target="cleave", damageATK=80},
[158]={type="nuke", target="enemy-back", firstTurn=3, damageATK=300},
[159]={type="aura", target="all-enemies", modDamageDealt=-25, duration=2},
[160]={type="nuke", target="all-enemies", damageATK=200},
[161]={
	{type="heal", target="all-allies", healATK=100},
	{type="aura", target="all-allies", duration=1, modDamageDealt=25},
},
[162]={type="aura", target="all-enemies", duration=2, modDamageDealt=-50},
[163]={type="nuke", target="all-enemies", damageATK=400, firstTurn=6},
[164]={type="nuke", target="cone", damageATK=200, echo=3, nore=true},
[165]={type="nuke", target=0, damageATK=300},
[166]={type="nuke", target="random-ally", damageATK=100, selfhealATK=50},
[167]={type="nuke", target=1, damageATK=150},
[168]={type="aura", target=0, modDamageDealt=-50, duration=2},
[169]={type="aura", target=0, damageATK=50, damageATK1=65, duration=1, echo=3},
[170]={type="nuke", target="enemy-front", damageATK=60},
[171]={type="nuke", target=1, damageATK=100},
[172]={type="aura", target="enemy-front", firstTurn=3, duration=1, modDamageDealt=-50, damageATK1=20},
[173]={type="aura", target=1, modDamageDealt=-25, duration=2, damageATK1=75},
[174]={type="aura", target=4, duration=3, thornsATK=40},
[175]={type="nuke", target="random-all", damageATK=120},
[176]={type="aura", target="all-enemies", duration=1, modDamageTaken=25},
[177]={type="nuke", target=0, damageATK=50},
[178]={type="nuke", target=1, damageATK=100, selfhealATK=50},
[179]={
	{type="heal", target="all-allies", healATK=100},
	{type="aura", target="all-allies", duration=2, modDamageDealt=50},
},
[180]={type="nuke", target="random-enemy", damageATK=75},
[181]={type="nuke", target="enemy-back", damageATK=150, firstTurn=6},
[182]={type="aura", target="all-enemies", duration=2, modDamageDealt=-50},
[183]={type="nuke", target="enemy-front", damageATK=50},
[184]={type="nuke", target="cone", damageATK=75},
[185]={type="nuke", target="all-enemies", damageATK=100},
[186]={type="nuke", target="enemy-front", firstTurn=5, damageATK=200},
[187]={type="nuke", target="all-enemies", echo=2, damageATK=50, nore=true},
[188]={type="aura", target=0, duration=1, damageATK1=50, modDamageDealt=-50},
[189]={type="nuke", target=0, damageATK=200},
[190]={type="nuke", target="enemy-front", damageATK=150},
[191]={
	{type="nuke", target="all-enemies", damageATK=100},
	{type="heal", target="all-allies", healATK=100},
},
[192]={type="nuke", target=1, damageATK=160},
[193]={
	{type="nuke", target="enemy-front", damageATK=300},
	{type="nuke", target=4, damageATK=50}
},
[194]={
	{type="aura", target=3, duration=2, plusDamageDealtATK=40, modDamageTaken=-20},
	{type="nuke", target=4, damageATK=20},
},
[195]={type="aura", target="cone", duration=3, damageATK=80, nore=true},
[196]={type="nukem", target=0, damageATK={120, 90, 60, 30}},
[197]={type="heal", target="friend-surround", healATK=55},
[198]={type="aura", target=4, duration=2, thornsATK=60, plusDamageTakenATK=-60},
[199]={type="nuke", target="enemy-front", damageATK=100},
[200]={type="aura", target="enemy-front", damageATK=100, modDamageDealt=-50, duration=1},
[201]={type="nuke", target="enemy-back", damageATK=200},
[202]={type="taunt", target="all-enemies", duration=2},
[203]={type="nuke", target="enemy-front", damageATK=100},
[204]={type="aura", target=0, damageATK1=150, modDamageDealt=-50, duration=2},
[205]={type="heal", target="friend-front-soft", healATK=75},
[206]={type="nuke", target=0, damageATK=150},
[207]={type="nuke", target=0, damageATK=30},
[208]={type="nop"},
[209]={type="aura", target="random-ally", modDamageDealt=50, duration=1},
[210]={type="nuke", target="all-enemies", damageATK=200},
[211]={type="nuke", target="cone", damageATK=150},
[212]={type="nuke", target="random-all", damageATK=200},
[213]={type="heal", target=3, healATK=100},
[214]={type="nuke", target="cone", damageATK=100},
[215]={type="nuke", target=0, damageATK=300},
[216]={type="heal", target=4, shroudTurns=2},
[217]={type="nuke", target="enemy-back", damageATK=200},
[218]={type="aura", target=4, duration=2, modDamageTaken=-50},
[219]={
	{type="heal", target=3, healATK=200},
	{type="aura", target=3, duration=2, modDamageTaken=-50},
},
[220]={type="nuke", target="enemy-front", damageATK=100},
[221]={type="heal", target=4, shroudTurns=2},
[222]={
	{type="nuke", target=0, damageATK=30},
	{type="nuke", target=0, echo=2, damageATK=30, nore=true},
},
[223]={type="aura", target="all-enemies", duration=11, noFirstTick=true, damageATK=10, cATKa=60, cATKb=2},
[224]={type="nuke", target="enemy-front", damageATK=50},
[225]={type="nuke", target="cone", damageATK=50},
[226]={type="nuke", target="cone", damageATK=50},
[227]={type="nuke", target="random-enemy", damagePerc=30},
[228]={type="nuke", target="all-enemies", damageATK=1000, firstTurn=10, cATKa=500, cATKb=2},
[229]={type="aura", target="random-ally", duration=2, modDamageTaken=-50},
[230]={type="heal", target="all-allies", healATK=50, cATKa=50, cATKb=2},
[231]={type="aura", target="random-enemy", modDamageTaken=100, duration=2},
[232]={type="aura", target="random-enemy", duration=3, modDamageDealt=-50},
[233]={type="nuke", target=0, damageATK=150},
[234]={type="aura", target="random-ally", duration=2, modDamageDealt=50},
[235]={type="nuke", target=1, damageATK=50},
[236]={type="aura", target="all-allies", duration=2, modDamageTaken=-50},
[237]={type="nuke", target="enemy-front", damageATK=50},
[238]={type="taunt", target="all-enemies", duration=2},
[239]={type="nuke", target="enemy-back", damageATK=50},
[240]={type="nuke", target=0, damageATK=25},
[241]={
	{type="nuke", target=1, damageATK=75},
	{type="aura", target=1, duration=2, modDamageDealt=-50},
},
[242]={
	{type="heal", target=3, healATK=50},
	{type="aura", target=3, duration=2, modDamageTaken=75},
},
[243]={
	{type="taunt", target="all-enemies", duration=2},
	{type="aura", target=4, duration=2, modDamageTaken=-50},
},
[244]={firstTurn=2,
	{type="aura", target=4, plusDamageDealtATK=200, plusDamageTakenATK=30, duration=2},
	{type="nuke", target=0, damageATK=30},
},
[245]={type="nuke", target=0, damageATK=120},
[246]={type="nuke", target=0, damageATK=150},
[247]={type="nuke", target=0, damageATK=10, selfhealATK=20, firstTurn=4},
[248]={type="aura", target=0, damageATK=15, damageATK1=30, duration=5, noFirstTick=true},
[249]={type="aura", target=0, damageATK1=60, duration=1, modDamageDealt=-50},
[250]={type="nuke", target=1, damageATK=80, firstTurn=4},
[251]={type="aura", target="all-enemies", modDamageDealt=-20, duration=2},
[252]={type="aura", target="cleave", damageATK1=60, duration=2, modDamageTaken=25},
[253]={type="nuke", target="enemy-front", damageATK=75},
[254]={type="aura", target="all-other-allies", firstTurn=3, duration=3, thornsATK=100},
[255]={type="aura", target=3, modDamageTaken=-50, duration=1},
[256]={type="nuke", target="cone", damageATK=100},
[257]={type="heal", target=4, shroudTurns=2},
[258]={type="aura", target=0, damageATK=50, damageATK1=100, duration=1, echo=3},
[259]={type="aura", target=0, duration=0, echo=3, noFirstTick=true, damageATK=30},
[260]={type="nuke", target=1, damageATK=150},
[261]={type="aura", target=3, modDamageDealt=50, duration=2},
[262]={type="nuke", target="enemy-front", damageATK=100},
[263]={type="nuke", target="cone", damageATK=100},
[264]={type="nuke", target=1, damageATK=300},
[265]={type="nuke", target=0, damageATK=100},
[266]={type="nuke", target=0, damageATK=1000},
[267]={type="nuke", target=1, damageATK=150},
[268]={type="aura", target="enemy-front", duration=3, modDamageDealt=-30},
[269]={type="nuke", target="enemy-front", damageATK=120},
[270]={type="aura", target=0, duration=2, modDamageDealt=-50},
[271]={type="aura", target=1, duration=4, noFirstTick=true, damageATK=100},
[272]={type="nuke", target=1, damageATK=150},
[274]={type="nuke", target="enemy-front", damageATK=120},
[275]={type="aura", target=3, modDamageDealt=75, duration=2},
[276]={type="aura", target=1, duration=1, damageATK1=25, damageATK=50, echo=3},
[277]={type="aura", target=4, duration=2, modDamageDealt=100},
[278]={type="aura", target=1, duration=2, modDamageTaken=50},
[279]={type="nuke", target="enemy-back", damageATK=50},
[280]={type="nuke", target="enemy-front", damageATK=250},
[281]={type="nuke", target=1, damageATK=150},
[282]={type="nuke", target=0, damageATK=1000, firstTurn=5},
[283]={type="nuke", target=0, damageATK=75},
[284]={type="aura", target="all-other-allies", duration=1, modDamageTaken=-50},
[285]={type="aura", target="all-enemies", duration=2, firstTurn=4, modDamageTaken=50},
[286]={type="aura", target=3, modDamageDealt=50, duration=2},
[287]={type="aura", target=4, modDamageTaken=-50, duration=1},
[288]={type="nuke", target="enemy-back", damageATK=60},
[289]={type="nuke", target=1, echo=3, damageATK=100, nore=true},
[290]={type="nuke", target=1, damageATK=150},
[291]={type="nuke", target="enemy-front", damageATK=100},
[292]={
	{type="aura", target=0, modDamageTaken=50, duration=2},
	{type="nuke", target=0, damageATK=75},
},
[294]={type="nuke", target=0, damageATK=200},
[295]={type="aura", target=0, duration=2, modDamageTaken=50},
[296]={type="nuke", target="enemy-back", damageATK=100, firstTurn=3},
[297]={type="nuke", target=1, damageATK=100, selfhealATK=30},
[298]={type="nuke", target="random-ally", damageATK=100, selfhealATK=30},
[299]={type="nuke", target=1, damageATK=200},
[300]={type="aura", target="all-enemies", duration=4, noFirstTick=true, damageATK=5, cATKa=10, cATKb=2},
[301]={type="nuke", target="random-enemy", damagePerc=10},
[302]={type="aura", target="all-enemies", duration=1, modDamageDealt=-20, damageATK1=20},
[303]={type="nuke", target="enemy-back", damageATK=25},
[305]={type="nuke", target="enemy-back" ,damageATK=120},
[306]={type="aura", target=3, duration=3, modMaxHP=60, plusDamageDealtATK=40}, --Arcane Empowerment (UNVERIFIED)
[307]={type="nuke", target="cone", damageATK=160}, --Fist of Nature (UNVERIFIED)
[308]={type="nuke", target=1, firstTurn=3, damageATK=350},
[309]={
	{type="heal", target="all-allies", healATK=200},
	{type="aura", target="all-allies", duration=1, modDamageDealt=30},
}, --Threads of Fate (UNVERIFIED)
[310]={
	{type="nuke", target=0, damageATK=140},
	{type="aura", target=4, duration=1, modDamageDealt=20},
}, --Axe of Determination (UNVERIFIED)
[311]={
	{type="heal", target=3, healATK=120},
	{type="aura", target=3, duration=2, modMaxHP=40},
}, --Wings of Mending (UNVERIFIED)
[312]={type="nuke", target="cone", damageATK=180}, --Panoptic Beam (UNVERIFIED)
[313]={type="heal", target="all-allies", healATK=70}, --Spirit's Guidance (UNVERIFIED)
[314]={
	{type="heal", target=3, healATK=130},
	{type="aura", target=3, duration=2, plusDamageDealtATK=50},
}, --Purifying Light (UNVERIFIED)
[315]={type="aura", target=1, damageATK1=150, duration=2, modDamageDealt=-30},
[316]={type="nuke", target=0, damageATK=100, selfHealATK=30}, --Self Replication (UNVERIFIED)
[317]={type="aura", target="enemy-front", duration=1, damageATK1=150, plusDamageTakenATK=30}, --Shocking Fist (UNVERIFIED)
[318]={type="aura", target="all-allies", duration=3, plusDamageDealtATK=50}, --Inspiring Howl (UNVERIFIED)
[319]={type="aura", target="enemy-front", duration=3, damageATK1=80, damageATK=50, noFirstTick=true}, --Shattering Blows (UNVERIFIED)
[320]={type="nuke", target="enemy-back", damageATK=100}, --Hailstorm (UNVERIFIED)
[321]={type="heal", target=3, healATK=200}, --Adjustment (UNVERIFIED)
[322]={
	{type="nuke", target=0, damageATK=80, selfHealATK=80},
	{type="aura", target=4, duration=1, modMaxHP=80},
}, --Balance In All Things (UNVERIFIED)
[323]={
	{type="nuke", target="enemy-back", damageATK=40},
	{type="aura", target="enemy-back", duration=2, modDamageDealt=-10},
}, --Anima Shatter (UNVERIFIED)
[324]={type="heal", target="friend-surround", healATK=120}, --Protective Parasol (UNVERIFIED)
[325]={type="aura", target="friend-surround", duration=2, modDamageDealt=60}, --Vision of Beauty
[326]={type="nuke", target="cleave", damageATK=25},
[327]={type="aura", target="all-other-allies", duration=3, plusDamageDealtATK=20},
[328]={type="nuke", target=0, damageATK=30},
[329]={type="aura", target=4, modDamageTaken=-50, duration=3},
[330]={type="aura", target="all-allies", plusDamageDealtATK=20, duration=2},
[331]={type="aura", target="all-other-allies", plusDamageDealtATK=20, duration=3},
[332]={type="nuke", target=1, damageATK=150},
[333]={type="aura", target=4, duration=3, modDamageDealt=40},
[334]={type="nuke", target=0, damageATK=90},
[335]={type="nuke", target="enemy-back", damageATK=40},
[336]={type="heal", target=3, healATK=80},
[337]={type="aura", target=1, duration=4, damageATK1=200, damageATK=40, noFirstTick=true},
[338]={type="nuke", target=0, damageATK=50},
[339]={type="nuke", target="all-enemies", damageATK=120, firstTurn=3},
[340]={type="nuke", target=1, damageATK=60}, --Tainted Bite (UNVERIFIED)
[341]={
	{type="aura", target=1, duration=3, plusDamageTakenATK=20},
	{type="nuke", target=1, damageATK=120},
},
[342]={type="aura", target=0, duration=1, damageATK1=100, plusDamageDealtATK=-70},
[343]={
	{type="aura", target=4, duration=1, modDamageDealt=20},
	{type="nuke", target="enemy-front", damageATK=80},
},
[344]={type="nuke", target="all-enemies", damageATK=30}, --Razorwing Buffet
[345]={type="aura", target="all-allies" , duration=3 , plusDamageTakenATK=-30}, --Protective Wings (Bugged in data maybe? Description wording applies modDamageDealt.)
[346]={type="aura", target=0, duration=2, damageATK1=30, plusDamageDealtATK=1}, --Heel Bite (BUGGED: Should be modDamageDealt=-1. It isn't.)
[347]={type="nuke", target="cone", damageATK=100}, --Darkness from Above
[348]={
	{type="aura", target=1, duration=3, plusDamageTakenATK=20},
	{type="nuke", target=1, damageATK=120},
},
[349]={type="nuke", target="all-enemies", damageATK=10},

"Adventure guide may be out of date" warning still showing

Hi,

I'm unsure if this mission is actually in the addon? It doesn't have the warning next to the abilities that they aren't in the addon data, but when I auto-optimize it, the "!" warning still shows up saying "Adventure guide may be out of date" and I'm unsure of whether it's valid or not.

Screenshot:

ventureoutofdate

Spell [330] Oversight and [331] Supporting Fire have the wrong values in extra-vs-spells.lua

[330] Oversight targets all allies, not self (4), and the modifier is 20, not 25 (see https://wow.tools/dbc/?dbc=garrautospelleffect&build=9.1.0.39335&hotfixes=true#page=1&colFilter[1]=exact%3A330)
[331] Supporting Fire targets all other allies, not all allies, and the modifier is 20, not 23 (see https://wow.tools/dbc/?dbc=garrautospelleffect&build=9.1.0.39335&hotfixes=true#page=1&colFilter[1]=exact%3A331)

Therefore:

[330]={type="aura", target=4, duration=2, plusDamageDealtATK=25}, --Oversight
[331]={type="aura", target="all-allies", plusDamageDealtATK=23, duration=3}, --Supporting Fire (I'm not sure it needs duration 3)

should be:

[330]={type="aura", target="all-allies", duration=2, plusDamageDealtATK=20}, --Oversight
[331]={type="aura", target="all-other-allies", duration=3, plusDamageDealtATK=20}, --Supporting Fire

This data is accurate to the DBC values, and has been tested and verified against real logs.

N.b. that other issues present in various local functions and variables not accessible from T can still produce incorrect sims regardless of this correction, so correct spell data is only going to get you so far with accuracy.

Companion list UI reverts to original with > 20 companions

With Renown 62 and new companions from Torghast, it is possible to have 21 companions, and this causes left panel to revert the companion list from a Grid layout to the original layout when selecting companions for a mission.

Not sure if this is something that can be fixed through the global or has to be done in the original AddOn

How to fix VenturePlan still causing failed missions, even with the help of this addon

UPDATE FOR 9.1.5:
While the original instructions below still work for the most part, I have now implemented all these fixes and fixes for 9.1.5 in my fork of this addon (see the cumulative-fixes branch). I have also updated the 'Getting it running' instructions there. If you use this cumulative-fixes branch you no longer have to edit the overrideAA variable directly whenever a new issue is fixed. You only need another one time edit to make the overrideAA variable available outside VenturePlan, just like the fixes for KnownSpells.

ORIGINAL:
I had the problem that certain newer missions would fairly consistently fail, but with the help of the comments on the various issues raised here all my missions seem to be working again now. To help others achieve the same I would like to gather here all fixes that are known so far and a guide on how to apply them. I will update this if anyone finds any more fixes, so please comment if I have missed anything.

Note: an incorrect fix may break VenturePlan, so make sure you have a backup of vs.lua to be safe. Apply this fix at your own risk. If you have a backup, this risk should be minimal.

With that out of the way, it is actually only a matter of copy pasting 1 line of code:

Step 1
Go to your World of Warcraft folder and then to the folder _retail_\Interface\AddOns\VenturePlan\ and open vs.lua in a text editor (like Notepad).

Step 2
Scroll down a bit until you see the line that starts with local overrideAA =

Step 3
Replace this line with the following
local overrideAA = {[57]=0, [181]=0, [341]=0, [777]=0, [1213]=0, [1225]=0, [1237]=0, [1257]=0, [1301]=0, [69424]=0, [69426]=0, [69432]=0, [69434]=0, [69518]=0, [69522]=0, [69524]=0, [69530]=0, [69646]=0, [69648]=0, [69650]=0, [69652]=0, [70286]=0, [70288]=0, [70290]=0, [70292]=0, [70456]=0, [70478]=0, [70550]=0, [70556]=0, [70584]=0, [70586]=0, [70638]=0, [70640]=0, [70642]=0, [70644]=0, [70678]=0, [70682]=0, [70684]=0, [70702]=0, [70704]=0, [70706]=0, [70708]=0, [70714]=0, [70806]=0, [70808]=0, [70812]=0, [70832]=0, [70862]=0, [70868]=0, [70874]=0, [70908]=0, [71194]=0, [71606]=0, [71612]=0, [71640]=0, [71670]=0, [71672]=0, [71674]=0, [71676]=0, [71736]=0, [71800]=0, [71802]=0, [72086]=0, [72088]=0, [72090]=0, [72092]=0, [72310]=0, [72314]=0, [72336]=0, [72338]=0, [72942]=0, [72944]=0, [72946]=0, [72948]=0, [72954]=0, [73210]=0, [73398]=0, [73404]=0, [73558]=0, [73560]=0, [73564]=0, [73654]=0, [73718]=0, [73720]=0, [73722]=0, [73724]=0, [73742]=0, [73744]=0, [73746]=0, [73748]=0, [73750]=0, [73752]=0, [73754]=0, [73756]=0, [73776]=0, [73778]=0, [73780]=0, [73784]=0, [73786]=0, [73788]=0, [73846]=0, [73848]=0, [73850]=0, [73852]=0, [73998]=0}

Step 4
Save the file and login to a character in WoW that uses VenturePlan and check if it is still working. If it doesn't, undo the change from step 3 (use Ctrl-Z in your text editor or your backup) and try to copy paste from step 3 again, making sure to get every character of the line of code.

What does this line of code do?
These numbers tell VenturePlan when a Companion or Enemy has a different auto attack than what its role would suggest, hence the name overrideAA. Take for example Elwyn, a new Companion for Night Fae. She has a role of Heal/Support, so VenturePlan assumes that she will attack the furthest enemy. However, she actually attacks the closest enemy and the above line of code makes sure VenturePlan knows this. This way its simulation becomes much more accurate.

Which Companions, Enemies, and Missions are now simulated correctly by this fix?
The following (using the associated numbers in parentheses):

  • Elwyn (1225, see #54)
  • Ella (1237, see below)
  • Cromas the Mystic (1257, see below)
  • Chachi the Artiste (1301, see below)
  • Learn from the Master, Security Specialist (73654, see #51)
  • Customary Shakedown, Support Officer (73718, 73720, 73722, 73724, see #39)
  • A Few Too Many, Unruly Patron (73742, 73744, 73746, 73748, 73750, 73752, 73754, 73756, see #44)
  • Unexpected Delays, P.O.S.T Worker and Defective Sorter (73776, 73778, 73780, 73784, 73786, 73788, see #48)
  • Piratical Problems, Corsair Cannoneer and Corsair Wavebender (73846, 73848, 73850, 73852, see #45)
  • Hunter Becomes the Hunted, Frenzied Razorwing (73998, see #62)

If you want, you can check if the above fix has worked by hovering your mouse over such a Companion or Enemy in the Select Adventurers screen. Look in the tooltip at the line below the name, it should now say (melee) at the end. Before, it would say (ranged).

Edit: applied Zealvurte's comments
Edit2: applied Sijil82's comment
Edit3: mention clone

Don't see addon loading

Per our last conversation I went back to default addon but I don't see your fix showing up?
What am I missing?
image

Add mission logging for troubleshooting

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: VenturePlanSoDMissions_Logs
extra-vs-spells.lua
logs.lua

Add: logs.lua

local SaveMissionLog do
	function SaveMissionLog(missionID, autoCombatResult)
		if not (missionID and autoCombatResult and autoCombatResult.combatLog and C_Garrison.GetFollowerTypeByMissionID(missionID) == 123) then return end
		local cm, mi = C_Garrison.GetCompleteMissions(123)
		for i, m in ipairs(cm) do
			if m.missionID == missionID then
				mi = m
				break
			end
		end
		local l = {
			build = select(2,GetBuildInfo()),
			addonVersion = GetAddOnMetadata("VenturePlan","Version"),
			missionID = missionID,
			missionName = mi.name,
			missionScalar = mi.missionScalar,
			winner = autoCombatResult.winner,
			log = autoCombatResult.combatLog,
			environment = C_Garrison.GetAutoMissionEnvironmentEffect(missionID),
			encounters = C_Garrison.GetMissionCompleteEncounters(missionID),
			followers = {},
		}
		for i, fid in ipairs(mi.followers) do
			local fi = C_Garrison.GetFollowerMissionCompleteInfo(fid)
			local fs = C_Garrison.GetFollowerAutoCombatStats(fid)
			local fsp = C_Garrison.GetFollowerAutoCombatSpells(fid,fi.level)
			l.followers[fid] = fi
			local f = l.followers[fid]
			f.followerID = fid
			f.garrFollowerID = C_Garrison.GetFollowerInfo(fid).garrFollowerID or fid
			f.health = fs.currentHealth
			f.maxHealth = fs.maxHealth
			f.attack = fs.attack
			f.spells = fsp
		end
		tinsert(VenturePlanSoDMissions_Logs,l)
	end
	local function OnEvent(self, event, ...)
		if (event == "ADDON_LOADED" and select(1,...) == "VenturePlanSoDMissions") then
			_G["VenturePlanSoDMissions_Logs"] = {}
		elseif (event == "GARRISON_MISSION_COMPLETE_RESPONSE") then
			SaveMissionLog(select(1,...),select(6,...))
		end
	end
	local f = CreateFrame("Frame")
	f:RegisterEvent("ADDON_LOADED")
	f:RegisterEvent("GARRISON_MISSION_COMPLETE_RESPONSE")
	f:SetScript("OnEvent", OnEvent)
end

People can exit/reload after completing some missions, then view and/or copy & paste the logs from WTF/Account/<account name>/SavedVariables/VenturePlanSoDMissions.lua. As this need is quite basic, it's not optimized for size or encoded, and it wipes previous logs so that it only saves logs from the current session.

(Need more logs)Wrong value of spell 333

I found it yesterday but I don't have enough log to check out this value
Here is a log for this
sim error results and real logs.txt
pay attention to the enemy in slot 5 in turn 2(last action in turn 2)
the enemy in slot 5 owns a -210 atk reduce aura and a 40% atk aura(according to spell 333)
its original attack was 350 and it dealt 195 damage
๏ผˆ350-210๏ผ‰ * 1.4 = 196 in sim
(1 value offset due to precision while caculating,it's hard to explain so just ignore it in this case)
but in real log,it dealt 280 damage
I supposed that the value is caculated by
๏ผˆ350-210๏ผ‰ * 2.0 = 280
the spell 333 may change the key modDamageDealt from value 40 to 100

see also the last action in turn 3
the enemy gains two -20% atk auras ,-210 atk aura and 40% atk aura(according to spell 333)
but it dealt 168 damage in real log
this value might caculate by
๏ผˆ350-210๏ผ‰ * 2.0 * (1-0.2-0.2)= 168

It needs more logs to prove this fix because no one points out this bug since the config of this spell was used over nearly 2 months

How to export dump

I ran the dump as the mission was incorrectly predicted and it did output info in the chat box but I see no way to copy/paste that info.

On load warning [Minor annoyance]

I understand the purpose, and that I may be being a bit petty, but could we get a disable option for this? I have to routinely reload my UI throughout the day, mainly from guild frame related issues, and getting this every time is kinda annoying.

New follower bug

Not sure if you can fix this but this week's new follower seems to have broken Ventureplan a bit:

20x VenturePlan\Widgets.lua:546: attempt to index local 'self' (a nil value)
[string "@VenturePlan\Widgets.lua"]:546: in function <VenturePlan\Widgets.lua:539>
[string "@VenturePlan\Widgets.lua"]:722: in function Refresh' [string "@VenturePlan\MissionView.lua"]:677: in function <VenturePlan\MissionView.lua:671> [string "=[C]"]: ? [string "=[C]"]: ? [string "=[C]"]: in function Show'
[string "@VenturePlan\Util.lua"]:205: in function `ShowMission'
[string "@VenturePlan\Widgets.lua"]:242: in function <VenturePlan\Widgets.lua:241>

Locals:
self = nil
info =

{
isAutoTroop = false
followerTypeID = 123
soFavorite = 0
iLevel = 800
isCollected = true
classAtlas = "raceicon-undead-male"
autoCombatSpells =
{
}
isTroop = false
garrFollowerID = 1261
missionTimeEnd = 24165.877000
displayHeight = 0.500000
levelXP = 7100
status = "On Mission"
level = 39
scale = 0.700000
classSpec = 345
portraitIconID = 3684879
displayIDs =
{
}
isFavorite = false
role = 3
displayScale = 1
autoCombatantStats =
{
}
xp = 3250
quality = 5
health = 1209
isMaxLevel = false
name = "Plague Deviser Marileth"
followerID = "0x000000006A37E29C"
height = 1.200000
isSoulbind = true
maxHealth = 1440
className = "Plague Deviser"
}
s = nil
onMission = true
inTG = nil
vc = 0.250000
dc = 0.650000
mc =
{
GetRGB = defined @SharedXML\Color.lua:20
OnLoad = defined @SharedXML\Color.lua:9
b = 0.498000
GenerateHexColorMarkup = defined @SharedXML\Color.lua:51
WrapTextInColorCode = defined @SharedXML\Color.lua:55
GenerateHexColor = defined @SharedXML\Color.lua:47
GetRGBA = defined @SharedXML\Color.lua:28
IsEqualTo = defined @SharedXML\Color.lua:13
g = 0.498000
r = 0.498000
SetRGBA = defined @SharedXML\Color.lua:36
GetRGBAsBytes = defined @SharedXML\Color.lua:24
SetRGB = defined @SharedXML\Color.lua:43
GetRGBAAsBytes = defined @SharedXML\Color.lua:32
}
mtl = "5h"
(*temporary) = 17620
(*temporary) = 2
(*temporary) = true
(*temporary) = true
(*temporary) = defined =[C]:-1
(*temporary) = "5h"
(*temporary) = "%dh"
(*temporary) = 5
(*temporary) = "5h"
(*temporary) = 5
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'self' (a nil value)"
S =
{
=
{
}
=
{
}
=
{
}
=
{
}
=
{
}
= {
}
= {
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
= {
}
= {
}
=
{
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
=
{
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
=
{
}
=
{
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
= {
}
=
{
}
=
{
}
=
{
}
= {
}
= {
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
= {
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
= {
}
= {
}
= {
}
=
{
}
= {
}
= {
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
= {
}
= {
}
= {
}
= {
}
= {
}
=
{
}
= {
}
=
{
}
= {
}
=
{
}
= {
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
=
{
}
= {
}
= {
}
=
{
}
= {
}
= {
}
= {
}
= {
}
= {
}
=
{
}
=
{
}
=
{
}
=
{
}
= {
}
=
{
}
=
{
}
= {
}
=
{

VPSM and VP fork

I have the forked VP that was provisionally available on GitHub (not by foxlift) which happens to have some 9.1 abilities added (from the reports they've gathered). Is this addon compatible with that fork, or should I revert to the latest upstream?

Gatecrashers mission failure

It appears this mission (Gatecrashers) is causing a failure sometimes, and definitely mis-predicts.
Looking into this the mission has just 2 Stygian Bombadiers (back left and back right). They are listed as Ranged, but they actually use melee attacks. The prediction seems to be calculated with ranged auto attacks. So for instance it is showing a lot of damage to the troop in the front right position whereas this follower actually takes no damage (as the auto-attacks and cone attacks start at my front left and front middle troops).

I believe the Sygian Bombadier abilities to be:
autoCombatSpellID=11
autoCombatSpellID=347

Which both have the description about dealing damage to the closest enemy. Mousing over the Bombadiers to view the target dots shows the normal auto attack targets to be (incorrectly) the furthest troop but the cone ability target dots appear to correctly show the closest target being used for the start of the cone.

Full dump for mission:
[1]={
locTextureKit="GarrMissionLocation-Maw",
isExhausting=false,
location="Korthia",
xp=1000,
enemies={
[1]={
autoCombatAutoAttack={
description="Deal attack damage to the closest enemy.",
autoCombatSpellID=11,
duration=0,
previewMask=0,
name="Auto Attack",
hasThornsEffect=false,
schoolMask=1,
icon=1064261,
cooldown=0,
spellTutorialFlag=1
},
isElite=false,
scale=1.2000000476837,
portraitFileDataID=4183235,
autoCombatSpells={
[1]={
description="Deals 177 Shadow damage to all enemies in a cone emitting from the closest enemy.",
autoCombatSpellID=347,
duration=0,
previewMask=0,
name="Darkness from Above",
hasThornsEffect=false,
schoolMask=32,
icon=457655,
cooldown=2,
spellTutorialFlag=0
}
},
mechanics={
},
health=7080,
role=3,
name="Stygian Bombardier",
boardIndex=9,
height=0.5,
displayID=101334,
maxHealth=7080,
attack=177
},
[2]={
autoCombatAutoAttack={
description="Deal attack damage to the closest enemy.",
autoCombatSpellID=11,
duration=0,
previewMask=0,
name="Auto Attack",
hasThornsEffect=false,
schoolMask=1,
icon=1064261,
cooldown=0,
spellTutorialFlag=1
},
isElite=false,
scale=1.2000000476837,
portraitFileDataID=4183235,
autoCombatSpells={
[1]={
description="Deals 177 Shadow damage to all enemies in a cone emitting from the closest enemy.",
autoCombatSpellID=347,
duration=0,
previewMask=0,
name="Darkness from Above",
hasThornsEffect=false,
schoolMask=32,
icon=457655,
cooldown=2,
spellTutorialFlag=0
}
},
mechanics={
},
health=7080,
role=3,
name="Stygian Bombardier",
boardIndex=12,
height=0.5,
displayID=101334,
maxHealth=7080,
attack=177
}
}
}

Mission fail with new companion Elwyn

Logs attached:
elwyn.log

Version is different, but the values for spell 306 match:
[306]={type="aura", target=3, duration=3, modMaxHP=60, plusDamageDealtATK=40}, --Arcane Empowerment (UNVERIFIED)

Mission Failed: Bag Inspection (venthyr)

Sorry if this isn't in a decent log format. This occurred despite all the latest noted updates within this project.

{"log":[{"events":[{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":5360,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":5084}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":5360,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":5159}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":5159,"boardIndex":7,"points":100,"maxHealth":5360,"newHealth":5059}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":5059,"boardIndex":7,"points":50,"maxHealth":5360,"newHealth":5009}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":3,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":5009,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":4808}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":3,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":4808,"boardIndex":7,"points":100,"maxHealth":5360,"newHealth":4708}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":3,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":4708,"boardIndex":7,"points":50,"maxHealth":5360,"newHealth":4658}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":4658,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":4457}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":4457,"boardIndex":7,"points":100,"maxHealth":5360,"newHealth":4357}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":4357,"boardIndex":7,"points":50,"maxHealth":5360,"newHealth":4307}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4307,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":3972}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":3,"schoolMask":64,"targetInfo":[{"oldHealth":5084,"boardIndex":12,"points":251,"maxHealth":5360,"newHealth":4833}],"auraType":0,"effectIndex":0,"spellID":45},{"casterBoardIndex":0,"type":4,"schoolMask":64,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":83,"maxHealth":804,"newHealth":804}],"auraType":0,"effectIndex":1,"spellID":45},{"casterBoardIndex":7,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1675,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":1407}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":7,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":4833,"boardIndex":12,"points":214,"maxHealth":5360,"newHealth":5047}],"auraType":0,"effectIndex":0,"spellID":336},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2070,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":1802}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1407,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":1139}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":3972,"boardIndex":7,"points":214,"maxHealth":5360,"newHealth":4186}],"auraType":0,"effectIndex":0,"spellID":336}]},{"events":[{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":5047,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":4771}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":2,"type":7,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"maxHealth":1675,"newHealth":1675},{"oldHealth":1802,"boardIndex":2,"maxHealth":2070,"newHealth":1802},{"oldHealth":1139,"boardIndex":3,"maxHealth":1675,"newHealth":1139},{"oldHealth":1675,"boardIndex":4,"maxHealth":1675,"newHealth":1675}],"auraType":2,"effectIndex":0,"spellID":21},{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":4186,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":3985}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3985,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":3784}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":3,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3784,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":3583}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":3583,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":3248}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1802,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":1534}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1139,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":871}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":7,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":871,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":603}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3248,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":3047}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3047,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":2846}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":1534,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":1603},{"oldHealth":603,"boardIndex":3,"points":69,"maxHealth":1675,"newHealth":672},{"oldHealth":1675,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":1675}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4771,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":4495}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":2846,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":2511}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":3,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2511,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":2310}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1603,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":1335}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":672,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":404}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":7,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":404,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":136}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2310,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":2109}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2109,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":1908}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":1335,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":1404},{"oldHealth":136,"boardIndex":3,"points":69,"maxHealth":1675,"newHealth":205},{"oldHealth":1675,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":1675}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4495,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":4219}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":1908,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":1573}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":3,"schoolMask":64,"targetInfo":[{"oldHealth":4219,"boardIndex":12,"points":251,"maxHealth":5360,"newHealth":3968}],"auraType":0,"effectIndex":0,"spellID":45},{"casterBoardIndex":0,"type":4,"schoolMask":64,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":83,"maxHealth":804,"newHealth":804}],"auraType":0,"effectIndex":1,"spellID":45},{"casterBoardIndex":3,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1573,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":1372}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1404,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":1136}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":205,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":205,"boardIndex":3,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":7,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1675,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":1407}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1372,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":1171}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1171,"boardIndex":7,"points":100,"maxHealth":5360,"newHealth":1071}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1071,"boardIndex":7,"points":50,"maxHealth":5360,"newHealth":1021}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1021,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":820}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":820,"boardIndex":7,"points":100,"maxHealth":5360,"newHealth":720}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":720,"boardIndex":7,"points":50,"maxHealth":5360,"newHealth":670}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":1136,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":1205},{"oldHealth":1407,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":1476}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":3968,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":3692}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":670,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":335}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1205,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":937}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1476,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":1208}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":335,"boardIndex":7,"points":214,"maxHealth":5360,"newHealth":549}],"auraType":0,"effectIndex":0,"spellID":336},{"casterBoardIndex":7,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1208,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":940}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":7,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":3692,"boardIndex":12,"points":214,"maxHealth":5360,"newHealth":3906}],"auraType":0,"effectIndex":0,"spellID":336}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":549,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":348}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":348,"boardIndex":7,"points":201,"maxHealth":5360,"newHealth":147}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":937,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":1006},{"oldHealth":940,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":1009}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":8,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"maxHealth":1675,"newHealth":1675},{"oldHealth":1006,"boardIndex":2,"maxHealth":2070,"newHealth":1006},{"oldHealth":1009,"boardIndex":4,"maxHealth":1675,"newHealth":1009}],"auraType":2,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":3906,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":3630}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":147,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":147,"boardIndex":7,"points":335,"maxHealth":5360,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1006,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":738}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1009,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":741}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3630,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":3429}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":5360,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":5025}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":3,"schoolMask":64,"targetInfo":[{"oldHealth":3429,"boardIndex":12,"points":251,"maxHealth":5360,"newHealth":3178}],"auraType":0,"effectIndex":0,"spellID":45},{"casterBoardIndex":0,"type":4,"schoolMask":64,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":83,"maxHealth":804,"newHealth":804}],"auraType":0,"effectIndex":1,"spellID":45},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3178,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":2977}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":2977,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":2701}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":2,"type":7,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"maxHealth":1675,"newHealth":1675},{"oldHealth":738,"boardIndex":2,"maxHealth":2070,"newHealth":738},{"oldHealth":741,"boardIndex":4,"maxHealth":1675,"newHealth":741}],"auraType":2,"effectIndex":0,"spellID":21},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":738,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":470}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":5025,"boardIndex":9,"points":214,"maxHealth":5360,"newHealth":5239}],"auraType":0,"effectIndex":0,"spellID":336},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":741,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":473}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2701,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":2500}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":5239,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":4904}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2500,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":2299}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":470,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":539},{"oldHealth":473,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":542}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":2299,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":2023}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":539,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":271}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":542,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":274}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2023,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":1822}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1822,"boardIndex":12,"points":100,"maxHealth":5360,"newHealth":1722}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1722,"boardIndex":12,"points":50,"maxHealth":5360,"newHealth":1672}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4904,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":4569}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1672,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":1471}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1471,"boardIndex":12,"points":100,"maxHealth":5360,"newHealth":1371}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":4,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":1371,"boardIndex":12,"points":50,"maxHealth":5360,"newHealth":1321}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":271,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":340},{"oldHealth":274,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":343}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":1321,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":1045}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":340,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":72}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":343,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":75}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":1045,"boardIndex":12,"points":214,"maxHealth":5360,"newHealth":1259}],"auraType":0,"effectIndex":0,"spellID":336}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1259,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":1058}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4569,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":4234}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":3,"schoolMask":64,"targetInfo":[{"oldHealth":1058,"boardIndex":12,"points":251,"maxHealth":5360,"newHealth":807}],"auraType":0,"effectIndex":0,"spellID":45},{"casterBoardIndex":0,"type":4,"schoolMask":64,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":83,"maxHealth":804,"newHealth":804}],"auraType":0,"effectIndex":1,"spellID":45},{"casterBoardIndex":4,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":807,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":606}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675},{"oldHealth":72,"boardIndex":2,"points":69,"maxHealth":2070,"newHealth":141},{"oldHealth":75,"boardIndex":4,"points":69,"maxHealth":1675,"newHealth":144}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":606,"boardIndex":12,"points":276,"maxHealth":5360,"newHealth":330}],"auraType":0,"effectIndex":0,"spellID":15},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":141,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":141,"boardIndex":2,"points":268,"maxHealth":2070,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":144,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":12,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":144,"boardIndex":4,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":330,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":129}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4234,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":3899}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":2,"type":6,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":69,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"points":69,"maxHealth":1675,"newHealth":1675}],"auraType":0,"effectIndex":0,"spellID":21},{"casterBoardIndex":2,"type":8,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"maxHealth":804,"newHealth":804},{"oldHealth":1675,"boardIndex":1,"maxHealth":1675,"newHealth":1675}],"auraType":2,"effectIndex":0,"spellID":21},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":804,"boardIndex":0,"points":268,"maxHealth":804,"newHealth":536}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":3899,"boardIndex":9,"points":214,"maxHealth":5360,"newHealth":4113}],"auraType":0,"effectIndex":0,"spellID":336},{"casterBoardIndex":12,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":536,"boardIndex":0,"points":268,"maxHealth":804,"newHealth":268}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":129,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":129,"boardIndex":12,"points":201,"maxHealth":5360,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":0,"type":1,"schoolMask":1,"targetInfo":[{"oldHealth":4113,"boardIndex":9,"points":335,"maxHealth":5360,"newHealth":3778}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":268,"boardIndex":0,"points":268,"maxHealth":804,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":268,"boardIndex":0,"points":268,"maxHealth":804,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3778,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":3577}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":3577,"boardIndex":9,"points":100,"maxHealth":5360,"newHealth":3477}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":3477,"boardIndex":9,"points":50,"maxHealth":5360,"newHealth":3427}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1675,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":1407}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3427,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":3226}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1407,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":1139}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3226,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":3025}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":1139,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":871}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":4,"schoolMask":4,"targetInfo":[{"oldHealth":3025,"boardIndex":9,"points":214,"maxHealth":5360,"newHealth":3239}],"auraType":0,"effectIndex":0,"spellID":336}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3239,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":3038}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":871,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":603}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":3038,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":2837}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":2837,"boardIndex":9,"points":100,"maxHealth":5360,"newHealth":2737}],"auraType":0,"effectIndex":0,"spellID":44},{"casterBoardIndex":1,"type":2,"schoolMask":1,"targetInfo":[{"oldHealth":2737,"boardIndex":9,"points":50,"maxHealth":5360,"newHealth":2687}],"auraType":0,"effectIndex":1,"spellID":44},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":603,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":335}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2687,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":2486}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":335,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":67}],"auraType":0,"effectIndex":0,"spellID":11}]},{"events":[{"casterBoardIndex":1,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":2486,"boardIndex":9,"points":201,"maxHealth":5360,"newHealth":2285}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":0,"schoolMask":1,"targetInfo":[{"oldHealth":67,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11},{"casterBoardIndex":9,"type":9,"schoolMask":1,"targetInfo":[{"oldHealth":67,"boardIndex":1,"points":268,"maxHealth":1675,"newHealth":0}],"auraType":0,"effectIndex":0,"spellID":11}]}],"addonVersion":"4.26","missionName":"Bag Inspection","meta":{"dv":1,"lc":"enUS","ts":18897,"cb":"40120"},"missionScalar":57,"predictionCorrect":false,"missionID":2306,"encounters":[{"autoCombatAutoAttack":{"description":"Deal attack damage to the closest enemy.","autoCombatSpellID":11,"duration":0,"previewMask":0,"name":"Auto Attack","hasThornsEffect":false,"schoolMask":1,"icon":1064261,"cooldown":0,"spellTutorialFlag":1},"isElite":false,"autoCombatSpells":[{"description":"Heal an adjacent ally for 214.","autoCombatSpellID":336,"duration":0,"name":"Evidence of Wrongdoing","hasThornsEffect":false,"cooldown":3}],"health":5360,"role":1,"name":"Interrogation Specialist","boardIndex":12,"maxHealth":5360,"attack":268},{"autoCombatAutoAttack":{"description":"Deal attack damage to the closest enemy.","autoCombatSpellID":11,"duration":0,"previewMask":0,"name":"Auto Attack","hasThornsEffect":false,"schoolMask":1,"icon":1064261,"cooldown":0,"spellTutorialFlag":1},"isElite":false,"autoCombatSpells":[{"description":"Heal an adjacent ally for 214.","autoCombatSpellID":336,"duration":0,"name":"Evidence of Wrongdoing","hasThornsEffect":false,"cooldown":3}],"health":5360,"role":1,"name":"Interrogation Specialist","boardIndex":7,"maxHealth":5360,"attack":268},{"autoCombatAutoAttack":{"description":"Deal attack damage to the closest enemy.","autoCombatSpellID":11,"duration":0,"previewMask":0,"name":"Auto Attack","hasThornsEffect":false,"schoolMask":1,"icon":1064261,"cooldown":0,"spellTutorialFlag":1},"isElite":false,"autoCombatSpells":[{"description":"Heal an adjacent ally for 214.","autoCombatSpellID":336,"duration":0,"name":"Evidence of Wrongdoing","hasThornsEffect":false,"cooldown":3}],"health":5360,"role":1,"name":"Interrogation Specialist","boardIndex":9,"maxHealth":5360,"attack":268}],"followers":{"0x00000000241F5714":{"spells":[{"description":"Stabs the closest enemy twice, dealing 100 Physical damage with the first knife and and 50 with the second.","autoCombatSpellID":44,"duration":0,"name":"Double Stab","hasThornsEffect":false,"cooldown":3}],"role":1,"name":"Venthyr Nightblade","boardIndex":3,"health":1675,"level":57,"maxHealth":1675,"attack":201},"0x00000000241F5715":{"spells":[{"description":"Stabs the closest enemy twice, dealing 100 Physical damage with the first knife and and 50 with the second.","autoCombatSpellID":44,"duration":0,"name":"Double Stab","hasThornsEffect":false,"cooldown":3}],"role":1,"name":"Venthyr Nightblade","boardIndex":4,"health":1675,"level":57,"maxHealth":1675,"attack":201},"0x000000001B029AC3":{"spells":[{"description":"Kaletar heals all allies for 69.","autoCombatSpellID":21,"duration":4,"name":"Spirits of Rejuvenation","hasThornsEffect":false,"cooldown":4}],"role":4,"name":"Kaletar","boardIndex":2,"health":2070,"level":59,"maxHealth":2070,"attack":276},"0x00000000241F5713":{"spells":[{"description":"Deals 251 Arcane damage to the farthest enemy and heals themself for 83.","autoCombatSpellID":45,"duration":0,"name":"Siphon Soul","hasThornsEffect":false,"cooldown":2}],"role":2,"name":"Venthyr Soulcaster","boardIndex":0,"health":804,"level":57,"maxHealth":804,"attack":335},"0x00000000241F5712":{"spells":[{"description":"Stabs the closest enemy twice, dealing 100 Physical damage with the first knife and and 50 with the second.","autoCombatSpellID":44,"duration":0,"name":"Double Stab","hasThornsEffect":false,"cooldown":3}],"role":1,"name":"Venthyr Nightblade","boardIndex":1,"health":1675,"level":57,"maxHealth":1675,"attack":201}},"winner":false}

personalization

@hythloday Hi.
First as a long time member of the FOSS community, ty for picking up the ball on this issue.
I currently have a email out to blizzards legal team on clarification of vp's right to have a closed copyright.
IN THE MEANTIME
I've renamed vp's folder to "BearsVenturePlan" and updated the toc accordingly.
The changed line #6 of your .toc to reflect that change
"## Dependencies: BearsVenturePlan"
I don't see the addon in the "addons" list however. Did I miss a change somewhere?

The reason for the change is to prevent it being overwritten by wowup in the future.
incase you doubt my integrity.. https://github.com/N6REJ

Mission Failed: Bonewrought? Bone-wrong, Belike

Many thanks to those putting in the time & effort to keep this updated!

Here's the full log file:

VenturePlanSoDMissions_Logs = {
{
["log"] = {
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2680,
["boardIndex"] = 6,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 2616,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2680,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 2552,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [2]
{
["casterBoardIndex"] = 4,
["type"] = 2,
["schoolMask"] = 48,
["targetInfo"] = {
{
["oldHealth"] = 2552,
["boardIndex"] = 7,
["points"] = 153,
["maxHealth"] = 2680,
["newHealth"] = 2399,
}, -- [1]
{
["oldHealth"] = 3480,
["boardIndex"] = 10,
["points"] = 153,
["maxHealth"] = 3480,
["newHealth"] = 3327,
}, -- [2]
{
["oldHealth"] = 1680,
["boardIndex"] = 12,
["points"] = 153,
["maxHealth"] = 1680,
["newHealth"] = 1527,
}, -- [3]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 113,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1527,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 1335,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 2616,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 2616,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [5]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 2616,
["boardIndex"] = 6,
["points"] = 288,
["maxHealth"] = 2680,
["newHealth"] = 2328,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [6]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 2328,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 2328,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 107,
}, -- [7]
{
["casterBoardIndex"] = 0,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1920,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 1920,
["newHealth"] = 1920,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 108,
}, -- [8]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1920,
["boardIndex"] = 2,
["maxHealth"] = 2112,
["newHealth"] = 2112,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [9]
{
["casterBoardIndex"] = 3,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2328,
["boardIndex"] = 6,
["points"] = 183,
["maxHealth"] = 2680,
["newHealth"] = 2145,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 3,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 2145,
["boardIndex"] = 6,
["points"] = 161,
["maxHealth"] = 2680,
["newHealth"] = 1984,
}, -- [1]
{
["oldHealth"] = 2399,
["boardIndex"] = 7,
["points"] = 65,
["maxHealth"] = 2680,
["newHealth"] = 2334,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 51,
}, -- [11]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1680,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 1550,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [12]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 1984,
["boardIndex"] = 6,
["points"] = 226,
["maxHealth"] = 2680,
["newHealth"] = 1758,
}, -- [1]
{
["oldHealth"] = 2334,
["boardIndex"] = 7,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 2204,
}, -- [2]
{
["oldHealth"] = 1550,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 1420,
}, -- [3]
{
["oldHealth"] = 3327,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 3197,
}, -- [4]
{
["oldHealth"] = 1335,
["boardIndex"] = 12,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 1205,
}, -- [5]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [13]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 2112,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 2112,
["newHealth"] = 2112,
}, -- [3]
{
["oldHealth"] = 580,
["boardIndex"] = 3,
["points"] = 130,
["maxHealth"] = 580,
["newHealth"] = 580,
}, -- [4]
{
["oldHealth"] = 1120,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 1120,
}, -- [5]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [14]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2112,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 2034,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
{
["casterBoardIndex"] = 10,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1758,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 1758,
}, -- [1]
{
["oldHealth"] = 2204,
["boardIndex"] = 7,
["maxHealth"] = 2680,
["newHealth"] = 2204,
}, -- [2]
{
["oldHealth"] = 1420,
["boardIndex"] = 9,
["maxHealth"] = 1680,
["newHealth"] = 1420,
}, -- [3]
{
["oldHealth"] = 1205,
["boardIndex"] = 12,
["maxHealth"] = 1680,
["newHealth"] = 1205,
}, -- [4]
},
["auraType"] = 4,
["effectIndex"] = 0,
["spellID"] = 147,
}, -- [16]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2034,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 1956,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [17]
{
["casterBoardIndex"] = 6,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1956,
["boardIndex"] = 2,
["points"] = 58,
["maxHealth"] = 2112,
["newHealth"] = 1898,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 145,
}, -- [18]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 580,
["boardIndex"] = 3,
["points"] = 78,
["maxHealth"] = 580,
["newHealth"] = 502,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [19]
{
["casterBoardIndex"] = 7,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 502,
["boardIndex"] = 3,
["points"] = 58,
["maxHealth"] = 580,
["newHealth"] = 444,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 145,
}, -- [20]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1898,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 2112,
["newHealth"] = 1770,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [21]
{
["casterBoardIndex"] = 9,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1120,
["boardIndex"] = 4,
["points"] = 96,
["maxHealth"] = 1120,
["newHealth"] = 1024,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 146,
}, -- [22]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 444,
["boardIndex"] = 3,
["points"] = 128,
["maxHealth"] = 580,
["newHealth"] = 316,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [23]
{
["casterBoardIndex"] = 12,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1770,
["boardIndex"] = 2,
["points"] = 96,
["maxHealth"] = 2112,
["newHealth"] = 1674,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 146,
}, -- [24]
},
}, -- [1]
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1758,
["boardIndex"] = 6,
["points"] = 80,
["maxHealth"] = 2680,
["newHealth"] = 1678,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1674,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 2112,
["newHealth"] = 1738,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [2]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2204,
["boardIndex"] = 7,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 2140,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1678,
["boardIndex"] = 6,
["points"] = 192,
["maxHealth"] = 2680,
["newHealth"] = 1486,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1205,
["boardIndex"] = 12,
["points"] = 96,
["maxHealth"] = 1680,
["newHealth"] = 1109,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1420,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 1355,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [6]
{
["casterBoardIndex"] = 3,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1486,
["boardIndex"] = 6,
["points"] = 91,
["maxHealth"] = 2680,
["newHealth"] = 1395,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1738,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 1660,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 316,
["boardIndex"] = 3,
["points"] = 78,
["maxHealth"] = 580,
["newHealth"] = 238,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1660,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 1582,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1582,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 2112,
["newHealth"] = 1454,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 238,
["boardIndex"] = 3,
["points"] = 128,
["maxHealth"] = 580,
["newHealth"] = 110,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
},
}, -- [2]
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1395,
["boardIndex"] = 6,
["points"] = 80,
["maxHealth"] = 2680,
["newHealth"] = 1315,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2140,
["boardIndex"] = 7,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 2076,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1315,
["boardIndex"] = 6,
["points"] = 192,
["maxHealth"] = 2680,
["newHealth"] = 1123,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1454,
["boardIndex"] = 2,
["maxHealth"] = 1920,
["newHealth"] = 1454,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1109,
["boardIndex"] = 12,
["points"] = 96,
["maxHealth"] = 1680,
["newHealth"] = 1013,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1355,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 1290,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 1123,
["boardIndex"] = 6,
["points"] = 113,
["maxHealth"] = 2680,
["newHealth"] = 1010,
}, -- [1]
{
["oldHealth"] = 2076,
["boardIndex"] = 7,
["points"] = 65,
["maxHealth"] = 2680,
["newHealth"] = 2011,
}, -- [2]
{
["oldHealth"] = 1290,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 1225,
}, -- [3]
{
["oldHealth"] = 3197,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 3067,
}, -- [4]
{
["oldHealth"] = 1013,
["boardIndex"] = 12,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 948,
}, -- [5]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 1454,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 1920,
["newHealth"] = 1584,
}, -- [3]
{
["oldHealth"] = 110,
["boardIndex"] = 3,
["points"] = 130,
["maxHealth"] = 580,
["newHealth"] = 240,
}, -- [4]
{
["oldHealth"] = 1024,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 1120,
}, -- [5]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [8]
{
["casterBoardIndex"] = 3,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1010,
["boardIndex"] = 6,
["points"] = 91,
["maxHealth"] = 2680,
["newHealth"] = 919,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 10,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 919,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 919,
}, -- [1]
{
["oldHealth"] = 2011,
["boardIndex"] = 7,
["maxHealth"] = 2680,
["newHealth"] = 2011,
}, -- [2]
{
["oldHealth"] = 1225,
["boardIndex"] = 9,
["maxHealth"] = 1680,
["newHealth"] = 1225,
}, -- [3]
{
["oldHealth"] = 948,
["boardIndex"] = 12,
["maxHealth"] = 1680,
["newHealth"] = 948,
}, -- [4]
},
["auraType"] = 4,
["effectIndex"] = 0,
["spellID"] = 147,
}, -- [10]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1584,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 1506,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 240,
["boardIndex"] = 3,
["points"] = 78,
["maxHealth"] = 580,
["newHealth"] = 162,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1506,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 1428,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [13]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1428,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 1920,
["newHealth"] = 1300,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [14]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 162,
["boardIndex"] = 3,
["points"] = 128,
["maxHealth"] = 580,
["newHealth"] = 34,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
},
}, -- [3]
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 919,
["boardIndex"] = 6,
["points"] = 160,
["maxHealth"] = 2680,
["newHealth"] = 759,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1300,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 1920,
["newHealth"] = 1364,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [2]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2011,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 1883,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 759,
["boardIndex"] = 6,
["points"] = 384,
["maxHealth"] = 2680,
["newHealth"] = 375,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 375,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 375,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [5]
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 375,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 375,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 107,
}, -- [6]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 948,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 756,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1225,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 1095,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [8]
{
["casterBoardIndex"] = 3,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 375,
["boardIndex"] = 6,
["points"] = 87,
["maxHealth"] = 2680,
["newHealth"] = 288,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1364,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 1286,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 34,
["boardIndex"] = 3,
["points"] = 78,
["maxHealth"] = 580,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 7,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 34,
["boardIndex"] = 3,
["points"] = 78,
["maxHealth"] = 580,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1286,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 1920,
["newHealth"] = 1158,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [13]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1120,
["boardIndex"] = 4,
["points"] = 128,
["maxHealth"] = 1120,
["newHealth"] = 992,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [14]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1158,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 1080,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
},
}, -- [4]
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 288,
["boardIndex"] = 6,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 224,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1883,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 1755,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 756,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 564,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1095,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 965,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 224,
["boardIndex"] = 6,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 94,
}, -- [1]
{
["oldHealth"] = 1755,
["boardIndex"] = 7,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 1625,
}, -- [2]
{
["oldHealth"] = 965,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 835,
}, -- [3]
{
["oldHealth"] = 3067,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 2937,
}, -- [4]
{
["oldHealth"] = 564,
["boardIndex"] = 12,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 434,
}, -- [5]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 1080,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 1920,
["newHealth"] = 1210,
}, -- [3]
{
["oldHealth"] = 992,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 1120,
}, -- [4]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [6]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1210,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 1132,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1120,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 1042,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1132,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 1920,
["newHealth"] = 1004,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1042,
["boardIndex"] = 4,
["points"] = 128,
["maxHealth"] = 1120,
["newHealth"] = 914,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1004,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 926,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
},
}, -- [5]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 434,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 242,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 926,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 1920,
["newHealth"] = 1002,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 108,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1002,
["boardIndex"] = 2,
["maxHealth"] = 2112,
["newHealth"] = 1194,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [3]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 94,
["boardIndex"] = 6,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 30,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1194,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 2112,
["newHealth"] = 1258,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [5]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1625,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 1497,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 4,
["type"] = 2,
["schoolMask"] = 48,
["targetInfo"] = {
{
["oldHealth"] = 1497,
["boardIndex"] = 7,
["points"] = 153,
["maxHealth"] = 2680,
["newHealth"] = 1344,
}, -- [1]
{
["oldHealth"] = 2937,
["boardIndex"] = 10,
["points"] = 153,
["maxHealth"] = 3480,
["newHealth"] = 2784,
}, -- [2]
{
["oldHealth"] = 242,
["boardIndex"] = 12,
["points"] = 153,
["maxHealth"] = 1680,
["newHealth"] = 89,
}, -- [3]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 113,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 835,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 705,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [8]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1258,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 1180,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 914,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 836,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 7,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 836,
["boardIndex"] = 4,
["points"] = 58,
["maxHealth"] = 1120,
["newHealth"] = 778,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 145,
}, -- [11]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1180,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 2112,
["newHealth"] = 1052,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 9,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 778,
["boardIndex"] = 4,
["points"] = 96,
["maxHealth"] = 1120,
["newHealth"] = 682,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 146,
}, -- [13]
{
["casterBoardIndex"] = 12,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 682,
["boardIndex"] = 4,
["points"] = 128,
["maxHealth"] = 1120,
["newHealth"] = 554,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [14]
{
["casterBoardIndex"] = 12,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1052,
["boardIndex"] = 2,
["points"] = 96,
["maxHealth"] = 2112,
["newHealth"] = 956,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 146,
}, -- [15]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 956,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 878,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [16]
{
["casterBoardIndex"] = 6,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 878,
["boardIndex"] = 2,
["points"] = 58,
["maxHealth"] = 2112,
["newHealth"] = 820,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 145,
}, -- [17]
},
}, -- [6]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 89,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 89,
["boardIndex"] = 12,
["points"] = 192,
["maxHealth"] = 1680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 30,
["boardIndex"] = 6,
["maxHealth"] = 2680,
["newHealth"] = 30,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 30,
["boardIndex"] = 6,
["points"] = 288,
["maxHealth"] = 2680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 9,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 30,
["boardIndex"] = 6,
["points"] = 288,
["maxHealth"] = 2680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [5]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 107,
}, -- [6]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 705,
["boardIndex"] = 9,
["points"] = 64,
["maxHealth"] = 1680,
["newHealth"] = 641,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1344,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 1216,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 641,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 511,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [9]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 1216,
["boardIndex"] = 7,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 1086,
}, -- [1]
{
["oldHealth"] = 511,
["boardIndex"] = 9,
["points"] = 130,
["maxHealth"] = 1680,
["newHealth"] = 381,
}, -- [2]
{
["oldHealth"] = 2784,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 2654,
}, -- [3]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [10]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 820,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 2112,
["newHealth"] = 950,
}, -- [3]
{
["oldHealth"] = 554,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 684,
}, -- [4]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [11]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 950,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 872,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 10,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1086,
["boardIndex"] = 7,
["maxHealth"] = 2680,
["newHealth"] = 1086,
}, -- [1]
{
["oldHealth"] = 381,
["boardIndex"] = 9,
["maxHealth"] = 1680,
["newHealth"] = 381,
}, -- [2]
},
["auraType"] = 4,
["effectIndex"] = 0,
["spellID"] = 147,
}, -- [13]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 684,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 606,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [14]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 872,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 2112,
["newHealth"] = 744,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
},
}, -- [7]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 744,
["boardIndex"] = 2,
["maxHealth"] = 1920,
["newHealth"] = 744,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 381,
["boardIndex"] = 9,
["points"] = 96,
["maxHealth"] = 1680,
["newHealth"] = 285,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 285,
["boardIndex"] = 9,
["points"] = 32,
["maxHealth"] = 1680,
["newHealth"] = 253,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 744,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 1920,
["newHealth"] = 808,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [5]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1086,
["boardIndex"] = 7,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 1022,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 253,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 188,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [7]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 808,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 730,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 606,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 528,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 9,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 730,
["boardIndex"] = 2,
["points"] = 128,
["maxHealth"] = 1920,
["newHealth"] = 602,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
},
}, -- [8]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 188,
["boardIndex"] = 9,
["points"] = 96,
["maxHealth"] = 1680,
["newHealth"] = 92,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 92,
["boardIndex"] = 9,
["points"] = 32,
["maxHealth"] = 1680,
["newHealth"] = 60,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [3]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1022,
["boardIndex"] = 7,
["points"] = 64,
["maxHealth"] = 2680,
["newHealth"] = 958,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 60,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 60,
["boardIndex"] = 9,
["points"] = 65,
["maxHealth"] = 1680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 958,
["boardIndex"] = 7,
["points"] = 65,
["maxHealth"] = 2680,
["newHealth"] = 893,
}, -- [1]
{
["oldHealth"] = 2654,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 2524,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 602,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 1920,
["newHealth"] = 732,
}, -- [3]
{
["oldHealth"] = 528,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 658,
}, -- [4]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [8]
{
["casterBoardIndex"] = 10,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 893,
["boardIndex"] = 7,
["maxHealth"] = 2680,
["newHealth"] = 893,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 0,
["spellID"] = 147,
}, -- [9]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 732,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 654,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 658,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 580,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
},
}, -- [9]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 8,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 107,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2524,
["boardIndex"] = 10,
["points"] = 192,
["maxHealth"] = 3480,
["newHealth"] = 2332,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [4]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2332,
["boardIndex"] = 10,
["points"] = 64,
["maxHealth"] = 3480,
["newHealth"] = 2268,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [5]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 654,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 1920,
["newHealth"] = 718,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [6]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 893,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 765,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2268,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 2138,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [8]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 718,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 1920,
["newHealth"] = 640,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 580,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 502,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
},
}, -- [10]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2138,
["boardIndex"] = 10,
["points"] = 192,
["maxHealth"] = 3480,
["newHealth"] = 1946,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 640,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 1920,
["newHealth"] = 716,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 108,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 716,
["boardIndex"] = 2,
["maxHealth"] = 2112,
["newHealth"] = 908,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [3]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1946,
["boardIndex"] = 10,
["points"] = 64,
["maxHealth"] = 3480,
["newHealth"] = 1882,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1882,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 1752,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 765,
["boardIndex"] = 7,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 635,
}, -- [1]
{
["oldHealth"] = 1752,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 1622,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 908,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 2112,
["newHealth"] = 1038,
}, -- [3]
{
["oldHealth"] = 502,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 632,
}, -- [4]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [7]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 635,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 507,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 4,
["type"] = 2,
["schoolMask"] = 48,
["targetInfo"] = {
{
["oldHealth"] = 507,
["boardIndex"] = 7,
["points"] = 153,
["maxHealth"] = 2680,
["newHealth"] = 354,
}, -- [1]
{
["oldHealth"] = 1622,
["boardIndex"] = 10,
["points"] = 153,
["maxHealth"] = 3480,
["newHealth"] = 1469,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 113,
}, -- [9]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1038,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 960,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 632,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 554,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 7,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 554,
["boardIndex"] = 4,
["points"] = 58,
["maxHealth"] = 1120,
["newHealth"] = 496,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 145,
}, -- [12]
},
}, -- [11]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1469,
["boardIndex"] = 10,
["points"] = 192,
["maxHealth"] = 3480,
["newHealth"] = 1277,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1277,
["boardIndex"] = 10,
["points"] = 64,
["maxHealth"] = 3480,
["newHealth"] = 1213,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [2]
{
["casterBoardIndex"] = 2,
["type"] = 4,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 2,
["points"] = 64,
["maxHealth"] = 2112,
["newHealth"] = 1024,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 114,
}, -- [3]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1213,
["boardIndex"] = 10,
["points"] = 130,
["maxHealth"] = 3480,
["newHealth"] = 1083,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [4]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 354,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 226,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [5]
{
["casterBoardIndex"] = 10,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1024,
["boardIndex"] = 2,
["points"] = 78,
["maxHealth"] = 2112,
["newHealth"] = 946,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 496,
["boardIndex"] = 4,
["points"] = 78,
["maxHealth"] = 1120,
["newHealth"] = 418,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
},
}, -- [12]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 946,
["boardIndex"] = 2,
["maxHealth"] = 1920,
["newHealth"] = 946,
}, -- [1]
},
["auraType"] = 4,
["effectIndex"] = 1,
["spellID"] = 108,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1083,
["boardIndex"] = 10,
["points"] = 192,
["maxHealth"] = 3480,
["newHealth"] = 891,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 891,
["boardIndex"] = 10,
["maxHealth"] = 3480,
["newHealth"] = 891,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 5,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 891,
["boardIndex"] = 10,
["points"] = 288,
["maxHealth"] = 3480,
["newHealth"] = 603,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 107,
}, -- [4]
{
["casterBoardIndex"] = 0,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 603,
["boardIndex"] = 10,
["maxHealth"] = 3480,
["newHealth"] = 603,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 107,
}, -- [5]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 603,
["boardIndex"] = 10,
["points"] = 160,
["maxHealth"] = 3480,
["newHealth"] = 443,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 443,
["boardIndex"] = 10,
["points"] = 226,
["maxHealth"] = 3480,
["newHealth"] = 217,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 226,
["boardIndex"] = 7,
["points"] = 130,
["maxHealth"] = 2680,
["newHealth"] = 96,
}, -- [1]
{
["oldHealth"] = 217,
["boardIndex"] = 10,
["points"] = 226,
["maxHealth"] = 3480,
["newHealth"] = 0,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [8]
{
["casterBoardIndex"] = 1,
["type"] = 9,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 217,
["boardIndex"] = 10,
["points"] = 226,
["maxHealth"] = 3480,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 191,
}, -- [9]
{
["casterBoardIndex"] = 1,
["type"] = 4,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 960,
["boardIndex"] = 0,
["points"] = 130,
["maxHealth"] = 960,
["newHealth"] = 960,
}, -- [1]
{
["oldHealth"] = 520,
["boardIndex"] = 1,
["points"] = 130,
["maxHealth"] = 520,
["newHealth"] = 520,
}, -- [2]
{
["oldHealth"] = 946,
["boardIndex"] = 2,
["points"] = 130,
["maxHealth"] = 1920,
["newHealth"] = 1076,
}, -- [3]
{
["oldHealth"] = 418,
["boardIndex"] = 4,
["points"] = 130,
["maxHealth"] = 1120,
["newHealth"] = 548,
}, -- [4]
},
["auraType"] = 0,
["effectIndex"] = 1,
["spellID"] = 191,
}, -- [10]
{
["casterBoardIndex"] = 4,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 96,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 4,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 96,
["boardIndex"] = 7,
["points"] = 128,
["maxHealth"] = 2680,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
},
}, -- [13]
},
["addonVersion"] = "4.16a",
["missionName"] = "Campaign: Promises of the Praetor",
["missionScalar"] = 24,
["missionID"] = 2212,
["encounters"] = {
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1.200000047683716,
["portraitFileDataID"] = 3852849,
["autoCombatSpells"] = {
{
["description"] = "Smashes the closest enemy, dealing 58 Shadow damage.",
["autoCombatSpellID"] = 145,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Shield Bash",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 236318,
["cooldown"] = 4,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 2680,
["role"] = 5,
["name"] = "Forsworn Protector",
["boardIndex"] = 6,
["height"] = 0.5,
["displayID"] = 93904,
["maxHealth"] = 2680,
["attack"] = 78,
}, -- [1]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1.200000047683716,
["portraitFileDataID"] = 3852849,
["autoCombatSpells"] = {
{
["description"] = "Smashes the closest enemy, dealing 58 Shadow damage.",
["autoCombatSpellID"] = 145,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Shield Bash",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 236318,
["cooldown"] = 4,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 2680,
["role"] = 5,
["name"] = "Forsworn Protector",
["boardIndex"] = 7,
["height"] = 0.5,
["displayID"] = 93904,
["maxHealth"] = 2680,
["attack"] = 78,
}, -- [2]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1.200000047683716,
["portraitFileDataID"] = 3852877,
["autoCombatSpells"] = {
{
["description"] = "The praetor inspires the Forsworn, reducing the damage allies take by -50% for two turns.",
["autoCombatSpellID"] = 147,
["duration"] = 2,
["previewMask"] = 4,
["name"] = "Close Ranks",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 136051,
["cooldown"] = 5,
["spellTutorialFlag"] = 0,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 3480,
["role"] = 4,
["name"] = "Forsworn Praetor",
["boardIndex"] = 10,
["height"] = 0.5,
["displayID"] = 96504,
["maxHealth"] = 3480,
["attack"] = 78,
}, -- [3]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1.200000047683716,
["portraitFileDataID"] = 3852840,
["autoCombatSpells"] = {
{
["description"] = "Hurls a javelin at the farthest enemy, dealing 96 Shadow damage.",
["autoCombatSpellID"] = 146,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Dark Javelin",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 135131,
["cooldown"] = 4,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 1680,
["role"] = 2,
["name"] = "Forsworn Javelineer",
["boardIndex"] = 9,
["height"] = 0.5,
["displayID"] = 93493,
["maxHealth"] = 1680,
["attack"] = 128,
}, -- [4]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1.200000047683716,
["portraitFileDataID"] = 3852840,
["autoCombatSpells"] = {
{
["description"] = "Hurls a javelin at the farthest enemy, dealing 96 Shadow damage.",
["autoCombatSpellID"] = 146,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Dark Javelin",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 135131,
["cooldown"] = 4,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 1680,
["role"] = 2,
["name"] = "Forsworn Javelineer",
["boardIndex"] = 12,
["height"] = 0.5,
["displayID"] = 93493,
["maxHealth"] = 1680,
["attack"] = 128,
}, -- [5]
},
["winner"] = true,
["followers"] = {
["0x000000002B0E934E"] = {
["currentXP"] = 0,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-female",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 97862,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 1,
["level"] = 19,
["quality"] = 0,
["portraitIconID"] = 3856513,
["health"] = 580,
["garrFollowerID"] = 1321,
["followerID"] = "0x000000002B0E934E",
["maxXP"] = 0,
["spells"] = {
{
["description"] = "Whirls in place, dealing 65 Shadow damage to all enemies in melee.",
["autoCombatSpellID"] = 51,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Bonestorm",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 1535071,
["cooldown"] = 5,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["boardIndex"] = 3,
["name"] = "Maldraxxus Shock Trooper",
["className"] = "Shock Trooper",
["height"] = 0.550000011920929,
["maxHealth"] = 580,
["attack"] = 87,
},
["0x000000002A6954C0"] = {
["currentXP"] = 650,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 94089,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 5,
["level"] = 22,
["quality"] = 4,
["portraitIconID"] = 3852619,
["health"] = 1920,
["garrFollowerID"] = 1301,
["followerID"] = "0x000000002A6954C0",
["maxXP"] = 1900,
["spells"] = {
{
["description"] = "Every round, Gunn heals herself for 64.",
["autoCombatSpellID"] = 114,
["duration"] = 0,
["previewMask"] = 2,
["name"] = "Reconstruction",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 1045943,
["cooldown"] = 1,
["spellTutorialFlag"] = 0,
}, -- [1]
},
["boardIndex"] = 2,
["name"] = "Gunn Gorgebone",
["className"] = "Abomination",
["height"] = 0.550000011920929,
["maxHealth"] = 1920,
["attack"] = 64,
},
["0x000000002A6954BF"] = {
["currentXP"] = 1050,
["scale"] = 1.799999952316284,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 96754,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 1,
["level"] = 22,
["quality"] = 4,
["portraitIconID"] = 3852628,
["health"] = 1120,
["garrFollowerID"] = 1300,
["followerID"] = "0x000000002A6954BF",
["maxXP"] = 1900,
["spells"] = {
{
["description"] = "Mevix judges his opponent wanting, dealing 153 Shadowfrost damage to all enemies in a cone in front of him.",
["autoCombatSpellID"] = 113,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Secutor's Judgment",
["hasThornsEffect"] = false,
["schoolMask"] = 48,
["icon"] = 135401,
["cooldown"] = 4,
["spellTutorialFlag"] = 0,
}, -- [1]
},
["boardIndex"] = 4,
["name"] = "Secutor Mevix",
["className"] = "Secutor",
["height"] = 0.5,
["maxHealth"] = 1120,
["attack"] = 128,
},
["0x000000002AE221BB"] = {
["currentXP"] = 450,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 51372,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 4,
["level"] = 16,
["quality"] = 4,
["portraitIconID"] = 3852617,
["health"] = 520,
["garrFollowerID"] = 1304,
["followerID"] = "0x000000002AE221BB",
["maxXP"] = 1100,
["spells"] = {
{
["description"] = "Deals 130 Nature damage each round to all enemies and heals all allies for 130.",
["autoCombatSpellID"] = 191,
["duration"] = 0,
["previewMask"] = 2,
["name"] = "Toxic Dispersal",
["hasThornsEffect"] = false,
["schoolMask"] = 8,
["icon"] = 132104,
["cooldown"] = 1,
["spellTutorialFlag"] = 4,
}, -- [1]
},
["boardIndex"] = 1,
["name"] = "Plaguey",
["className"] = "Ooze",
["height"] = 0.550000011920929,
["maxHealth"] = 520,
["attack"] = 130,
},
["0x000000002A690023"] = {
["currentXP"] = 1550,
["scale"] = 1.799999952316284,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 94122,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 3,
["level"] = 22,
["quality"] = 5,
["portraitIconID"] = 3684879,
["health"] = 960,
["garrFollowerID"] = 1261,
["followerID"] = "0x000000002A690023",
["maxXP"] = 1900,
["spells"] = {
{
["description"] = "Marileth douses the nearest enemy, dealing 288 Shadow damage and inflicting an additional 96 Shadow damage when the target is struck for three rounds.",
["autoCombatSpellID"] = 107,
["duration"] = 3,
["previewMask"] = 0,
["name"] = "Volatile Solvent",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 1500943,
["cooldown"] = 5,
["spellTutorialFlag"] = 1,
}, -- [1]
{
["description"] = "Marileth heals a nearby ally for 76 and increases their maximum health by 10%.",
["autoCombatSpellID"] = 108,
["duration"] = 2,
["previewMask"] = 6,
["name"] = "Ooz's Frictionless Coating",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 3459800,
["cooldown"] = 4,
["spellTutorialFlag"] = 0,
}, -- [2]
},
["boardIndex"] = 0,
["name"] = "Plague Deviser Marileth",
["className"] = "Plague Deviser",
["height"] = 0.5,
["maxHealth"] = 960,
["attack"] = 192,
},
},
["build"] = "41031",
}, -- [1]
{
["log"] = {
{
["events"] = {
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2270,
["boardIndex"] = 6,
["points"] = 140,
["maxHealth"] = 2270,
["newHealth"] = 2130,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [1]
{
["casterBoardIndex"] = 2,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 2130,
["boardIndex"] = 6,
["points"] = 98,
["maxHealth"] = 2270,
["newHealth"] = 2032,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 115,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1570,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 1492,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1492,
["boardIndex"] = 12,
["points"] = 124,
["maxHealth"] = 1570,
["newHealth"] = 1368,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 192,
}, -- [4]
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1470,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 1386,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 1386,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 1302,
}, -- [1]
{
["oldHealth"] = 1368,
["boardIndex"] = 12,
["points"] = 84,
["maxHealth"] = 1570,
["newHealth"] = 1284,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [6]
{
["casterBoardIndex"] = 3,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1302,
["boardIndex"] = 9,
["points"] = 96,
["maxHealth"] = 1470,
["newHealth"] = 1206,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [7]
{
["casterBoardIndex"] = 3,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1206,
["boardIndex"] = 9,
["points"] = 57,
["maxHealth"] = 1470,
["newHealth"] = 1149,
}, -- [1]
{
["oldHealth"] = 1284,
["boardIndex"] = 12,
["points"] = 57,
["maxHealth"] = 1570,
["newHealth"] = 1227,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 140,
}, -- [8]
{
["casterBoardIndex"] = 3,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1149,
["boardIndex"] = 9,
["maxHealth"] = 1470,
["newHealth"] = 1149,
}, -- [1]
{
["oldHealth"] = 1227,
["boardIndex"] = 12,
["maxHealth"] = 1570,
["newHealth"] = 1227,
}, -- [2]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 140,
}, -- [9]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 2032,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 1829,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 1149,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 1099,
}, -- [1]
{
["oldHealth"] = 1227,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 1177,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [11]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 840,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 764,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 6,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 764,
["boardIndex"] = 2,
["points"] = 114,
["maxHealth"] = 840,
["newHealth"] = 650,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 204,
}, -- [13]
{
["casterBoardIndex"] = 6,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 650,
["boardIndex"] = 2,
["maxHealth"] = 840,
["newHealth"] = 650,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 204,
}, -- [14]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 600,
["boardIndex"] = 3,
["points"] = 76,
["maxHealth"] = 600,
["newHealth"] = 524,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
{
["casterBoardIndex"] = 7,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 524,
["boardIndex"] = 3,
["points"] = 114,
["maxHealth"] = 600,
["newHealth"] = 410,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 204,
}, -- [16]
{
["casterBoardIndex"] = 7,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 410,
["boardIndex"] = 3,
["maxHealth"] = 600,
["newHealth"] = 410,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 204,
}, -- [17]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 410,
["boardIndex"] = 3,
["points"] = 86,
["maxHealth"] = 600,
["newHealth"] = 324,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [18]
{
["casterBoardIndex"] = 12,
["type"] = 2,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 780,
["boardIndex"] = 0,
["points"] = 172,
["maxHealth"] = 780,
["newHealth"] = 608,
}, -- [1]
{
["oldHealth"] = 290,
["boardIndex"] = 1,
["points"] = 172,
["maxHealth"] = 290,
["newHealth"] = 118,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 201,
}, -- [19]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 650,
["boardIndex"] = 2,
["points"] = 77,
["maxHealth"] = 840,
["newHealth"] = 573,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [20]
{
["casterBoardIndex"] = 9,
["type"] = 2,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 573,
["boardIndex"] = 2,
["points"] = 77,
["maxHealth"] = 840,
["newHealth"] = 496,
}, -- [1]
{
["oldHealth"] = 324,
["boardIndex"] = 3,
["points"] = 77,
["maxHealth"] = 600,
["newHealth"] = 247,
}, -- [2]
{
["oldHealth"] = 735,
["boardIndex"] = 4,
["points"] = 77,
["maxHealth"] = 735,
["newHealth"] = 658,
}, -- [3]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 200,
}, -- [21]
{
["casterBoardIndex"] = 9,
["type"] = 7,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 496,
["boardIndex"] = 2,
["maxHealth"] = 840,
["newHealth"] = 496,
}, -- [1]
{
["oldHealth"] = 247,
["boardIndex"] = 3,
["maxHealth"] = 600,
["newHealth"] = 247,
}, -- [2]
{
["oldHealth"] = 658,
["boardIndex"] = 4,
["maxHealth"] = 735,
["newHealth"] = 658,
}, -- [3]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 200,
}, -- [22]
},
}, -- [1]
{
["events"] = {
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1099,
["boardIndex"] = 9,
["points"] = 42,
["maxHealth"] = 1470,
["newHealth"] = 1057,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 1057,
["boardIndex"] = 9,
["points"] = 42,
["maxHealth"] = 1470,
["newHealth"] = 1015,
}, -- [1]
{
["oldHealth"] = 1177,
["boardIndex"] = 12,
["points"] = 42,
["maxHealth"] = 1570,
["newHealth"] = 1135,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1135,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 1057,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1829,
["boardIndex"] = 6,
["points"] = 0,
["maxHealth"] = 2270,
["newHealth"] = 1829,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 3,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1015,
["boardIndex"] = 9,
["points"] = 0,
["maxHealth"] = 1470,
["newHealth"] = 1015,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1829,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 1626,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 1015,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 965,
}, -- [1]
{
["oldHealth"] = 1057,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 1007,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [7]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 247,
["boardIndex"] = 3,
["points"] = 76,
["maxHealth"] = 600,
["newHealth"] = 171,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 496,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 420,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 171,
["boardIndex"] = 3,
["points"] = 86,
["maxHealth"] = 600,
["newHealth"] = 85,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 9,
["type"] = 8,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 420,
["boardIndex"] = 2,
["maxHealth"] = 840,
["newHealth"] = 420,
}, -- [1]
{
["oldHealth"] = 85,
["boardIndex"] = 3,
["maxHealth"] = 600,
["newHealth"] = 85,
}, -- [2]
{
["oldHealth"] = 658,
["boardIndex"] = 4,
["maxHealth"] = 735,
["newHealth"] = 658,
}, -- [3]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 200,
}, -- [11]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 420,
["boardIndex"] = 2,
["points"] = 77,
["maxHealth"] = 840,
["newHealth"] = 343,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
},
}, -- [2]
{
["events"] = {
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 965,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 881,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 881,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 797,
}, -- [1]
{
["oldHealth"] = 1007,
["boardIndex"] = 12,
["points"] = 84,
["maxHealth"] = 1570,
["newHealth"] = 923,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 923,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 845,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1626,
["boardIndex"] = 6,
["points"] = 70,
["maxHealth"] = 2270,
["newHealth"] = 1556,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1556,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 1353,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [5]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 797,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 747,
}, -- [1]
{
["oldHealth"] = 845,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 795,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [6]
{
["casterBoardIndex"] = 3,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 747,
["boardIndex"] = 9,
["maxHealth"] = 1470,
["newHealth"] = 747,
}, -- [1]
{
["oldHealth"] = 795,
["boardIndex"] = 12,
["maxHealth"] = 1570,
["newHealth"] = 795,
}, -- [2]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 140,
}, -- [7]
{
["casterBoardIndex"] = 3,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 747,
["boardIndex"] = 9,
["points"] = 48,
["maxHealth"] = 1470,
["newHealth"] = 699,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [8]
{
["casterBoardIndex"] = 7,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 85,
["boardIndex"] = 3,
["maxHealth"] = 600,
["newHealth"] = 85,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 204,
}, -- [9]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 85,
["boardIndex"] = 3,
["points"] = 76,
["maxHealth"] = 600,
["newHealth"] = 9,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 6,
["type"] = 8,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 343,
["boardIndex"] = 2,
["maxHealth"] = 840,
["newHealth"] = 343,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 204,
}, -- [11]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 343,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 267,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 9,
["boardIndex"] = 3,
["points"] = 96,
["maxHealth"] = 600,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [13]
{
["casterBoardIndex"] = 12,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 9,
["boardIndex"] = 3,
["points"] = 96,
["maxHealth"] = 600,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [14]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 267,
["boardIndex"] = 2,
["points"] = 86,
["maxHealth"] = 840,
["newHealth"] = 181,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [15]
},
}, -- [3]
{
["events"] = {
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 699,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 615,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 615,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 531,
}, -- [1]
{
["oldHealth"] = 795,
["boardIndex"] = 12,
["points"] = 84,
["maxHealth"] = 1570,
["newHealth"] = 711,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 711,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 633,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 633,
["boardIndex"] = 12,
["points"] = 124,
["maxHealth"] = 1570,
["newHealth"] = 509,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 192,
}, -- [4]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1353,
["boardIndex"] = 6,
["points"] = 140,
["maxHealth"] = 2270,
["newHealth"] = 1213,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [5]
{
["casterBoardIndex"] = 2,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 1213,
["boardIndex"] = 6,
["points"] = 98,
["maxHealth"] = 2270,
["newHealth"] = 1115,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 115,
}, -- [6]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 1115,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 912,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 531,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 481,
}, -- [1]
{
["oldHealth"] = 509,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 459,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [8]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 658,
["boardIndex"] = 4,
["points"] = 76,
["maxHealth"] = 735,
["newHealth"] = 582,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 181,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 105,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 582,
["boardIndex"] = 4,
["points"] = 96,
["maxHealth"] = 735,
["newHealth"] = 486,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 105,
["boardIndex"] = 2,
["points"] = 86,
["maxHealth"] = 840,
["newHealth"] = 19,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
},
}, -- [4]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 459,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 381,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 481,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 397,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 397,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 313,
}, -- [1]
{
["oldHealth"] = 381,
["boardIndex"] = 12,
["points"] = 84,
["maxHealth"] = 1570,
["newHealth"] = 297,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [3]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 912,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 709,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 313,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 263,
}, -- [1]
{
["oldHealth"] = 297,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 247,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [5]
{
["casterBoardIndex"] = 2,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 709,
["boardIndex"] = 6,
["points"] = 140,
["maxHealth"] = 2270,
["newHealth"] = 569,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 486,
["boardIndex"] = 4,
["points"] = 76,
["maxHealth"] = 735,
["newHealth"] = 410,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 19,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 6,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 19,
["boardIndex"] = 2,
["points"] = 76,
["maxHealth"] = 840,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [9]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 608,
["boardIndex"] = 0,
["points"] = 86,
["maxHealth"] = 780,
["newHealth"] = 522,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [10]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 410,
["boardIndex"] = 4,
["points"] = 96,
["maxHealth"] = 735,
["newHealth"] = 314,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
},
}, -- [5]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 247,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 169,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 263,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 179,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 179,
["boardIndex"] = 9,
["points"] = 84,
["maxHealth"] = 1470,
["newHealth"] = 95,
}, -- [1]
{
["oldHealth"] = 169,
["boardIndex"] = 12,
["points"] = 84,
["maxHealth"] = 1570,
["newHealth"] = 85,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [3]
{
["casterBoardIndex"] = 1,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 569,
["boardIndex"] = 6,
["points"] = 203,
["maxHealth"] = 2270,
["newHealth"] = 366,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [4]
{
["casterBoardIndex"] = 1,
["type"] = 3,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 95,
["boardIndex"] = 9,
["points"] = 50,
["maxHealth"] = 1470,
["newHealth"] = 45,
}, -- [1]
{
["oldHealth"] = 85,
["boardIndex"] = 12,
["points"] = 50,
["maxHealth"] = 1570,
["newHealth"] = 35,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 303,
}, -- [5]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 314,
["boardIndex"] = 4,
["points"] = 76,
["maxHealth"] = 735,
["newHealth"] = 238,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [6]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 522,
["boardIndex"] = 0,
["points"] = 76,
["maxHealth"] = 780,
["newHealth"] = 446,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 9,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 446,
["boardIndex"] = 0,
["points"] = 86,
["maxHealth"] = 780,
["newHealth"] = 360,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 9,
["type"] = 2,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 238,
["boardIndex"] = 4,
["points"] = 86,
["maxHealth"] = 735,
["newHealth"] = 152,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 200,
}, -- [9]
{
["casterBoardIndex"] = 9,
["type"] = 7,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 152,
["boardIndex"] = 4,
["maxHealth"] = 735,
["newHealth"] = 152,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 200,
}, -- [10]
{
["casterBoardIndex"] = 12,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 152,
["boardIndex"] = 4,
["points"] = 96,
["maxHealth"] = 735,
["newHealth"] = 56,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 12,
["type"] = 2,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 360,
["boardIndex"] = 0,
["points"] = 192,
["maxHealth"] = 780,
["newHealth"] = 168,
}, -- [1]
{
["oldHealth"] = 118,
["boardIndex"] = 1,
["points"] = 192,
["maxHealth"] = 290,
["newHealth"] = 0,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 201,
}, -- [12]
{
["casterBoardIndex"] = 12,
["type"] = 9,
["schoolMask"] = 8,
["targetInfo"] = {
{
["oldHealth"] = 118,
["boardIndex"] = 1,
["points"] = 192,
["maxHealth"] = 290,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 201,
}, -- [13]
},
}, -- [6]
{
["events"] = {
{
["casterBoardIndex"] = 0,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 35,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [1]
{
["casterBoardIndex"] = 0,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 35,
["boardIndex"] = 12,
["points"] = 78,
["maxHealth"] = 1570,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [2]
{
["casterBoardIndex"] = 0,
["type"] = 3,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 45,
["boardIndex"] = 9,
["points"] = 124,
["maxHealth"] = 1470,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 192,
}, -- [3]
{
["casterBoardIndex"] = 0,
["type"] = 9,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 45,
["boardIndex"] = 9,
["points"] = 124,
["maxHealth"] = 1470,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 192,
}, -- [4]
{
["casterBoardIndex"] = 4,
["type"] = 1,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 366,
["boardIndex"] = 6,
["points"] = 42,
["maxHealth"] = 2270,
["newHealth"] = 324,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 15,
}, -- [5]
{
["casterBoardIndex"] = 4,
["type"] = 3,
["schoolMask"] = 16,
["targetInfo"] = {
{
["oldHealth"] = 324,
["boardIndex"] = 6,
["points"] = 42,
["maxHealth"] = 2270,
["newHealth"] = 282,
}, -- [1]
{
["oldHealth"] = 2270,
["boardIndex"] = 7,
["points"] = 42,
["maxHealth"] = 2270,
["newHealth"] = 2228,
}, -- [2]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 320,
}, -- [6]
{
["casterBoardIndex"] = 7,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 56,
["boardIndex"] = 4,
["points"] = 76,
["maxHealth"] = 735,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [7]
{
["casterBoardIndex"] = 7,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 56,
["boardIndex"] = 4,
["points"] = 76,
["maxHealth"] = 735,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [8]
{
["casterBoardIndex"] = 7,
["type"] = 2,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 168,
["boardIndex"] = 0,
["points"] = 114,
["maxHealth"] = 780,
["newHealth"] = 54,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 204,
}, -- [9]
{
["casterBoardIndex"] = 7,
["type"] = 7,
["schoolMask"] = 32,
["targetInfo"] = {
{
["oldHealth"] = 54,
["boardIndex"] = 0,
["maxHealth"] = 780,
["newHealth"] = 54,
}, -- [1]
},
["auraType"] = 8,
["effectIndex"] = 1,
["spellID"] = 204,
}, -- [10]
{
["casterBoardIndex"] = 6,
["type"] = 0,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 54,
["boardIndex"] = 0,
["points"] = 76,
["maxHealth"] = 780,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [11]
{
["casterBoardIndex"] = 6,
["type"] = 9,
["schoolMask"] = 1,
["targetInfo"] = {
{
["oldHealth"] = 54,
["boardIndex"] = 0,
["points"] = 76,
["maxHealth"] = 780,
["newHealth"] = 0,
}, -- [1]
},
["auraType"] = 0,
["effectIndex"] = 0,
["spellID"] = 11,
}, -- [12]
},
}, -- [7]
},
["addonVersion"] = "4.16a",
["missionName"] = "Bonewrought? Bone-wrong, Belike",
["missionScalar"] = 18,
["missionID"] = 2218,
["encounters"] = {
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1,
["portraitFileDataID"] = 3852873,
["autoCombatSpells"] = {
{
["description"] = "Blasts the closest enemy with 114 Shadow damage, reducing their damage by -50% for two turns.",
["autoCombatSpellID"] = 204,
["duration"] = 2,
["previewMask"] = 0,
["name"] = "Death Blast",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 460686,
["cooldown"] = 5,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 2270,
["role"] = 1,
["name"] = "Bonewrought Thrasher",
["boardIndex"] = 6,
["height"] = 1,
["displayID"] = 96269,
["maxHealth"] = 2270,
["attack"] = 76,
}, -- [1]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1,
["portraitFileDataID"] = 3852873,
["autoCombatSpells"] = {
{
["description"] = "Blasts the closest enemy with 114 Shadow damage, reducing their damage by -50% for two turns.",
["autoCombatSpellID"] = 204,
["duration"] = 2,
["previewMask"] = 0,
["name"] = "Death Blast",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 460686,
["cooldown"] = 5,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 2270,
["role"] = 1,
["name"] = "Bonewrought Thrasher",
["boardIndex"] = 7,
["height"] = 1,
["displayID"] = 96269,
["maxHealth"] = 2270,
["attack"] = 76,
}, -- [2]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1,
["portraitFileDataID"] = 3852887,
["autoCombatSpells"] = {
{
["description"] = "Lashes out dealing 86 Nature damage to all enemies in melee, and decreasing their damage by -50% for one turn.",
["autoCombatSpellID"] = 200,
["duration"] = 1,
["previewMask"] = 0,
["name"] = "Stunning Swipe",
["hasThornsEffect"] = false,
["schoolMask"] = 8,
["icon"] = 132105,
["cooldown"] = 4,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 1470,
["role"] = 1,
["name"] = "Callous Monstrosity",
["boardIndex"] = 9,
["height"] = 1,
["displayID"] = 97630,
["maxHealth"] = 1470,
["attack"] = 86,
}, -- [3]
{
["autoCombatAutoAttack"] = {
["description"] = "Deal attack damage to the closest enemy.",
["autoCombatSpellID"] = 11,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Auto Attack",
["hasThornsEffect"] = false,
["schoolMask"] = 1,
["icon"] = 1064261,
["cooldown"] = 0,
["spellTutorialFlag"] = 1,
},
["isElite"] = false,
["scale"] = 1,
["portraitFileDataID"] = 3852885,
["autoCombatSpells"] = {
{
["description"] = "Flies into a frenzy, assaulting all enemies at range, dealing 192 Nature damage.",
["autoCombatSpellID"] = 201,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Monstrous Rage",
["hasThornsEffect"] = false,
["schoolMask"] = 8,
["icon"] = 136217,
["cooldown"] = 4,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["mechanics"] = {
},
["health"] = 1570,
["role"] = 1,
["name"] = "Soulless Monstrosity",
["boardIndex"] = 12,
["height"] = 1,
["displayID"] = 97628,
["maxHealth"] = 1570,
["attack"] = 96,
}, -- [4]
},
["winner"] = false,
["followers"] = {
["0x000000002AF52582"] = {
["currentXP"] = 350,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 95655,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 3,
["level"] = 11,
["quality"] = 4,
["portraitIconID"] = 4183268,
["health"] = 735,
["garrFollowerID"] = 1334,
["followerID"] = "0x000000002AF52582",
["maxXP"] = 600,
["spells"] = {
{
["description"] = "Blasts all enemies at range with 84 Frost damage.",
["autoCombatSpellID"] = 320,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Hailstorm",
["hasThornsEffect"] = false,
["schoolMask"] = 16,
["icon"] = 135857,
["cooldown"] = 0,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["boardIndex"] = 4,
["name"] = "Lyra Hailstorm",
["className"] = "Lich",
["height"] = 0.550000011920929,
["maxHealth"] = 735,
["attack"] = 84,
},
["0x000000002AE221B7"] = {
["currentXP"] = 550,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 94782,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 3,
["level"] = 16,
["quality"] = 4,
["portraitIconID"] = 3852620,
["health"] = 780,
["garrFollowerID"] = 1305,
["followerID"] = "0x000000002AE221B7",
["maxXP"] = 1100,
["spells"] = {
{
["description"] = "Rathan blasts the furthest enemy, dealing 124 Shadow damage.",
["autoCombatSpellID"] = 192,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Shadow Bolt",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 135640,
["cooldown"] = 2,
["spellTutorialFlag"] = 1,
}, -- [1]
},
["boardIndex"] = 0,
["name"] = "Rathan",
["className"] = "Skeleton",
["height"] = 0.550000011920929,
["maxHealth"] = 780,
["attack"] = 78,
},
["0x000000002B0E934F"] = {
["currentXP"] = 0,
["scale"] = 1.799999952316284,
["classAtlas"] = "raceicon-undead-female",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 98754,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 2,
["level"] = 19,
["quality"] = 0,
["portraitIconID"] = 3856514,
["health"] = 290,
["garrFollowerID"] = 1324,
["followerID"] = "0x000000002B0E934F",
["maxXP"] = 0,
["spells"] = {
{
["description"] = "Scream at enemies at range, inflicting 50 Nature damage each round.",
["autoCombatSpellID"] = 303,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Plague Song",
["hasThornsEffect"] = false,
["schoolMask"] = 8,
["icon"] = 136147,
["cooldown"] = 0,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["boardIndex"] = 1,
["name"] = "Maldraxxus Plaguesinger",
["className"] = "Plaguesinger",
["height"] = 0.5,
["maxHealth"] = 290,
["attack"] = 203,
},
["0x000000002A6EC4B0"] = {
["currentXP"] = 450,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 95967,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 1,
["level"] = 18,
["quality"] = 4,
["portraitIconID"] = 3852624,
["health"] = 840,
["garrFollowerID"] = 1302,
["followerID"] = "0x000000002A6EC4B0",
["maxXP"] = 1300,
["spells"] = {
{
["description"] = "Rencissa lashes out, dealing 98 Shadow damage to adjacent enemies.",
["autoCombatSpellID"] = 115,
["duration"] = 0,
["previewMask"] = 0,
["name"] = "Dynamic Fist",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 1280877,
["cooldown"] = 2,
["spellTutorialFlag"] = 0,
}, -- [1]
},
["boardIndex"] = 2,
["name"] = "Rencissa the Dynamo",
["className"] = "Dynamo",
["height"] = 0.550000011920929,
["maxHealth"] = 840,
["attack"] = 140,
},
["0x000000002AE221B6"] = {
["currentXP"] = 850,
["scale"] = 1.600000023841858,
["classAtlas"] = "raceicon-undead-male",
["isTroop"] = false,
["displayIDs"] = {
{
["id"] = 95704,
["showWeapon"] = true,
["followerPageScale"] = 1,
}, -- [1]
},
["role"] = 2,
["level"] = 14,
["quality"] = 4,
["portraitIconID"] = 3852623,
["health"] = 600,
["garrFollowerID"] = 1303,
["followerID"] = "0x000000002AE221B6",
["maxXP"] = 900,
["spells"] = {
{
["description"] = "Khaliiq hurls energized daggers at all enemies at range, dealing 57 Shadow damage and reducing their damage by 10% for 2 rounds.",
["autoCombatSpellID"] = 140,
["duration"] = 2,
["previewMask"] = 0,
["name"] = "Fan of Knives",
["hasThornsEffect"] = false,
["schoolMask"] = 32,
["icon"] = 135640,
["cooldown"] = 4,
["spellTutorialFlag"] = 3,
}, -- [1]
},
["boardIndex"] = 3,
["name"] = "Khaliiq",
["className"] = "Knowledgemaster",
["height"] = 0.550000011920929,
["maxHealth"] = 600,
["attack"] = 96,
},
},
["build"] = "41031",
}, -- [2]
}

A lot of New values for 9.1

[305]={type="nuke", target="enemy-back", damageATK=120}, --Roots of Submission
[306]={type="aura", target=3, duration=3, modMaxHP=60, plusDamageDealtATK=40}, --Arcane Empowerment (UNVERIFIED)
[307]={type="nuke", target="cone", damageATK=160}, --Fist of Nature (UNVERIFIED)
[308]={type="nuke", target=1, damageATK=350, firstTurn=3}, --Spore of Doom (UNVERIFIED)
[309]={
{type="heal", target="all-allies", healATK=200},
{type="aura", target="all-allies", duration=1, modDamageDealt=30},
}, --Threads of Fate (UNVERIFIED)
[310]={
{type="nuke", target=0, damageATK=140},
{type="aura", target=4, duration=1, modDamageDealt=20},
}, --Axe of Determination (UNVERIFIED)
[311]={
{type="heal", target=3, healATK=120},
{type="aura", target=3, duration=2, modMaxHP=40},
}, --Wings of Mending (UNVERIFIED)
[312]={type="nuke", target="cone", damageATK=180}, --Panoptic Beam (UNVERIFIED)
[313]={type="heal", target="all-allies", healATK=70}, --Spirit's Guidance (UNVERIFIED)
[314]={
{type="heal", target=3, healATK=130},
{type="aura", target=3, duration=2, plusDamageDealtATK=50},
}, --Purifying Light (UNVERIFIED)
[315]={type="aura", target=1, damageATK1=150, duration=2, modDamageDealt=-30}, --Resounding Message (UNVERIFIED)
[316]={type="nuke", target=0, damageATK=100, selfHealATK=30}, --Self Replication (UNVERIFIED)
[317]={type="aura", target="enemy-front", duration=1, damageATK1=150, plusDamageTakenATK=30}, --Shocking Fist (UNVERIFIED)
[318]={type="aura", target="all-allies", duration=3, plusDamageDealtATK=50}, --Inspiring Howl (UNVERIFIED)
[319]={type="aura", target="enemy-front", duration=3, damageATK1=80, damageATK=50, noFirstTick=true}, --Shattering Blows (UNVERIFIED)
[320]={type="nuke", target="enemy-back", damageATK=100}, --Hailstorm (UNVERIFIED)
[321]={type="heal", target=3, healATK=200}, --Adjustment (UNVERIFIED)
[322]={
{type="nuke", target=0, damageATK=80, selfHealATK=80},
{type="aura", target=4, duration=1, modMaxHP=80},
}, --Balance In All Things (UNVERIFIED)
[323]={
{type="nuke", target="enemy-back", damageATK=40},
{type="aura", target="enemy-back", duration=2, modDamageDealt=-10},
}, --Anima Shatter (UNVERIFIED)
[324]={type="heal", target="friend-surround", healATK=120}, --Protective Parasol (UNVERIFIED)
[325]={type="aura", target="friend-surround", duration=2, modDamageDealt=60}, --Vision of Beauty
[326]={type="nuke", target="cleave", damageATK=25}, --Shiftless Smash
[327]={type="aura", target="all-other-allies", duration=3, plusDamageDealtATK=20}, --Inspirational Teachings
[328]={type="nuke", target=0, damageATK=30}, --Applied Lesson
[329]={type="aura", target=4, modDamageTaken=-50, duration=3}, --Muscle Up
[330]={type="aura", target="all-allies", duration=2, plusDamageDealtATK=20}, --Oversight
[331]={type="aura", target="all-other-allies", plusDamageDealtATK=20, duration=3}, --Supporting Fire (I'm not sure it's need duration 3)
[332]={type="nuke", target=1, damageATK=150}, --Emptied Mug
[333]={type="aura", target=4, duration=3, modDamageDealt=40}, --Overload
[334]={type="nuke", target=0, damageATK=90}, --Hefty Package
[335]={type="nuke", target="enemy-back", damageATK=40}, --Errant Package
[336]={type="heal", target=3, healATK=80}, --Evidence of Wrongdoing
[337]={type="aura", target=1, duration=4, damageATK1=200, damageATK=40, noFirstTick=true}, --Wavebender's Tide
[338]={type="nuke", target=0, damageATK=50}, --Scallywag Slash
[339]={type="nuke", target="all-enemies", damageATK=120, firstTurn=3}, --Cannon Barrage
[340]={type="nuke", target=1, damageATK=60}, --Tainted Bite (UNVERIFIED)
[341]={type="aura", target=1, damageATK1=120, duration=3, plusDamageTakenATK=20}, --Tainted Bite
[342]={
{type="nuke", target=0, damageATK=100},
{type="aura", target=0, duration=2, plusDamageDealtATK=-70},
}, --Regurgitated Meal
[343]={
{type="nuke", target="enemy-front", damageATK=80},
{type="aura", target=4, duration=1, modDamageDealt=20},
}, --Sharptooth Snarl
[344]={type="nuke", target="all-enemies", damageATK=30}, --Razorwing Buffet
[345]={type="aura", target="all-allies" , duration=3 , plusDamageTakenATK=-30}, --Protective Wings (Bugged in data maybe? Description wording applies modDamageDealt.)
[346]={type="aura", target=0, duration=2, damageATK1=30, plusDamageDealtATK=1}, --Heel Bite (BUGGED: Should be modDamageDealt=-1. It isn't.)
[347]={type="nuke", target="cone", damageATK=100}, --Darkness from Above
[348]={
{type="nuke", target=1, damageATK=120},
{type="aura", target=1, duration=3, plusDamageTakenATK=20},
}, --Tainted Bite
[349]={type="nuke", target="all-enemies", damageATK=10}, --Anima Swell
}

wrong value of spell 311

log.txt
the same as last issue I opened
the spell modify the max hp according to the original atk of the source unit instead of the original hp
modification as below
{type="aura", target=3, duration=2, modMaxHP=40},
to
{type="aura", target=3, duration=2, modMaxHPATK=40},

Is this still being maintained?

for i=1,#C_Garrison.GetFollowers(123) do
on the follower count error is more efficient than
for i=1,99 do

though it can only show 24 and might lead to an error when you gain new followers, so perhaps hardcoding to 24 instead of 99 is the way to go.

Failed missions close before diagnostics can be pulled

I fail the missions that give 10K bonus tokens about half the time. I was prepared to enter the dump command provided in the wiki but the window automatically closes. There's no reward to preview, so there's no Continue button and the window automatically closed.

Is there an option to reactivate the logging feature from the earlier versions of the add-on?

If I were to install an earlier version of Venture Plan that logged missions and applied the same changes you indicate in the wiki, would that inherit the changes made in this add-on?

Also, what is supposed to happen with the dump command? Is the mission information saved somewhere that I then provide? I entered into a text line and all that happened is that I said it out loud: /dump C_Garrison.GetMissionDeploymentInfo(CovenantMissionFrame:GetMissionPage().missionInfo.missionID)

When do the mission appear?

I believe I have all the code in the right place and the addon is on the list with the original.
Just a question. I changed my Covenant a few days ago. I see no new missions from 9.1
I assume that I have to advance the covenant campaign progress to a certain level to see them?
Thanks for your time. :)

Missing Soul Cinders mission data

Here's a mission that's missing. Sorry I dont know how to add it to the file myself but here are screenshots at least of it :)

thank you so much for making this!!! <3

soulcinderswingsofferocity
soulcinderswingsofferocityfull

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.